OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 18 matching lines...) Expand all Loading... |
29 '../third_party/libxml/libxml.gyp:*', | 29 '../third_party/libxml/libxml.gyp:*', |
30 '../third_party/libxslt/libxslt.gyp:*', | 30 '../third_party/libxslt/libxslt.gyp:*', |
31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
32 '../third_party/modp_b64/modp_b64.gyp:*', | 32 '../third_party/modp_b64/modp_b64.gyp:*', |
33 '../third_party/npapi/npapi.gyp:*', | 33 '../third_party/npapi/npapi.gyp:*', |
34 '../third_party/ots/ots.gyp:*', | 34 '../third_party/ots/ots.gyp:*', |
35 '../third_party/sqlite/sqlite.gyp:*', | 35 '../third_party/sqlite/sqlite.gyp:*', |
36 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 36 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
37 '../third_party/zlib/zlib.gyp:*', | 37 '../third_party/zlib/zlib.gyp:*', |
38 '../webkit/tools/test_shell/test_shell.gyp:*', | 38 '../webkit/tools/test_shell/test_shell.gyp:*', |
39 '../webkit/webkit_glue.gyp:*', | 39 '../webkit/webkit.gyp:*', |
40 'util/build_util.gyp:*', | 40 'util/build_util.gyp:*', |
41 'temp_gyp/googleurl.gyp:*', | 41 'temp_gyp/googleurl.gyp:*', |
42 ], | 42 ], |
43 'conditions': [ | 43 'conditions': [ |
44 ['javascript_engine=="v8"', { | 44 ['javascript_engine=="v8"', { |
45 'dependencies': [ | 45 'dependencies': [ |
46 '../v8/tools/gyp/v8.gyp:*', | 46 '../v8/tools/gyp/v8.gyp:*', |
47 ], | 47 ], |
48 }], | 48 }], |
49 ['chrome_frame_define==1', { | 49 ['chrome_frame_define==1', { |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 ], # targets | 241 ], # targets |
242 }], # OS="win" | 242 }], # OS="win" |
243 ], # conditions | 243 ], # conditions |
244 } | 244 } |
245 | 245 |
246 # Local Variables: | 246 # Local Variables: |
247 # tab-width:2 | 247 # tab-width:2 |
248 # indent-tabs-mode:nil | 248 # indent-tabs-mode:nil |
249 # End: | 249 # End: |
250 # vim: set expandtab tabstop=2 shiftwidth=2: | 250 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |