Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: build/all.gyp

Issue 14846018: Adds cc_perftests to chromium_builder_perf target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698