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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 '../tools/gn/gn.gyp:*', | 68 '../tools/gn/gn.gyp:*', |
69 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 69 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
70 '../v8/tools/gyp/v8.gyp:*', | 70 '../v8/tools/gyp/v8.gyp:*', |
71 '../webkit/glue/webkit_glue.gyp:*', | 71 '../webkit/glue/webkit_glue.gyp:*', |
72 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', | 72 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', |
73 '<(libjpeg_gyp_path):*', | 73 '<(libjpeg_gyp_path):*', |
74 ], | 74 ], |
75 }, { # 'OS=="ios"' | 75 }, { # 'OS=="ios"' |
76 'dependencies': [ | 76 'dependencies': [ |
77 '../ios/ios.gyp:*', | 77 '../ios/ios.gyp:*', |
| 78 '../ui/ui_unittests.gyp:ui_unittests', |
78 ], | 79 ], |
79 }], | 80 }], |
80 ['OS!="android" and OS!="ios"', { | 81 ['OS!="android" and OS!="ios"', { |
81 'dependencies': [ | 82 'dependencies': [ |
82 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 83 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
83 ], | 84 ], |
84 }], | 85 }], |
85 ['os_posix==1 and OS!="android" and OS!="ios"', { | 86 ['os_posix==1 and OS!="android" and OS!="ios"', { |
86 'dependencies': [ | 87 'dependencies': [ |
87 '../third_party/yasm/yasm.gyp:*#host', | 88 '../third_party/yasm/yasm.gyp:*#host', |
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1018 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1019 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1019 '../chrome/chrome.gyp:sync_integration_tests_run', | 1020 '../chrome/chrome.gyp:sync_integration_tests_run', |
1020 '../chrome/chrome.gyp:unit_tests_run', | 1021 '../chrome/chrome.gyp:unit_tests_run', |
1021 '../net/net.gyp:net_unittests_run', | 1022 '../net/net.gyp:net_unittests_run', |
1022 ], | 1023 ], |
1023 }, # target_name: chromium_swarm_tests | 1024 }, # target_name: chromium_swarm_tests |
1024 ], | 1025 ], |
1025 }], | 1026 }], |
1026 ], # conditions | 1027 ], # conditions |
1027 } | 1028 } |
OLD | NEW |