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

Side by Side Diff: build/all.gyp

Issue 10070015: add gl_tests to all.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../chrome/chrome.gyp:ui_tests', 244 '../chrome/chrome.gyp:ui_tests',
245 ], 245 ],
246 }, # target_name: chromium_builder_perf 246 }, # target_name: chromium_builder_perf
247 { 247 {
248 'target_name': 'chromium_gpu_builder', 248 'target_name': 'chromium_gpu_builder',
249 'type': 'none', 249 'type': 'none',
250 'dependencies': [ 250 'dependencies': [
251 '../chrome/chrome.gyp:gpu_tests', 251 '../chrome/chrome.gyp:gpu_tests',
252 '../chrome/chrome.gyp:performance_browser_tests', 252 '../chrome/chrome.gyp:performance_browser_tests',
253 '../chrome/chrome.gyp:performance_ui_tests', 253 '../chrome/chrome.gyp:performance_ui_tests',
254 '../gpu/gpu.gyp:gl_tests',
254 ], 255 ],
255 }, # target_name: chromium_gpu_builder 256 }, # target_name: chromium_gpu_builder
256 { 257 {
257 'target_name': 'chromium_gpu_debug_builder', 258 'target_name': 'chromium_gpu_debug_builder',
258 'type': 'none', 259 'type': 'none',
259 'dependencies': [ 260 'dependencies': [
260 '../chrome/chrome.gyp:gpu_tests', 261 '../chrome/chrome.gyp:gpu_tests',
262 '../gpu/gpu.gyp:gl_tests',
261 ], 263 ],
262 }, # target_name: chromium_gpu_debug_builder 264 }, # target_name: chromium_gpu_debug_builder
263 { 265 {
264 'target_name': 'chromium_builder_qa', 266 'target_name': 'chromium_builder_qa',
265 'type': 'none', 267 'type': 'none',
266 'dependencies': [ 268 'dependencies': [
267 '../chrome/chrome.gyp:chromedriver', 269 '../chrome/chrome.gyp:chromedriver',
268 ], 270 ],
269 'conditions': [ 271 'conditions': [
270 # If you change this condition, make sure you also change it 272 # If you change this condition, make sure you also change it
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'dependencies': [ 606 'dependencies': [
605 '../chromeos/chromeos.gyp:chromeos_unittests', 607 '../chromeos/chromeos.gyp:chromeos_unittests',
606 ], 608 ],
607 }], 609 }],
608 ], 610 ],
609 }, 611 },
610 ], # targets 612 ], # targets
611 }], # "use_aura==1" 613 }], # "use_aura==1"
612 ], # conditions 614 ], # conditions
613 } 615 }
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