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

Side by Side Diff: build/all.gyp

Issue 1640243002: 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: remove debug 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'dependencies': [ 604 'dependencies': [
605 '../chrome/chrome.gyp:chrome', 605 '../chrome/chrome.gyp:chrome',
606 '../chrome/chrome.gyp:performance_browser_tests', 606 '../chrome/chrome.gyp:performance_browser_tests',
607 '../content/content_shell_and_tests.gyp:content_browsertests', 607 '../content/content_shell_and_tests.gyp:content_browsertests',
608 '../content/content_shell_and_tests.gyp:content_gl_tests', 608 '../content/content_shell_and_tests.gyp:content_gl_tests',
609 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 609 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
610 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 610 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
611 '../gpu/gpu.gyp:gl_tests', 611 '../gpu/gpu.gyp:gl_tests',
612 '../gpu/gpu.gyp:angle_unittests', 612 '../gpu/gpu.gyp:angle_unittests',
613 '../gpu/gpu.gyp:gpu_unittests', 613 '../gpu/gpu.gyp:gpu_unittests',
614 '../gpu/gpu.gyp:command_buffer_gles2_tests',
614 '../third_party/catapult/telemetry/telemetry.gyp:*', 615 '../third_party/catapult/telemetry/telemetry.gyp:*',
615 ], 616 ],
616 'conditions': [ 617 'conditions': [
617 ['OS!="ios" and OS!="win"', { 618 ['OS!="ios" and OS!="win"', {
618 'dependencies': [ 619 'dependencies': [
619 '../breakpad/breakpad.gyp:minidump_stackwalk', 620 '../breakpad/breakpad.gyp:minidump_stackwalk',
620 ], 621 ],
621 }], 622 }],
622 ['OS=="linux"', { 623 ['OS=="linux"', {
623 'dependencies': [ 624 'dependencies': [
(...skipping 17 matching lines...) Expand all
641 'type': 'none', 642 'type': 'none',
642 'dependencies': [ 643 'dependencies': [
643 '../chrome/chrome.gyp:chrome', 644 '../chrome/chrome.gyp:chrome',
644 '../content/content_shell_and_tests.gyp:content_browsertests', 645 '../content/content_shell_and_tests.gyp:content_browsertests',
645 '../content/content_shell_and_tests.gyp:content_gl_tests', 646 '../content/content_shell_and_tests.gyp:content_gl_tests',
646 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 647 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
647 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 648 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
648 '../gpu/gpu.gyp:gl_tests', 649 '../gpu/gpu.gyp:gl_tests',
649 '../gpu/gpu.gyp:angle_unittests', 650 '../gpu/gpu.gyp:angle_unittests',
650 '../gpu/gpu.gyp:gpu_unittests', 651 '../gpu/gpu.gyp:gpu_unittests',
652 '../gpu/gpu.gyp:command_buffer_gles2_tests',
651 '../third_party/catapult/telemetry/telemetry.gyp:*', 653 '../third_party/catapult/telemetry/telemetry.gyp:*',
652 ], 654 ],
653 'conditions': [ 655 'conditions': [
654 ['OS!="ios" and OS!="win"', { 656 ['OS!="ios" and OS!="win"', {
655 'dependencies': [ 657 'dependencies': [
656 '../breakpad/breakpad.gyp:minidump_stackwalk', 658 '../breakpad/breakpad.gyp:minidump_stackwalk',
657 ], 659 ],
658 }], 660 }],
659 ['OS=="linux"', { 661 ['OS=="linux"', {
660 'dependencies': [ 662 'dependencies': [
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 # Unit test bundles packaged as an apk. 839 # Unit test bundles packaged as an apk.
838 '../base/base.gyp:base_unittests_apk', 840 '../base/base.gyp:base_unittests_apk',
839 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
840 '../cc/cc_tests.gyp:cc_unittests_apk', 842 '../cc/cc_tests.gyp:cc_unittests_apk',
841 '../components/components_tests.gyp:components_browsertests_apk', 843 '../components/components_tests.gyp:components_browsertests_apk',
842 '../components/components_tests.gyp:components_unittests_apk', 844 '../components/components_tests.gyp:components_unittests_apk',
843 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 845 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
844 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 846 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
845 '../content/content_shell_and_tests.gyp:content_unittests_apk', 847 '../content/content_shell_and_tests.gyp:content_unittests_apk',
846 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 848 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
849 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
847 '../gpu/gpu.gyp:gl_tests_apk', 850 '../gpu/gpu.gyp:gl_tests_apk',
848 '../gpu/gpu.gyp:gpu_unittests_apk', 851 '../gpu/gpu.gyp:gpu_unittests_apk',
849 '../ipc/ipc.gyp:ipc_tests_apk', 852 '../ipc/ipc.gyp:ipc_tests_apk',
850 '../media/media.gyp:media_unittests_apk', 853 '../media/media.gyp:media_unittests_apk',
851 '../media/midi/midi.gyp:midi_unittests_apk', 854 '../media/midi/midi.gyp:midi_unittests_apk',
852 '../net/net.gyp:net_unittests_apk', 855 '../net/net.gyp:net_unittests_apk',
853 '../skia/skia_tests.gyp:skia_unittests_apk', 856 '../skia/skia_tests.gyp:skia_unittests_apk',
854 '../sql/sql.gyp:sql_unittests_apk', 857 '../sql/sql.gyp:sql_unittests_apk',
855 '../sync/sync.gyp:sync_unit_tests_apk', 858 '../sync/sync.gyp:sync_unit_tests_apk',
856 '../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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 'dependencies': [ 1431 'dependencies': [
1429 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1430 '../ui/views/views.gyp:views', 1433 '../ui/views/views.gyp:views',
1431 '../ui/views/views.gyp:views_unittests', 1434 '../ui/views/views.gyp:views_unittests',
1432 ], 1435 ],
1433 }, # target_name: macviews_builder 1436 }, # target_name: macviews_builder
1434 ], # targets 1437 ], # targets
1435 }], # os=='mac' and toolkit_views==1 1438 }], # os=='mac' and toolkit_views==1
1436 ], # conditions 1439 ], # conditions
1437 } 1440 }
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