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

Side by Side Diff: build/all.gyp

Issue 7552042: ui_tests is needed by chromium performance testers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'chromium_builder_qa', # needed for pyauto 268 'chromium_builder_qa', # needed for pyauto
269 'chromium_builder_tests', 269 'chromium_builder_tests',
270 ], 270 ],
271 }, # target_name: chromium_builder_nacl_win_integration 271 }, # target_name: chromium_builder_nacl_win_integration
272 { 272 {
273 'target_name': 'chromium_builder_perf', 273 'target_name': 'chromium_builder_perf',
274 'type': 'none', 274 'type': 'none',
275 'dependencies': [ 275 'dependencies': [
276 'chromium_builder_qa', # needed for pyauto 276 'chromium_builder_qa', # needed for pyauto
277 '../chrome/chrome.gyp:performance_ui_tests', 277 '../chrome/chrome.gyp:performance_ui_tests',
278 '../chrome/chrome.gyp:ui_tests',
cmp 2011/08/10 17:31:26 btw, these are supposed to remain in alphabetic or
278 '../chrome/chrome.gyp:plugin_tests', 279 '../chrome/chrome.gyp:plugin_tests',
279 '../chrome/chrome.gyp:sync_performance_tests', 280 '../chrome/chrome.gyp:sync_performance_tests',
280 ], 281 ],
281 }, # target_name: chromium_builder_perf 282 }, # target_name: chromium_builder_perf
282 { 283 {
283 'target_name': 'chromium_gpu_builder', 284 'target_name': 'chromium_gpu_builder',
284 'type': 'none', 285 'type': 'none',
285 'dependencies': [ 286 'dependencies': [
286 '../chrome/chrome.gyp:gpu_tests', 287 '../chrome/chrome.gyp:gpu_tests',
287 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 288 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 571 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
571 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 572 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
572 '../views/views.gyp:views_unittests', 573 '../views/views.gyp:views_unittests',
573 'temp_gyp/googleurl.gyp:googleurl_unittests', 574 'temp_gyp/googleurl.gyp:googleurl_unittests',
574 ], 575 ],
575 }, 576 },
576 ], # targets 577 ], # targets
577 }], # "chromeos==1" 578 }], # "chromeos==1"
578 ], # conditions 579 ], # conditions
579 } 580 }
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