| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |