| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 '../third_party/libwebp/libwebp.gyp:*', | 42 '../third_party/libwebp/libwebp.gyp:*', |
| 43 '../third_party/libxml/libxml.gyp:*', | 43 '../third_party/libxml/libxml.gyp:*', |
| 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/sqlite/sqlite.gyp:*', | 50 '../third_party/sqlite/sqlite.gyp:*', |
| 51 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', | 51 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', |
| 52 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtoo
ls_zip', |
| 52 '../third_party/zlib/zlib.gyp:*', | 53 '../third_party/zlib/zlib.gyp:*', |
| 53 '../v8/tools/gyp/v8.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 ['os_posix==1 and OS!="android"', { | 62 ['os_posix==1 and OS!="android"', { |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 '../chrome/chrome.gyp:ui_tests', | 617 '../chrome/chrome.gyp:ui_tests', |
| 617 '../ui/views/views.gyp:views_unittests', | 618 '../ui/views/views.gyp:views_unittests', |
| 618 ], | 619 ], |
| 619 }], | 620 }], |
| 620 ], | 621 ], |
| 621 }, | 622 }, |
| 622 ], # targets | 623 ], # targets |
| 623 }], # "use_aura==1" | 624 }], # "use_aura==1" |
| 624 ], # conditions | 625 ], # conditions |
| 625 } | 626 } |
| OLD | NEW |