| OLD | NEW |
| 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 }], | 588 }], |
| 589 ], | 589 ], |
| 590 }, # target_name: chromium_builder_perf | 590 }, # target_name: chromium_builder_perf |
| 591 { | 591 { |
| 592 'target_name': 'chromium_gpu_builder', | 592 'target_name': 'chromium_gpu_builder', |
| 593 'type': 'none', | 593 'type': 'none', |
| 594 'dependencies': [ | 594 'dependencies': [ |
| 595 '../chrome/chrome.gyp:chrome', | 595 '../chrome/chrome.gyp:chrome', |
| 596 '../chrome/chrome.gyp:performance_browser_tests', | 596 '../chrome/chrome.gyp:performance_browser_tests', |
| 597 '../content/content_shell_and_tests.gyp:content_browsertests', | 597 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 598 '../content/content_shell_and_tests.gyp:content_gl_tests', | |
| 599 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 598 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 600 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', | 599 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', |
| 601 '../gpu/gpu.gyp:gl_tests', | 600 '../gpu/gpu.gyp:gl_tests', |
| 602 '../gpu/gpu.gyp:angle_unittests', | 601 '../gpu/gpu.gyp:angle_unittests', |
| 603 '../gpu/gpu.gyp:gpu_unittests', | 602 '../gpu/gpu.gyp:gpu_unittests', |
| 604 '../gpu/gpu.gyp:command_buffer_gles2_tests', | 603 '../gpu/gpu.gyp:command_buffer_gles2_tests', |
| 605 '../third_party/catapult/telemetry/telemetry.gyp:*', | 604 '../third_party/catapult/telemetry/telemetry.gyp:*', |
| 606 ], | 605 ], |
| 607 'conditions': [ | 606 'conditions': [ |
| 608 ['OS!="ios" and OS!="win"', { | 607 ['OS!="ios" and OS!="win"', { |
| 609 'dependencies': [ | 608 'dependencies': [ |
| 610 '../breakpad/breakpad.gyp:minidump_stackwalk', | 609 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 611 ], | 610 ], |
| 612 }], | 611 }], |
| 613 ['OS=="linux"', { | 612 ['OS=="linux"', { |
| 614 'dependencies': [ | 613 'dependencies': [ |
| 615 '../chrome/chrome.gyp:linux_symbols' | 614 '../chrome/chrome.gyp:linux_symbols' |
| 616 ], | 615 ], |
| 617 }], | 616 }], |
| 618 ], | 617 ], |
| 619 }, # target_name: chromium_gpu_builder | 618 }, # target_name: chromium_gpu_builder |
| 620 { | 619 { |
| 621 'target_name': 'chromium_gpu_debug_builder', | 620 'target_name': 'chromium_gpu_debug_builder', |
| 622 'type': 'none', | 621 'type': 'none', |
| 623 'dependencies': [ | 622 'dependencies': [ |
| 624 '../chrome/chrome.gyp:chrome', | 623 '../chrome/chrome.gyp:chrome', |
| 625 '../content/content_shell_and_tests.gyp:content_browsertests', | 624 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 626 '../content/content_shell_and_tests.gyp:content_gl_tests', | |
| 627 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 625 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 628 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', | 626 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', |
| 629 '../gpu/gpu.gyp:gl_tests', | 627 '../gpu/gpu.gyp:gl_tests', |
| 630 '../gpu/gpu.gyp:angle_unittests', | 628 '../gpu/gpu.gyp:angle_unittests', |
| 631 '../gpu/gpu.gyp:gpu_unittests', | 629 '../gpu/gpu.gyp:gpu_unittests', |
| 632 '../gpu/gpu.gyp:command_buffer_gles2_tests', | 630 '../gpu/gpu.gyp:command_buffer_gles2_tests', |
| 633 '../third_party/catapult/telemetry/telemetry.gyp:*', | 631 '../third_party/catapult/telemetry/telemetry.gyp:*', |
| 634 ], | 632 ], |
| 635 'conditions': [ | 633 'conditions': [ |
| 636 ['OS!="ios" and OS!="win"', { | 634 ['OS!="ios" and OS!="win"', { |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 '../breakpad/breakpad.gyp:dump_syms#host', | 778 '../breakpad/breakpad.gyp:dump_syms#host', |
| 781 '../breakpad/breakpad.gyp:symupload#host', | 779 '../breakpad/breakpad.gyp:symupload#host', |
| 782 '../breakpad/breakpad.gyp:minidump_dump#host', | 780 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 783 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 781 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 784 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 782 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
| 785 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 783 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 786 '../cc/cc_tests.gyp:cc_perftests_apk', | 784 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 787 '../cc/cc_tests.gyp:cc_unittests', | 785 '../cc/cc_tests.gyp:cc_unittests', |
| 788 '../components/components_tests.gyp:components_unittests', | 786 '../components/components_tests.gyp:components_unittests', |
| 789 '../content/content_shell_and_tests.gyp:content_browsertests', | 787 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 790 '../content/content_shell_and_tests.gyp:content_gl_tests', | |
| 791 '../content/content_shell_and_tests.gyp:content_junit_tests', | 788 '../content/content_shell_and_tests.gyp:content_junit_tests', |
| 792 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 789 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 793 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 790 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 794 '../content/content_shell_and_tests.gyp:content_unittests', | 791 '../content/content_shell_and_tests.gyp:content_unittests', |
| 795 '../gpu/gpu.gyp:gl_tests', | 792 '../gpu/gpu.gyp:gl_tests', |
| 796 '../gpu/gpu.gyp:gpu_perftests_apk', | 793 '../gpu/gpu.gyp:gpu_perftests_apk', |
| 797 '../gpu/gpu.gyp:gpu_unittests', | 794 '../gpu/gpu.gyp:gpu_unittests', |
| 798 '../ipc/ipc.gyp:ipc_tests', | 795 '../ipc/ipc.gyp:ipc_tests', |
| 799 '../media/media.gyp:media_perftests_apk', | 796 '../media/media.gyp:media_perftests_apk', |
| 800 '../media/media.gyp:media_unittests', | 797 '../media/media.gyp:media_unittests', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 817 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 814 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 818 '../ui/events/events_unittests.gyp:events_unittests', | 815 '../ui/events/events_unittests.gyp:events_unittests', |
| 819 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 816 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 820 # Unit test bundles packaged as an apk. | 817 # Unit test bundles packaged as an apk. |
| 821 '../base/base.gyp:base_unittests_apk', | 818 '../base/base.gyp:base_unittests_apk', |
| 822 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 819 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 823 '../cc/cc_tests.gyp:cc_unittests_apk', | 820 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 824 '../components/components_tests.gyp:components_browsertests_apk', | 821 '../components/components_tests.gyp:components_browsertests_apk', |
| 825 '../components/components_tests.gyp:components_unittests_apk', | 822 '../components/components_tests.gyp:components_unittests_apk', |
| 826 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 823 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 827 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | |
| 828 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 824 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 829 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 825 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 830 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', | 826 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', |
| 831 '../gpu/gpu.gyp:gl_tests_apk', | 827 '../gpu/gpu.gyp:gl_tests_apk', |
| 832 '../gpu/gpu.gyp:gpu_unittests_apk', | 828 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 833 '../ipc/ipc.gyp:ipc_tests_apk', | 829 '../ipc/ipc.gyp:ipc_tests_apk', |
| 834 '../media/media.gyp:media_unittests_apk', | 830 '../media/media.gyp:media_unittests_apk', |
| 835 '../media/midi/midi.gyp:midi_unittests_apk', | 831 '../media/midi/midi.gyp:midi_unittests_apk', |
| 836 '../net/net.gyp:net_unittests_apk', | 832 '../net/net.gyp:net_unittests_apk', |
| 837 '../skia/skia_tests.gyp:skia_unittests_apk', | 833 '../skia/skia_tests.gyp:skia_unittests_apk', |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 'dependencies': [ | 1375 'dependencies': [ |
| 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1381 '../ui/views/views.gyp:views', | 1377 '../ui/views/views.gyp:views', |
| 1382 '../ui/views/views.gyp:views_unittests', | 1378 '../ui/views/views.gyp:views_unittests', |
| 1383 ], | 1379 ], |
| 1384 }, # target_name: macviews_builder | 1380 }, # target_name: macviews_builder |
| 1385 ], # targets | 1381 ], # targets |
| 1386 }], # os=='mac' and toolkit_views==1 | 1382 }], # os=='mac' and toolkit_views==1 |
| 1387 ], # conditions | 1383 ], # conditions |
| 1388 } | 1384 } |
| OLD | NEW |