OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 '../third_party/libxslt/libxslt.gyp:*', | 44 '../third_party/libxslt/libxslt.gyp:*', |
45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
46 '../third_party/mesa/mesa.gyp:*', | 46 '../third_party/mesa/mesa.gyp:*', |
47 '../third_party/modp_b64/modp_b64.gyp:*', | 47 '../third_party/modp_b64/modp_b64.gyp:*', |
48 '../third_party/npapi/npapi.gyp:*', | 48 '../third_party/npapi/npapi.gyp:*', |
49 '../third_party/ots/ots.gyp:*', | 49 '../third_party/ots/ots.gyp:*', |
50 '../third_party/qcms/qcms.gyp:*', | 50 '../third_party/qcms/qcms.gyp:*', |
51 '../third_party/sqlite/sqlite.gyp:*', | 51 '../third_party/sqlite/sqlite.gyp:*', |
52 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:*', | 52 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:*', |
53 '../third_party/zlib/zlib.gyp:*', | 53 '../third_party/zlib/zlib.gyp:*', |
| 54 '../v8/tools/gyp/v8.gyp:*', |
54 '../webkit/support/webkit_support.gyp:*', | 55 '../webkit/support/webkit_support.gyp:*', |
55 '../webkit/webkit.gyp:*', | 56 '../webkit/webkit.gyp:*', |
56 'util/build_util.gyp:*', | 57 'util/build_util.gyp:*', |
57 'temp_gyp/googleurl.gyp:*', | 58 'temp_gyp/googleurl.gyp:*', |
58 '<(libjpeg_gyp_path):*', | 59 '<(libjpeg_gyp_path):*', |
59 ], | 60 ], |
60 'conditions': [ | 61 'conditions': [ |
61 ['javascript_engine=="v8"', { | |
62 'dependencies': [ | |
63 '../v8/tools/gyp/v8.gyp:*', | |
64 ], | |
65 }], | |
66 ['OS=="mac" or OS=="linux"', { | 62 ['OS=="mac" or OS=="linux"', { |
67 'dependencies': [ | 63 'dependencies': [ |
68 '../third_party/yasm/yasm.gyp:*#host', | 64 '../third_party/yasm/yasm.gyp:*#host', |
69 '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*', | 65 '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*', |
70 ], | 66 ], |
71 }], | 67 }], |
72 ['OS=="mac" or OS=="win"', { | 68 ['OS=="mac" or OS=="win"', { |
73 'dependencies': [ | 69 'dependencies': [ |
74 '../third_party/nss/nss.gyp:*', | 70 '../third_party/nss/nss.gyp:*', |
75 ], | 71 ], |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 573 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
578 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 574 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
579 '../views/views.gyp:views_unittests', | 575 '../views/views.gyp:views_unittests', |
580 'temp_gyp/googleurl.gyp:googleurl_unittests', | 576 'temp_gyp/googleurl.gyp:googleurl_unittests', |
581 ], | 577 ], |
582 }, | 578 }, |
583 ], # targets | 579 ], # targets |
584 }], # "chromeos==1" | 580 }], # "chromeos==1" |
585 ], # conditions | 581 ], # conditions |
586 } | 582 } |
OLD | NEW |