| 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 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 'chromium_builder_qa', # needed for pyauto | 472 'chromium_builder_qa', # needed for pyauto |
| 473 'chromium_builder_tests', | 473 'chromium_builder_tests', |
| 474 ], | 474 ], |
| 475 }, # target_name: chromium_builder_nacl_win_integration | 475 }, # target_name: chromium_builder_nacl_win_integration |
| 476 { | 476 { |
| 477 'target_name': 'chromium_builder_perf', | 477 'target_name': 'chromium_builder_perf', |
| 478 'type': 'none', | 478 'type': 'none', |
| 479 'dependencies': [ | 479 'dependencies': [ |
| 480 '../cc/cc_tests.gyp:cc_perftests', | 480 '../cc/cc_tests.gyp:cc_perftests', |
| 481 '../chrome/chrome.gyp:chrome', | 481 '../chrome/chrome.gyp:chrome', |
| 482 '../chrome/chrome.gyp:load_library_perf_tests', | |
| 483 '../chrome/chrome.gyp:performance_browser_tests', | 482 '../chrome/chrome.gyp:performance_browser_tests', |
| 484 '../chrome/chrome.gyp:performance_ui_tests', | 483 '../chrome/chrome.gyp:performance_ui_tests', |
| 485 '../chrome/chrome.gyp:sync_performance_tests', | 484 '../chrome/chrome.gyp:sync_performance_tests', |
| 486 '../media/media.gyp:media_perftests', | 485 '../media/media.gyp:media_perftests', |
| 487 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 486 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 488 '../tools/telemetry/telemetry.gyp:*', | 487 '../tools/telemetry/telemetry.gyp:*', |
| 489 ], | 488 ], |
| 490 'conditions': [ | 489 'conditions': [ |
| 491 ['OS!="ios" and OS!="win"', { | 490 ['OS!="ios" and OS!="win"', { |
| 492 'dependencies': [ | 491 'dependencies': [ |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 # http://crbug.com/157234 | 1235 # http://crbug.com/157234 |
| 1237 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1236 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1238 '../chrome/chrome.gyp:unit_tests_run', | 1237 '../chrome/chrome.gyp:unit_tests_run', |
| 1239 '../net/net.gyp:net_unittests_run', | 1238 '../net/net.gyp:net_unittests_run', |
| 1240 ], | 1239 ], |
| 1241 }, # target_name: chromium_swarm_tests | 1240 }, # target_name: chromium_swarm_tests |
| 1242 ], | 1241 ], |
| 1243 }], | 1242 }], |
| 1244 ], # conditions | 1243 ], # conditions |
| 1245 } | 1244 } |
| OLD | NEW |