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

Side by Side Diff: build/all.gyp

Issue 11453026: Rename WebGLConformanceTests to WebGLConformanceTest (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years 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 | content/browser/gpu/generate_webgl_conformance_test_list.py » ('j') | 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '../chrome/chrome.gyp:sync_performance_tests', 272 '../chrome/chrome.gyp:sync_performance_tests',
273 ], 273 ],
274 }, # target_name: chromium_builder_perf 274 }, # target_name: chromium_builder_perf
275 { 275 {
276 'target_name': 'chromium_gpu_builder', 276 'target_name': 'chromium_gpu_builder',
277 'type': 'none', 277 'type': 'none',
278 'dependencies': [ 278 'dependencies': [
279 '../chrome/chrome.gyp:gpu_tests', 279 '../chrome/chrome.gyp:gpu_tests',
280 '../chrome/chrome.gyp:performance_browser_tests', 280 '../chrome/chrome.gyp:performance_browser_tests',
281 '../chrome/chrome.gyp:performance_ui_tests', 281 '../chrome/chrome.gyp:performance_ui_tests',
282 '../content/content.gyp:content_browsertests',
282 '../gpu/gpu.gyp:gl_tests', 283 '../gpu/gpu.gyp:gl_tests',
283 ], 284 ],
284 'conditions': [ 285 'conditions': [
285 ['internal_gles2_conform_tests', { 286 ['internal_gles2_conform_tests', {
286 'dependencies': [ 287 'dependencies': [
287 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 288 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
288 ], 289 ],
289 }], # internal_gles2_conform 290 }], # internal_gles2_conform
290 ], 291 ],
291 }, # target_name: chromium_gpu_builder 292 }, # target_name: chromium_gpu_builder
292 { 293 {
293 'target_name': 'chromium_gpu_debug_builder', 294 'target_name': 'chromium_gpu_debug_builder',
294 'type': 'none', 295 'type': 'none',
295 'dependencies': [ 296 'dependencies': [
296 '../chrome/chrome.gyp:gpu_tests', 297 '../chrome/chrome.gyp:gpu_tests',
298 '../content/content.gyp:content_browsertests',
297 '../gpu/gpu.gyp:gl_tests', 299 '../gpu/gpu.gyp:gl_tests',
298 ], 300 ],
299 'conditions': [ 301 'conditions': [
300 ['internal_gles2_conform_tests', { 302 ['internal_gles2_conform_tests', {
301 'dependencies': [ 303 'dependencies': [
302 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 304 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
303 ], 305 ],
304 }], # internal_gles2_conform 306 }], # internal_gles2_conform
305 ], 307 ],
306 }, # target_name: chromium_gpu_debug_builder 308 }, # target_name: chromium_gpu_debug_builder
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 '../chrome/chrome.gyp:browser_tests_run', 723 '../chrome/chrome.gyp:browser_tests_run',
722 '../chrome/chrome.gyp:sync_integration_tests_run', 724 '../chrome/chrome.gyp:sync_integration_tests_run',
723 '../chrome/chrome.gyp:unit_tests_run', 725 '../chrome/chrome.gyp:unit_tests_run',
724 '../net/net.gyp:net_unittests_run', 726 '../net/net.gyp:net_unittests_run',
725 ], 727 ],
726 }, # target_name: chromium_swarm_tests 728 }, # target_name: chromium_swarm_tests
727 ], 729 ],
728 }], 730 }],
729 ], # conditions 731 ], # conditions
730 } 732 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/gpu/generate_webgl_conformance_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698