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

Side by Side Diff: build/all.gyp

Issue 1680743007: Revert of command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_gles2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'dependencies': [ 607 'dependencies': [
608 '../chrome/chrome.gyp:chrome', 608 '../chrome/chrome.gyp:chrome',
609 '../chrome/chrome.gyp:performance_browser_tests', 609 '../chrome/chrome.gyp:performance_browser_tests',
610 '../content/content_shell_and_tests.gyp:content_browsertests', 610 '../content/content_shell_and_tests.gyp:content_browsertests',
611 '../content/content_shell_and_tests.gyp:content_gl_tests', 611 '../content/content_shell_and_tests.gyp:content_gl_tests',
612 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 612 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
613 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 613 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
614 '../gpu/gpu.gyp:gl_tests', 614 '../gpu/gpu.gyp:gl_tests',
615 '../gpu/gpu.gyp:angle_unittests', 615 '../gpu/gpu.gyp:angle_unittests',
616 '../gpu/gpu.gyp:gpu_unittests', 616 '../gpu/gpu.gyp:gpu_unittests',
617 '../gpu/gpu.gyp:command_buffer_gles2_tests',
618 '../third_party/catapult/telemetry/telemetry.gyp:*', 617 '../third_party/catapult/telemetry/telemetry.gyp:*',
619 ], 618 ],
620 'conditions': [ 619 'conditions': [
621 ['OS!="ios" and OS!="win"', { 620 ['OS!="ios" and OS!="win"', {
622 'dependencies': [ 621 'dependencies': [
623 '../breakpad/breakpad.gyp:minidump_stackwalk', 622 '../breakpad/breakpad.gyp:minidump_stackwalk',
624 ], 623 ],
625 }], 624 }],
626 ['OS=="linux"', { 625 ['OS=="linux"', {
627 'dependencies': [ 626 'dependencies': [
(...skipping 17 matching lines...) Expand all
645 'type': 'none', 644 'type': 'none',
646 'dependencies': [ 645 'dependencies': [
647 '../chrome/chrome.gyp:chrome', 646 '../chrome/chrome.gyp:chrome',
648 '../content/content_shell_and_tests.gyp:content_browsertests', 647 '../content/content_shell_and_tests.gyp:content_browsertests',
649 '../content/content_shell_and_tests.gyp:content_gl_tests', 648 '../content/content_shell_and_tests.gyp:content_gl_tests',
650 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 649 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
651 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 650 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
652 '../gpu/gpu.gyp:gl_tests', 651 '../gpu/gpu.gyp:gl_tests',
653 '../gpu/gpu.gyp:angle_unittests', 652 '../gpu/gpu.gyp:angle_unittests',
654 '../gpu/gpu.gyp:gpu_unittests', 653 '../gpu/gpu.gyp:gpu_unittests',
655 '../gpu/gpu.gyp:command_buffer_gles2_tests',
656 '../third_party/catapult/telemetry/telemetry.gyp:*', 654 '../third_party/catapult/telemetry/telemetry.gyp:*',
657 ], 655 ],
658 'conditions': [ 656 'conditions': [
659 ['OS!="ios" and OS!="win"', { 657 ['OS!="ios" and OS!="win"', {
660 'dependencies': [ 658 'dependencies': [
661 '../breakpad/breakpad.gyp:minidump_stackwalk', 659 '../breakpad/breakpad.gyp:minidump_stackwalk',
662 ], 660 ],
663 }], 661 }],
664 ['OS=="linux"', { 662 ['OS=="linux"', {
665 'dependencies': [ 663 'dependencies': [
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 # Unit test bundles packaged as an apk. 840 # Unit test bundles packaged as an apk.
843 '../base/base.gyp:base_unittests_apk', 841 '../base/base.gyp:base_unittests_apk',
844 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 842 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
845 '../cc/cc_tests.gyp:cc_unittests_apk', 843 '../cc/cc_tests.gyp:cc_unittests_apk',
846 '../components/components_tests.gyp:components_browsertests_apk', 844 '../components/components_tests.gyp:components_browsertests_apk',
847 '../components/components_tests.gyp:components_unittests_apk', 845 '../components/components_tests.gyp:components_unittests_apk',
848 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 846 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
849 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 847 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
850 '../content/content_shell_and_tests.gyp:content_unittests_apk', 848 '../content/content_shell_and_tests.gyp:content_unittests_apk',
851 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 849 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
852 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
853 '../gpu/gpu.gyp:gl_tests_apk', 850 '../gpu/gpu.gyp:gl_tests_apk',
854 '../gpu/gpu.gyp:gpu_unittests_apk', 851 '../gpu/gpu.gyp:gpu_unittests_apk',
855 '../ipc/ipc.gyp:ipc_tests_apk', 852 '../ipc/ipc.gyp:ipc_tests_apk',
856 '../media/media.gyp:media_unittests_apk', 853 '../media/media.gyp:media_unittests_apk',
857 '../media/midi/midi.gyp:midi_unittests_apk', 854 '../media/midi/midi.gyp:midi_unittests_apk',
858 '../net/net.gyp:net_unittests_apk', 855 '../net/net.gyp:net_unittests_apk',
859 '../skia/skia_tests.gyp:skia_unittests_apk', 856 '../skia/skia_tests.gyp:skia_unittests_apk',
860 '../sql/sql.gyp:sql_unittests_apk', 857 '../sql/sql.gyp:sql_unittests_apk',
861 '../sync/sync.gyp:sync_unit_tests_apk', 858 '../sync/sync.gyp:sync_unit_tests_apk',
862 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 859 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'dependencies': [ 1435 'dependencies': [
1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1436 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1440 '../ui/views/views.gyp:views', 1437 '../ui/views/views.gyp:views',
1441 '../ui/views/views.gyp:views_unittests', 1438 '../ui/views/views.gyp:views_unittests',
1442 ], 1439 ],
1443 }, # target_name: macviews_builder 1440 }, # target_name: macviews_builder
1444 ], # targets 1441 ], # targets
1445 }], # os=='mac' and toolkit_views==1 1442 }], # os=='mac' and toolkit_views==1
1446 ], # conditions 1443 ], # conditions
1447 } 1444 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698