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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'type': 'none', | 331 'type': 'none', |
332 'dependencies': [ | 332 'dependencies': [ |
333 'chromium_builder_qa', # needed for pyauto | 333 'chromium_builder_qa', # needed for pyauto |
334 'chromium_builder_tests', | 334 'chromium_builder_tests', |
335 ], | 335 ], |
336 }, # target_name: chromium_builder_nacl_win_integration | 336 }, # target_name: chromium_builder_nacl_win_integration |
337 { | 337 { |
338 'target_name': 'chromium_builder_perf', | 338 'target_name': 'chromium_builder_perf', |
339 'type': 'none', | 339 'type': 'none', |
340 'dependencies': [ | 340 'dependencies': [ |
341 'chromium_builder_qa', # needed for pyauto | |
342 '../cc/cc_tests.gyp:cc_perftests', | 341 '../cc/cc_tests.gyp:cc_perftests', |
| 342 '../chrome/chrome.gyp:chrome', |
343 '../chrome/chrome.gyp:performance_browser_tests', | 343 '../chrome/chrome.gyp:performance_browser_tests', |
344 '../chrome/chrome.gyp:performance_ui_tests', | 344 '../chrome/chrome.gyp:performance_ui_tests', |
345 '../chrome/chrome.gyp:sync_performance_tests', | 345 '../chrome/chrome.gyp:sync_performance_tests', |
346 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 346 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
347 ], | 347 ], |
348 'conditions': [ | 348 'conditions': [ |
349 ['OS!="ios" and OS!="win"', { | 349 ['OS!="ios" and OS!="win"', { |
350 'dependencies': [ | 350 'dependencies': [ |
351 '../breakpad/breakpad.gyp:minidump_stackwalk', | 351 '../breakpad/breakpad.gyp:minidump_stackwalk', |
352 ], | 352 ], |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 '../chrome/chrome.gyp:interactive_ui_tests_run', | 911 '../chrome/chrome.gyp:interactive_ui_tests_run', |
912 '../chrome/chrome.gyp:sync_integration_tests_run', | 912 '../chrome/chrome.gyp:sync_integration_tests_run', |
913 '../chrome/chrome.gyp:unit_tests_run', | 913 '../chrome/chrome.gyp:unit_tests_run', |
914 '../net/net.gyp:net_unittests_run', | 914 '../net/net.gyp:net_unittests_run', |
915 ], | 915 ], |
916 }, # target_name: chromium_swarm_tests | 916 }, # target_name: chromium_swarm_tests |
917 ], | 917 ], |
918 }], | 918 }], |
919 ], # conditions | 919 ], # conditions |
920 } | 920 } |
OLD | NEW |