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

Side by Side Diff: build/all.gyp

Issue 7792043: Build performance_ui_tests on gpu waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '../chrome/chrome.gyp:plugin_tests', 285 '../chrome/chrome.gyp:plugin_tests',
286 '../chrome/chrome.gyp:sync_performance_tests', 286 '../chrome/chrome.gyp:sync_performance_tests',
287 '../chrome/chrome.gyp:ui_tests', 287 '../chrome/chrome.gyp:ui_tests',
288 ], 288 ],
289 }, # target_name: chromium_builder_perf 289 }, # target_name: chromium_builder_perf
290 { 290 {
291 'target_name': 'chromium_gpu_builder', 291 'target_name': 'chromium_gpu_builder',
292 'type': 'none', 292 'type': 'none',
293 'dependencies': [ 293 'dependencies': [
294 '../chrome/chrome.gyp:gpu_tests', 294 '../chrome/chrome.gyp:gpu_tests',
295 '../chrome/chrome.gyp:performance_ui_tests',
295 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 296 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
296 ], 297 ],
297 }, # target_name: chromium_gpu_builder 298 }, # target_name: chromium_gpu_builder
298 { 299 {
299 'target_name': 'chromium_builder_qa', 300 'target_name': 'chromium_builder_qa',
300 'type': 'none', 301 'type': 'none',
301 'dependencies': [ 302 'dependencies': [
302 '../chrome/chrome.gyp:chromedriver', 303 '../chrome/chrome.gyp:chromedriver',
303 ], 304 ],
304 'conditions': [ 305 'conditions': [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
587 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
588 '../views/views.gyp:views_unittests', 589 '../views/views.gyp:views_unittests',
589 'temp_gyp/googleurl.gyp:googleurl_unittests', 590 'temp_gyp/googleurl.gyp:googleurl_unittests',
590 ], 591 ],
591 }, 592 },
592 ], # targets 593 ], # targets
593 }], # "chromeos==1" 594 }], # "chromeos==1"
594 ], # conditions 595 ], # conditions
595 } 596 }
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