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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 'dependencies': [ | 319 'dependencies': [ |
320 'chromium_builder_qa', # needed for pyauto | 320 'chromium_builder_qa', # needed for pyauto |
321 'chromium_builder_tests', | 321 'chromium_builder_tests', |
322 ], | 322 ], |
323 }, # target_name: chromium_builder_nacl_win_integration | 323 }, # target_name: chromium_builder_nacl_win_integration |
324 { | 324 { |
325 'target_name': 'chromium_builder_perf', | 325 'target_name': 'chromium_builder_perf', |
326 'type': 'none', | 326 'type': 'none', |
327 'dependencies': [ | 327 'dependencies': [ |
328 'chromium_builder_qa', # needed for pyauto | 328 'chromium_builder_qa', # needed for pyauto |
| 329 '../cc/cc_tests.gyp:cc_perftests', |
329 '../chrome/chrome.gyp:performance_browser_tests', | 330 '../chrome/chrome.gyp:performance_browser_tests', |
330 '../chrome/chrome.gyp:performance_ui_tests', | 331 '../chrome/chrome.gyp:performance_ui_tests', |
331 '../chrome/chrome.gyp:sync_performance_tests', | 332 '../chrome/chrome.gyp:sync_performance_tests', |
332 ], | 333 ], |
333 }, # target_name: chromium_builder_perf | 334 }, # target_name: chromium_builder_perf |
334 { | 335 { |
335 'target_name': 'chromium_gpu_builder', | 336 'target_name': 'chromium_gpu_builder', |
336 'type': 'none', | 337 'type': 'none', |
337 'dependencies': [ | 338 'dependencies': [ |
338 '../chrome/chrome.gyp:gpu_tests', | 339 '../chrome/chrome.gyp:gpu_tests', |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 '../chrome/chrome.gyp:interactive_ui_tests_run', | 851 '../chrome/chrome.gyp:interactive_ui_tests_run', |
851 '../chrome/chrome.gyp:sync_integration_tests_run', | 852 '../chrome/chrome.gyp:sync_integration_tests_run', |
852 '../chrome/chrome.gyp:unit_tests_run', | 853 '../chrome/chrome.gyp:unit_tests_run', |
853 '../net/net.gyp:net_unittests_run', | 854 '../net/net.gyp:net_unittests_run', |
854 ], | 855 ], |
855 }, # target_name: chromium_swarm_tests | 856 }, # target_name: chromium_swarm_tests |
856 ], | 857 ], |
857 }], | 858 }], |
858 ], # conditions | 859 ], # conditions |
859 } | 860 } |
OLD | NEW |