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

Side by Side Diff: build/all.gyp

Issue 105733002: Move src/gpu/gles2_conform_test out of src-internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | gpu/gles2_conform_support/README » ('j') | gpu/gles2_conform_support/README » ('J')
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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 '../chrome/chrome.gyp:performance_browser_tests', 482 '../chrome/chrome.gyp:performance_browser_tests',
483 '../chrome/chrome.gyp:performance_ui_tests', 483 '../chrome/chrome.gyp:performance_ui_tests',
484 '../content/content_shell_and_tests.gyp:content_browsertests', 484 '../content/content_shell_and_tests.gyp:content_browsertests',
485 '../content/content_shell_and_tests.gyp:content_gl_tests', 485 '../content/content_shell_and_tests.gyp:content_gl_tests',
486 '../gpu/gpu.gyp:gl_tests', 486 '../gpu/gpu.gyp:gl_tests',
487 '../gpu/gpu.gyp:angle_unittests', 487 '../gpu/gpu.gyp:angle_unittests',
488 ], 488 ],
489 'conditions': [ 489 'conditions': [
490 ['internal_gles2_conform_tests', { 490 ['internal_gles2_conform_tests', {
491 'dependencies': [ 491 'dependencies': [
492 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 492 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_confo rm_test',
493 ], 493 ],
494 }], # internal_gles2_conform 494 }], # internal_gles2_conform
495 ['OS!="ios" and OS!="win"', { 495 ['OS!="ios" and OS!="win"', {
496 'dependencies': [ 496 'dependencies': [
497 '../breakpad/breakpad.gyp:minidump_stackwalk', 497 '../breakpad/breakpad.gyp:minidump_stackwalk',
498 ], 498 ],
499 }], 499 }],
500 ['OS=="linux"', { 500 ['OS=="linux"', {
501 'dependencies': [ 501 'dependencies': [
502 '../chrome/chrome.gyp:linux_symbols' 502 '../chrome/chrome.gyp:linux_symbols'
(...skipping 17 matching lines...) Expand all
520 'dependencies': [ 520 'dependencies': [
521 '../chrome/chrome.gyp:chrome', 521 '../chrome/chrome.gyp:chrome',
522 '../content/content_shell_and_tests.gyp:content_browsertests', 522 '../content/content_shell_and_tests.gyp:content_browsertests',
523 '../content/content_shell_and_tests.gyp:content_gl_tests', 523 '../content/content_shell_and_tests.gyp:content_gl_tests',
524 '../gpu/gpu.gyp:gl_tests', 524 '../gpu/gpu.gyp:gl_tests',
525 '../gpu/gpu.gyp:angle_unittests', 525 '../gpu/gpu.gyp:angle_unittests',
526 ], 526 ],
527 'conditions': [ 527 'conditions': [
528 ['internal_gles2_conform_tests', { 528 ['internal_gles2_conform_tests', {
529 'dependencies': [ 529 'dependencies': [
530 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 530 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_confo rm_test',
531 ], 531 ],
532 }], # internal_gles2_conform 532 }], # internal_gles2_conform
533 ['OS!="ios" and OS!="win"', { 533 ['OS!="ios" and OS!="win"', {
534 'dependencies': [ 534 'dependencies': [
535 '../breakpad/breakpad.gyp:minidump_stackwalk', 535 '../breakpad/breakpad.gyp:minidump_stackwalk',
536 ], 536 ],
537 }], 537 }],
538 ['OS=="linux"', { 538 ['OS=="linux"', {
539 'dependencies': [ 539 'dependencies': [
540 '../chrome/chrome.gyp:linux_symbols' 540 '../chrome/chrome.gyp:linux_symbols'
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 '../chrome/chrome.gyp:interactive_ui_tests_run', 1085 '../chrome/chrome.gyp:interactive_ui_tests_run',
1086 '../chrome/chrome.gyp:sync_integration_tests_run', 1086 '../chrome/chrome.gyp:sync_integration_tests_run',
1087 '../chrome/chrome.gyp:unit_tests_run', 1087 '../chrome/chrome.gyp:unit_tests_run',
1088 '../net/net.gyp:net_unittests_run', 1088 '../net/net.gyp:net_unittests_run',
1089 ], 1089 ],
1090 }, # target_name: chromium_swarm_tests 1090 }, # target_name: chromium_swarm_tests
1091 ], 1091 ],
1092 }], 1092 }],
1093 ], # conditions 1093 ], # conditions
1094 } 1094 }
OLDNEW
« no previous file with comments | « no previous file | gpu/gles2_conform_support/README » ('j') | gpu/gles2_conform_support/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698