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

Side by Side Diff: build/all.gyp

Issue 9374034: Create a new gpu bot debug target. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../chrome/chrome.gyp:ui_tests', 245 '../chrome/chrome.gyp:ui_tests',
246 ], 246 ],
247 }, # target_name: chromium_builder_perf 247 }, # target_name: chromium_builder_perf
248 { 248 {
249 'target_name': 'chromium_gpu_builder', 249 'target_name': 'chromium_gpu_builder',
250 'type': 'none', 250 'type': 'none',
251 'dependencies': [ 251 'dependencies': [
252 '../chrome/chrome.gyp:gpu_tests', 252 '../chrome/chrome.gyp:gpu_tests',
253 '../chrome/chrome.gyp:performance_browser_tests', 253 '../chrome/chrome.gyp:performance_browser_tests',
254 '../chrome/chrome.gyp:performance_ui_tests', 254 '../chrome/chrome.gyp:performance_ui_tests',
255 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
256 ], 255 ],
257 }, # target_name: chromium_gpu_builder 256 }, # target_name: chromium_gpu_builder
258 { 257 {
258 'target_name': 'chromium_gpu_debug_builder',
259 'type': 'none',
260 'dependencies': [
261 '../chrome/chrome.gyp:gpu_tests',
262 ],
263 }, # target_name: chromium_gpu_debug_builder
264 {
259 'target_name': 'chromium_builder_qa', 265 'target_name': 'chromium_builder_qa',
260 'type': 'none', 266 'type': 'none',
261 'dependencies': [ 267 'dependencies': [
262 '../chrome/chrome.gyp:chromedriver', 268 '../chrome/chrome.gyp:chromedriver',
263 ], 269 ],
264 'conditions': [ 270 'conditions': [
265 # If you change this condition, make sure you also change it 271 # If you change this condition, make sure you also change it
266 # in chrome_tests.gypi 272 # in chrome_tests.gypi
267 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_ arch==python_arch)', { 273 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_ arch==python_arch)', {
268 'dependencies': [ 274 'dependencies': [
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 '../chrome/chrome.gyp:ui_tests', 616 '../chrome/chrome.gyp:ui_tests',
611 '../ui/views/views.gyp:views_unittests', 617 '../ui/views/views.gyp:views_unittests',
612 ], 618 ],
613 }], 619 }],
614 ], 620 ],
615 }, 621 },
616 ], # targets 622 ], # targets
617 }], # "use_aura==1" 623 }], # "use_aura==1"
618 ], # conditions 624 ], # conditions
619 } 625 }
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