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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 '../net/net.gyp:net_unittests', | 186 '../net/net.gyp:net_unittests', |
187 '../sql/sql.gyp:sql_unittests', | 187 '../sql/sql.gyp:sql_unittests', |
188 '../ui/ui.gyp:ui_unittests', | 188 '../ui/ui.gyp:ui_unittests', |
189 'temp_gyp/googleurl.gyp:googleurl_unittests', | 189 'temp_gyp/googleurl.gyp:googleurl_unittests', |
190 ], | 190 ], |
191 'conditions': [ | 191 'conditions': [ |
192 ['OS!="ios"', { | 192 ['OS!="ios"', { |
193 'dependencies': [ | 193 'dependencies': [ |
194 '../cc/cc_tests.gyp:cc_unittests', | 194 '../cc/cc_tests.gyp:cc_unittests', |
195 '../chrome/chrome.gyp:browser_tests', | 195 '../chrome/chrome.gyp:browser_tests', |
| 196 '../chrome/chrome.gyp:chromedriver2_tests', |
196 '../chrome/chrome.gyp:chromedriver2_unittests', | 197 '../chrome/chrome.gyp:chromedriver2_unittests', |
197 '../chrome/chrome.gyp:interactive_ui_tests', | 198 '../chrome/chrome.gyp:interactive_ui_tests', |
198 '../chrome/chrome.gyp:sync_integration_tests', | 199 '../chrome/chrome.gyp:sync_integration_tests', |
199 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 200 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
200 '../content/content.gyp:content_browsertests', | 201 '../content/content.gyp:content_browsertests', |
201 '../content/content.gyp:content_unittests', | 202 '../content/content.gyp:content_unittests', |
202 '../device/device.gyp:device_unittests', | 203 '../device/device.gyp:device_unittests', |
203 '../gpu/gpu.gyp:gpu_unittests', | 204 '../gpu/gpu.gyp:gpu_unittests', |
204 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 205 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
205 '../ipc/ipc.gyp:ipc_tests', | 206 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 '../chrome/chrome.gyp:browser_tests_run', | 729 '../chrome/chrome.gyp:browser_tests_run', |
729 '../chrome/chrome.gyp:sync_integration_tests_run', | 730 '../chrome/chrome.gyp:sync_integration_tests_run', |
730 '../chrome/chrome.gyp:unit_tests_run', | 731 '../chrome/chrome.gyp:unit_tests_run', |
731 '../net/net.gyp:net_unittests_run', | 732 '../net/net.gyp:net_unittests_run', |
732 ], | 733 ], |
733 }, # target_name: chromium_swarm_tests | 734 }, # target_name: chromium_swarm_tests |
734 ], | 735 ], |
735 }], | 736 }], |
736 ], # conditions | 737 ], # conditions |
737 } | 738 } |
OLD | NEW |