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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 }, # target_name: chromium_builder_nacl_win_integration | 393 }, # target_name: chromium_builder_nacl_win_integration |
394 { | 394 { |
395 'target_name': 'chromium_builder_perf', | 395 'target_name': 'chromium_builder_perf', |
396 'type': 'none', | 396 'type': 'none', |
397 'dependencies': [ | 397 'dependencies': [ |
398 '../cc/cc_tests.gyp:cc_perftests', | 398 '../cc/cc_tests.gyp:cc_perftests', |
399 '../chrome/chrome.gyp:chrome', | 399 '../chrome/chrome.gyp:chrome', |
400 '../chrome/chrome.gyp:performance_browser_tests', | 400 '../chrome/chrome.gyp:performance_browser_tests', |
401 '../chrome/chrome.gyp:performance_ui_tests', | 401 '../chrome/chrome.gyp:performance_ui_tests', |
402 '../chrome/chrome.gyp:sync_performance_tests', | 402 '../chrome/chrome.gyp:sync_performance_tests', |
| 403 '../media/media.gyp:media_perftests', |
403 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 404 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
404 ], | 405 ], |
405 'conditions': [ | 406 'conditions': [ |
406 ['OS!="ios" and OS!="win"', { | 407 ['OS!="ios" and OS!="win"', { |
407 'dependencies': [ | 408 'dependencies': [ |
408 '../breakpad/breakpad.gyp:minidump_stackwalk', | 409 '../breakpad/breakpad.gyp:minidump_stackwalk', |
409 ], | 410 ], |
410 }], | 411 }], |
411 ['OS=="linux"', { | 412 ['OS=="linux"', { |
412 'dependencies': [ | 413 'dependencies': [ |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1020 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1020 '../chrome/chrome.gyp:sync_integration_tests_run', | 1021 '../chrome/chrome.gyp:sync_integration_tests_run', |
1021 '../chrome/chrome.gyp:unit_tests_run', | 1022 '../chrome/chrome.gyp:unit_tests_run', |
1022 '../net/net.gyp:net_unittests_run', | 1023 '../net/net.gyp:net_unittests_run', |
1023 ], | 1024 ], |
1024 }, # target_name: chromium_swarm_tests | 1025 }, # target_name: chromium_swarm_tests |
1025 ], | 1026 ], |
1026 }], | 1027 }], |
1027 ], # conditions | 1028 ], # conditions |
1028 } | 1029 } |
OLD | NEW |