| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 28 matching lines...) Expand all Loading... |
| 39 '../third_party/libxslt/libxslt.gyp:*', | 39 '../third_party/libxslt/libxslt.gyp:*', |
| 40 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 40 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 41 '../third_party/mesa/mesa.gyp:*', | 41 '../third_party/mesa/mesa.gyp:*', |
| 42 '../third_party/modp_b64/modp_b64.gyp:*', | 42 '../third_party/modp_b64/modp_b64.gyp:*', |
| 43 '../third_party/npapi/npapi.gyp:*', | 43 '../third_party/npapi/npapi.gyp:*', |
| 44 '../third_party/ots/ots.gyp:*', | 44 '../third_party/ots/ots.gyp:*', |
| 45 '../third_party/qcms/qcms.gyp:*', | 45 '../third_party/qcms/qcms.gyp:*', |
| 46 '../third_party/sqlite/sqlite.gyp:*', | 46 '../third_party/sqlite/sqlite.gyp:*', |
| 47 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 47 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
| 48 '../third_party/zlib/zlib.gyp:*', | 48 '../third_party/zlib/zlib.gyp:*', |
| 49 '../ui/ui.gyp:*', | |
| 50 '../webkit/support/webkit_support.gyp:*', | 49 '../webkit/support/webkit_support.gyp:*', |
| 51 '../webkit/webkit.gyp:*', | 50 '../webkit/webkit.gyp:*', |
| 52 'util/build_util.gyp:*', | 51 'util/build_util.gyp:*', |
| 53 'temp_gyp/googleurl.gyp:*', | 52 'temp_gyp/googleurl.gyp:*', |
| 54 '<(libjpeg_gyp_path):*', | 53 '<(libjpeg_gyp_path):*', |
| 55 ], | 54 ], |
| 56 'conditions': [ | 55 'conditions': [ |
| 57 ['javascript_engine=="v8"', { | 56 ['javascript_engine=="v8"', { |
| 58 'dependencies': [ | 57 'dependencies': [ |
| 59 '../v8/tools/gyp/v8.gyp:*', | 58 '../v8/tools/gyp/v8.gyp:*', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 ], # targets | 466 ], # targets |
| 468 }], # "chromeos==1" | 467 }], # "chromeos==1" |
| 469 ], # conditions | 468 ], # conditions |
| 470 } | 469 } |
| 471 | 470 |
| 472 # Local Variables: | 471 # Local Variables: |
| 473 # tab-width:2 | 472 # tab-width:2 |
| 474 # indent-tabs-mode:nil | 473 # indent-tabs-mode:nil |
| 475 # End: | 474 # End: |
| 476 # vim: set expandtab tabstop=2 shiftwidth=2: | 475 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |