| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 '../third_party/npapi/npapi.gyp:*', | 59 '../third_party/npapi/npapi.gyp:*', |
| 60 '../third_party/ots/ots.gyp:*', | 60 '../third_party/ots/ots.gyp:*', |
| 61 '../third_party/qcms/qcms.gyp:*', | 61 '../third_party/qcms/qcms.gyp:*', |
| 62 '../third_party/re2/re2.gyp:re2', | 62 '../third_party/re2/re2.gyp:re2', |
| 63 '../third_party/WebKit/public/all.gyp:*', | 63 '../third_party/WebKit/public/all.gyp:*', |
| 64 '../v8/tools/gyp/v8.gyp:*', | 64 '../v8/tools/gyp/v8.gyp:*', |
| 65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', | 65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', |
| 66 '../webkit/webkit.gyp:*', | 66 '../webkit/webkit.gyp:*', |
| 67 '<(libjpeg_gyp_path):*', | 67 '<(libjpeg_gyp_path):*', |
| 68 ], | 68 ], |
| 69 }, { # 'OS=="ios"' |
| 70 'dependencies': [ |
| 71 '../ios/consume/ios_consume.gyp:*', |
| 72 ], |
| 69 }], | 73 }], |
| 70 ['os_posix==1 and OS!="android" and OS!="ios"', { | 74 ['os_posix==1 and OS!="android" and OS!="ios"', { |
| 71 'dependencies': [ | 75 'dependencies': [ |
| 72 '../third_party/yasm/yasm.gyp:*#host', | 76 '../third_party/yasm/yasm.gyp:*#host', |
| 73 ], | 77 ], |
| 74 }], | 78 }], |
| 75 ['OS=="mac" or OS=="ios" or OS=="win"', { | 79 ['OS=="mac" or OS=="ios" or OS=="win"', { |
| 76 'dependencies': [ | 80 'dependencies': [ |
| 77 '../third_party/nss/nss.gyp:*', | 81 '../third_party/nss/nss.gyp:*', |
| 78 ], | 82 ], |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 '../chrome/chrome.gyp:interactive_ui_tests_run', | 883 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 880 '../chrome/chrome.gyp:sync_integration_tests_run', | 884 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 881 '../chrome/chrome.gyp:unit_tests_run', | 885 '../chrome/chrome.gyp:unit_tests_run', |
| 882 '../net/net.gyp:net_unittests_run', | 886 '../net/net.gyp:net_unittests_run', |
| 883 ], | 887 ], |
| 884 }, # target_name: chromium_swarm_tests | 888 }, # target_name: chromium_swarm_tests |
| 885 ], | 889 ], |
| 886 }], | 890 }], |
| 887 ], # conditions | 891 ], # conditions |
| 888 } | 892 } |
| OLD | NEW |