| 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 23 matching lines...) Expand all Loading... |
| 34 '../third_party/libxml/libxml.gyp:*', | 34 '../third_party/libxml/libxml.gyp:*', |
| 35 '../third_party/libxslt/libxslt.gyp:*', | 35 '../third_party/libxslt/libxslt.gyp:*', |
| 36 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 36 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 37 '../third_party/modp_b64/modp_b64.gyp:*', | 37 '../third_party/modp_b64/modp_b64.gyp:*', |
| 38 '../third_party/npapi/npapi.gyp:*', | 38 '../third_party/npapi/npapi.gyp:*', |
| 39 '../third_party/ppapi/ppapi.gyp:*', | 39 '../third_party/ppapi/ppapi.gyp:*', |
| 40 '../third_party/ots/ots.gyp:*', | 40 '../third_party/ots/ots.gyp:*', |
| 41 '../third_party/sqlite/sqlite.gyp:*', | 41 '../third_party/sqlite/sqlite.gyp:*', |
| 42 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 42 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
| 43 '../third_party/zlib/zlib.gyp:*', | 43 '../third_party/zlib/zlib.gyp:*', |
| 44 '../webkit/support/webkit_support_in_chromium.gyp:*', | 44 '../webkit/support/webkit_support.gyp:*', |
| 45 '../webkit/webkit.gyp:*', | 45 '../webkit/webkit.gyp:*', |
| 46 'util/build_util.gyp:*', | 46 'util/build_util.gyp:*', |
| 47 'temp_gyp/googleurl.gyp:*', | 47 'temp_gyp/googleurl.gyp:*', |
| 48 ], | 48 ], |
| 49 'conditions': [ | 49 'conditions': [ |
| 50 ['javascript_engine=="v8"', { | 50 ['javascript_engine=="v8"', { |
| 51 'dependencies': [ | 51 'dependencies': [ |
| 52 '../v8/tools/gyp/v8.gyp:*', | 52 '../v8/tools/gyp/v8.gyp:*', |
| 53 ], | 53 ], |
| 54 }], | 54 }], |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ], # targets | 315 ], # targets |
| 316 }], # "chromeos==1" | 316 }], # "chromeos==1" |
| 317 ], # conditions | 317 ], # conditions |
| 318 } | 318 } |
| 319 | 319 |
| 320 # Local Variables: | 320 # Local Variables: |
| 321 # tab-width:2 | 321 # tab-width:2 |
| 322 # indent-tabs-mode:nil | 322 # indent-tabs-mode:nil |
| 323 # End: | 323 # End: |
| 324 # vim: set expandtab tabstop=2 shiftwidth=2: | 324 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |