| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '../third_party/ots/ots.gyp:*', | 65 '../third_party/ots/ots.gyp:*', |
| 66 '../third_party/qcms/qcms.gyp:*', | 66 '../third_party/qcms/qcms.gyp:*', |
| 67 '../third_party/re2/re2.gyp:re2', | 67 '../third_party/re2/re2.gyp:re2', |
| 68 '../third_party/WebKit/public/all.gyp:*', | 68 '../third_party/WebKit/public/all.gyp:*', |
| 69 '../tools/gn/gn.gyp:*', | 69 '../tools/gn/gn.gyp:*', |
| 70 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 70 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 71 '../v8/tools/gyp/v8.gyp:*', | 71 '../v8/tools/gyp/v8.gyp:*', |
| 72 '../webkit/glue/webkit_glue.gyp:*', | 72 '../webkit/glue/webkit_glue.gyp:*', |
| 73 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', | 73 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', |
| 74 '<(libjpeg_gyp_path):*', | 74 '<(libjpeg_gyp_path):*', |
| 75 '../native_client_sdk/native_client_sdk_untrusted.gyp:*', |
| 75 ], | 76 ], |
| 76 }, { # 'OS=="ios"' | 77 }, { # 'OS=="ios"' |
| 77 'dependencies': [ | 78 'dependencies': [ |
| 78 '../ios/ios.gyp:*', | 79 '../ios/ios.gyp:*', |
| 79 '../ui/ui_unittests.gyp:ui_unittests', | 80 '../ui/ui_unittests.gyp:ui_unittests', |
| 80 ], | 81 ], |
| 81 }], | 82 }], |
| 82 ['OS!="android" and OS!="ios"', { | 83 ['OS!="android" and OS!="ios"', { |
| 83 'dependencies': [ | 84 'dependencies': [ |
| 84 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 85 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
| (...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1042 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1042 '../chrome/chrome.gyp:sync_integration_tests_run', | 1043 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1043 '../chrome/chrome.gyp:unit_tests_run', | 1044 '../chrome/chrome.gyp:unit_tests_run', |
| 1044 '../net/net.gyp:net_unittests_run', | 1045 '../net/net.gyp:net_unittests_run', |
| 1045 ], | 1046 ], |
| 1046 }, # target_name: chromium_swarm_tests | 1047 }, # target_name: chromium_swarm_tests |
| 1047 ], | 1048 ], |
| 1048 }], | 1049 }], |
| 1049 ], # conditions | 1050 ], # conditions |
| 1050 } | 1051 } |
| OLD | NEW |