blob: 47097e39b44d4269fe5f8bf237f151489ff42b19 [file] [log] [blame]
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -07001# Copyright 2014 PDFium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
8 'target_name': 'All',
9 'type': 'none',
10 'dependencies': [
Tom Sepez0f05b1c2015-12-08 16:19:37 -080011 '../pdfium.gyp:*',
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -070012 '../samples/samples.gyp:*',
Oliver Change67d2182016-02-16 11:42:07 -080013 '../testing/libfuzzer/fuzzers.gyp:*',
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -070014 ],
15 }
16 ]
Oliver Change67d2182016-02-16 11:42:07 -080017}