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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 '../chrome/chrome.gyp:performance_ui_tests', | 343 '../chrome/chrome.gyp:performance_ui_tests', |
344 '../chrome/chrome.gyp:sync_performance_tests', | 344 '../chrome/chrome.gyp:sync_performance_tests', |
345 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 345 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
346 ], | 346 ], |
347 'conditions': [ | 347 'conditions': [ |
348 ['OS!="ios" and OS!="win"', { | 348 ['OS!="ios" and OS!="win"', { |
349 'dependencies': [ | 349 'dependencies': [ |
350 '../breakpad/breakpad.gyp:minidump_stackwalk', | 350 '../breakpad/breakpad.gyp:minidump_stackwalk', |
351 ], | 351 ], |
352 }], | 352 }], |
| 353 ['OS=="linux"', { |
| 354 'dependencies': [ |
| 355 '../chrome/chrome.gyp:linux_symbols' |
| 356 ], |
| 357 }], |
353 ], | 358 ], |
354 }, # target_name: chromium_builder_perf | 359 }, # target_name: chromium_builder_perf |
355 { | 360 { |
356 'target_name': 'chromium_gpu_builder', | 361 'target_name': 'chromium_gpu_builder', |
357 'type': 'none', | 362 'type': 'none', |
358 'dependencies': [ | 363 'dependencies': [ |
359 '../chrome/chrome.gyp:gpu_tests', | 364 '../chrome/chrome.gyp:gpu_tests', |
360 '../chrome/chrome.gyp:performance_browser_tests', | 365 '../chrome/chrome.gyp:performance_browser_tests', |
361 '../chrome/chrome.gyp:performance_ui_tests', | 366 '../chrome/chrome.gyp:performance_ui_tests', |
362 '../content/content.gyp:content_browsertests', | 367 '../content/content.gyp:content_browsertests', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 '../chrome/chrome.gyp:interactive_ui_tests_run', | 913 '../chrome/chrome.gyp:interactive_ui_tests_run', |
909 '../chrome/chrome.gyp:sync_integration_tests_run', | 914 '../chrome/chrome.gyp:sync_integration_tests_run', |
910 '../chrome/chrome.gyp:unit_tests_run', | 915 '../chrome/chrome.gyp:unit_tests_run', |
911 '../net/net.gyp:net_unittests_run', | 916 '../net/net.gyp:net_unittests_run', |
912 ], | 917 ], |
913 }, # target_name: chromium_swarm_tests | 918 }, # target_name: chromium_swarm_tests |
914 ], | 919 ], |
915 }], | 920 }], |
916 ], # conditions | 921 ], # conditions |
917 } | 922 } |
OLD | NEW |