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 19 matching lines...) Expand all Loading... |
30 '../third_party/libpng/libpng.gyp:*', | 30 '../third_party/libpng/libpng.gyp:*', |
31 '../third_party/libxml/libxml.gyp:*', | 31 '../third_party/libxml/libxml.gyp:*', |
32 '../third_party/libxslt/libxslt.gyp:*', | 32 '../third_party/libxslt/libxslt.gyp:*', |
33 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 33 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
34 '../third_party/modp_b64/modp_b64.gyp:*', | 34 '../third_party/modp_b64/modp_b64.gyp:*', |
35 '../third_party/npapi/npapi.gyp:*', | 35 '../third_party/npapi/npapi.gyp:*', |
36 '../third_party/ots/ots.gyp:*', | 36 '../third_party/ots/ots.gyp:*', |
37 '../third_party/sqlite/sqlite.gyp:*', | 37 '../third_party/sqlite/sqlite.gyp:*', |
38 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 38 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
39 '../third_party/zlib/zlib.gyp:*', | 39 '../third_party/zlib/zlib.gyp:*', |
40 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | |
41 '../webkit/webkit.gyp:*', | 40 '../webkit/webkit.gyp:*', |
42 'util/build_util.gyp:*', | 41 'util/build_util.gyp:*', |
43 'temp_gyp/googleurl.gyp:*', | 42 'temp_gyp/googleurl.gyp:*', |
44 ], | 43 ], |
45 'conditions': [ | 44 'conditions': [ |
46 ['javascript_engine=="v8"', { | 45 ['javascript_engine=="v8"', { |
47 'dependencies': [ | 46 'dependencies': [ |
48 '../v8/tools/gyp/v8.gyp:*', | 47 '../v8/tools/gyp/v8.gyp:*', |
49 ], | 48 ], |
50 }], | 49 }], |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ], # targets | 286 ], # targets |
288 }], # "chromeos==1" | 287 }], # "chromeos==1" |
289 ], # conditions | 288 ], # conditions |
290 } | 289 } |
291 | 290 |
292 # Local Variables: | 291 # Local Variables: |
293 # tab-width:2 | 292 # tab-width:2 |
294 # indent-tabs-mode:nil | 293 # indent-tabs-mode:nil |
295 # End: | 294 # End: |
296 # vim: set expandtab tabstop=2 shiftwidth=2: | 295 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |