OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
11 'dependencies': [ | 11 'dependencies': [ |
12 'some.gyp:*', | 12 'some.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
| 14 '../testing/gtest.gyp:*', |
| 15 '../third_party/icu/icu.gyp:*', |
| 16 '../third_party/zlib/zlib.gyp:*', |
| 17 'temp_gyp/googleurl.gyp:*', |
14 # Add new dependencies to the !ios section just below, not here (see | 18 # Add new dependencies to the !ios section just below, not here (see |
15 # the comment there). | 19 # the comment there). |
16 ], | 20 ], |
17 'conditions': [ | 21 'conditions': [ |
18 # TODO(ios): This is temporary; currently almost nothing builds with | 22 # TODO(ios): This is temporary; currently almost nothing builds with |
19 # OS=ios. Move dependencies back to the main dependencies section above | 23 # OS=ios. Move dependencies back to the main dependencies section above |
20 # as gyp files come online. | 24 # as gyp files come online. |
21 ['OS!="ios"', { | 25 ['OS!="ios"', { |
22 'dependencies': [ | 26 'dependencies': [ |
23 '../chrome/chrome.gyp:*', | 27 '../chrome/chrome.gyp:*', |
24 '../content/content.gyp:*', | 28 '../content/content.gyp:*', |
25 '../crypto/crypto.gyp:*', | 29 '../crypto/crypto.gyp:*', |
26 '../ui/ui.gyp:*', | 30 '../ui/ui.gyp:*', |
27 '../gpu/gpu.gyp:*', | 31 '../gpu/gpu.gyp:*', |
28 '../gpu/tools/tools.gyp:*', | 32 '../gpu/tools/tools.gyp:*', |
29 '../ipc/ipc.gyp:*', | 33 '../ipc/ipc.gyp:*', |
30 '../jingle/jingle.gyp:*', | 34 '../jingle/jingle.gyp:*', |
31 '../media/media.gyp:*', | 35 '../media/media.gyp:*', |
32 '../net/net.gyp:*', | 36 '../net/net.gyp:*', |
33 '../ppapi/ppapi.gyp:*', | 37 '../ppapi/ppapi.gyp:*', |
34 '../ppapi/ppapi_internal.gyp:*', | 38 '../ppapi/ppapi_internal.gyp:*', |
35 '../printing/printing.gyp:*', | 39 '../printing/printing.gyp:*', |
36 '../sdch/sdch.gyp:*', | 40 '../sdch/sdch.gyp:*', |
37 '../skia/skia.gyp:*', | 41 '../skia/skia.gyp:*', |
38 '../sql/sql.gyp:*', | 42 '../sql/sql.gyp:*', |
39 '../sync/sync.gyp:*', | 43 '../sync/sync.gyp:*', |
40 '../testing/gmock.gyp:*', | 44 '../testing/gmock.gyp:*', |
41 '../testing/gtest.gyp:*', | |
42 '../third_party/bzip2/bzip2.gyp:*', | 45 '../third_party/bzip2/bzip2.gyp:*', |
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
44 '../third_party/cld/cld.gyp:*', | 47 '../third_party/cld/cld.gyp:*', |
45 '../third_party/codesighs/codesighs.gyp:*', | 48 '../third_party/codesighs/codesighs.gyp:*', |
46 '../third_party/ffmpeg/ffmpeg.gyp:*', | 49 '../third_party/ffmpeg/ffmpeg.gyp:*', |
47 '../third_party/iccjpeg/iccjpeg.gyp:*', | 50 '../third_party/iccjpeg/iccjpeg.gyp:*', |
48 '../third_party/icu/icu.gyp:*', | |
49 '../third_party/libpng/libpng.gyp:*', | 51 '../third_party/libpng/libpng.gyp:*', |
50 '../third_party/libusb/libusb.gyp:*', | 52 '../third_party/libusb/libusb.gyp:*', |
51 '../third_party/libwebp/libwebp.gyp:*', | 53 '../third_party/libwebp/libwebp.gyp:*', |
52 '../third_party/libxml/libxml.gyp:*', | 54 '../third_party/libxml/libxml.gyp:*', |
53 '../third_party/libxslt/libxslt.gyp:*', | 55 '../third_party/libxslt/libxslt.gyp:*', |
54 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 56 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
55 '../third_party/mesa/mesa.gyp:*', | 57 '../third_party/mesa/mesa.gyp:*', |
56 '../third_party/modp_b64/modp_b64.gyp:*', | 58 '../third_party/modp_b64/modp_b64.gyp:*', |
57 '../third_party/npapi/npapi.gyp:*', | 59 '../third_party/npapi/npapi.gyp:*', |
58 '../third_party/ots/ots.gyp:*', | 60 '../third_party/ots/ots.gyp:*', |
59 '../third_party/qcms/qcms.gyp:*', | 61 '../third_party/qcms/qcms.gyp:*', |
60 '../third_party/sqlite/sqlite.gyp:*', | 62 '../third_party/sqlite/sqlite.gyp:*', |
61 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', | 63 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', |
62 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_de
vtools_zip', | 64 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_de
vtools_zip', |
63 '../third_party/zlib/zlib.gyp:*', | |
64 '../v8/tools/gyp/v8.gyp:*', | 65 '../v8/tools/gyp/v8.gyp:*', |
65 '../webkit/support/webkit_support.gyp:*', | 66 '../webkit/support/webkit_support.gyp:*', |
66 '../webkit/webkit.gyp:*', | 67 '../webkit/webkit.gyp:*', |
67 'temp_gyp/googleurl.gyp:*', | |
68 '<(libjpeg_gyp_path):*', | 68 '<(libjpeg_gyp_path):*', |
69 ], | 69 ], |
70 }], | 70 }], |
71 ['os_posix==1 and OS!="android" and OS!="ios"', { | 71 ['os_posix==1 and OS!="android" and OS!="ios"', { |
72 'dependencies': [ | 72 'dependencies': [ |
73 '../third_party/yasm/yasm.gyp:*#host', | 73 '../third_party/yasm/yasm.gyp:*#host', |
74 ], | 74 ], |
75 }], | 75 }], |
76 ['OS=="mac" or OS=="ios" or OS=="win"', { | 76 ['OS=="mac" or OS=="ios" or OS=="win"', { |
77 'dependencies': [ | 77 'dependencies': [ |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'dependencies': [ | 672 'dependencies': [ |
673 '../chromeos/chromeos.gyp:chromeos_unittests', | 673 '../chromeos/chromeos.gyp:chromeos_unittests', |
674 ], | 674 ], |
675 }], | 675 }], |
676 ], | 676 ], |
677 }, | 677 }, |
678 ], # targets | 678 ], # targets |
679 }], # "use_aura==1" | 679 }], # "use_aura==1" |
680 ], # conditions | 680 ], # conditions |
681 } | 681 } |
OLD | NEW |