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

Side by Side Diff: build/all.gyp

Issue 76923002: Include angle_unittests as part of gpu builder targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 { 451 {
452 'target_name': 'chromium_gpu_builder', 452 'target_name': 'chromium_gpu_builder',
453 'type': 'none', 453 'type': 'none',
454 'dependencies': [ 454 'dependencies': [
455 '../chrome/chrome.gyp:chrome', 455 '../chrome/chrome.gyp:chrome',
456 '../chrome/chrome.gyp:performance_browser_tests', 456 '../chrome/chrome.gyp:performance_browser_tests',
457 '../chrome/chrome.gyp:performance_ui_tests', 457 '../chrome/chrome.gyp:performance_ui_tests',
458 '../content/content_shell_and_tests.gyp:content_browsertests', 458 '../content/content_shell_and_tests.gyp:content_browsertests',
459 '../content/content_shell_and_tests.gyp:content_gl_tests', 459 '../content/content_shell_and_tests.gyp:content_gl_tests',
460 '../gpu/gpu.gyp:gl_tests', 460 '../gpu/gpu.gyp:gl_tests',
461 '../gpu/gpu.gyp:angle_unittests',
461 ], 462 ],
462 'conditions': [ 463 'conditions': [
463 ['internal_gles2_conform_tests', { 464 ['internal_gles2_conform_tests', {
464 'dependencies': [ 465 'dependencies': [
465 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 466 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
466 ], 467 ],
467 }], # internal_gles2_conform 468 }], # internal_gles2_conform
468 ['OS!="ios" and OS!="win"', { 469 ['OS!="ios" and OS!="win"', {
469 'dependencies': [ 470 'dependencies': [
470 '../breakpad/breakpad.gyp:minidump_stackwalk', 471 '../breakpad/breakpad.gyp:minidump_stackwalk',
(...skipping 17 matching lines...) Expand all
488 ], 489 ],
489 }, # target_name: chromium_gpu_builder 490 }, # target_name: chromium_gpu_builder
490 { 491 {
491 'target_name': 'chromium_gpu_debug_builder', 492 'target_name': 'chromium_gpu_debug_builder',
492 'type': 'none', 493 'type': 'none',
493 'dependencies': [ 494 'dependencies': [
494 '../chrome/chrome.gyp:chrome', 495 '../chrome/chrome.gyp:chrome',
495 '../content/content_shell_and_tests.gyp:content_browsertests', 496 '../content/content_shell_and_tests.gyp:content_browsertests',
496 '../content/content_shell_and_tests.gyp:content_gl_tests', 497 '../content/content_shell_and_tests.gyp:content_gl_tests',
497 '../gpu/gpu.gyp:gl_tests', 498 '../gpu/gpu.gyp:gl_tests',
499 '../gpu/gpu.gyp:angle_unittests',
498 ], 500 ],
499 'conditions': [ 501 'conditions': [
500 ['internal_gles2_conform_tests', { 502 ['internal_gles2_conform_tests', {
501 'dependencies': [ 503 'dependencies': [
502 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 504 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
503 ], 505 ],
504 }], # internal_gles2_conform 506 }], # internal_gles2_conform
505 ['OS!="ios" and OS!="win"', { 507 ['OS!="ios" and OS!="win"', {
506 'dependencies': [ 508 'dependencies': [
507 '../breakpad/breakpad.gyp:minidump_stackwalk', 509 '../breakpad/breakpad.gyp:minidump_stackwalk',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 '../chrome/chrome.gyp:interactive_ui_tests_run', 1052 '../chrome/chrome.gyp:interactive_ui_tests_run',
1051 '../chrome/chrome.gyp:sync_integration_tests_run', 1053 '../chrome/chrome.gyp:sync_integration_tests_run',
1052 '../chrome/chrome.gyp:unit_tests_run', 1054 '../chrome/chrome.gyp:unit_tests_run',
1053 '../net/net.gyp:net_unittests_run', 1055 '../net/net.gyp:net_unittests_run',
1054 ], 1056 ],
1055 }, # target_name: chromium_swarm_tests 1057 }, # target_name: chromium_swarm_tests
1056 ], 1058 ],
1057 }], 1059 }],
1058 ], # conditions 1060 ], # conditions
1059 } 1061 }
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