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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 'dependencies': [ | 794 'dependencies': [ |
795 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', | 795 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', |
796 '../base/base.gyp:base_unittests', | 796 '../base/base.gyp:base_unittests', |
797 '../breakpad/breakpad.gyp:breakpad_unittests_deps', | 797 '../breakpad/breakpad.gyp:breakpad_unittests_deps', |
798 # Also compile the tools needed to deal with minidumps, they are | 798 # Also compile the tools needed to deal with minidumps, they are |
799 # needed to run minidump tests upstream. | 799 # needed to run minidump tests upstream. |
800 '../breakpad/breakpad.gyp:dump_syms#host', | 800 '../breakpad/breakpad.gyp:dump_syms#host', |
801 '../breakpad/breakpad.gyp:symupload#host', | 801 '../breakpad/breakpad.gyp:symupload#host', |
802 '../breakpad/breakpad.gyp:minidump_dump#host', | 802 '../breakpad/breakpad.gyp:minidump_dump#host', |
803 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 803 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 804 '../build/android/tests/bad_resources/bad_resources.gyp:bad_resource
s_test_apk', |
804 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 805 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
805 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 806 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
806 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 807 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
807 '../cc/cc_tests.gyp:cc_perftests_apk', | 808 '../cc/cc_tests.gyp:cc_perftests_apk', |
808 '../cc/cc_tests.gyp:cc_unittests', | 809 '../cc/cc_tests.gyp:cc_unittests', |
809 '../components/components_tests.gyp:components_unittests', | 810 '../components/components_tests.gyp:components_unittests', |
810 '../content/content_shell_and_tests.gyp:content_browsertests', | 811 '../content/content_shell_and_tests.gyp:content_browsertests', |
811 '../content/content_shell_and_tests.gyp:content_gl_tests', | 812 '../content/content_shell_and_tests.gyp:content_gl_tests', |
812 '../content/content_shell_and_tests.gyp:content_junit_tests', | 813 '../content/content_shell_and_tests.gyp:content_junit_tests', |
813 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 814 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1400 'dependencies': [ | 1401 'dependencies': [ |
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1402 '../ui/views/views.gyp:views', | 1403 '../ui/views/views.gyp:views', |
1403 '../ui/views/views.gyp:views_unittests', | 1404 '../ui/views/views.gyp:views_unittests', |
1404 ], | 1405 ], |
1405 }, # target_name: macviews_builder | 1406 }, # target_name: macviews_builder |
1406 ], # targets | 1407 ], # targets |
1407 }], # os=='mac' and toolkit_views==1 | 1408 }], # os=='mac' and toolkit_views==1 |
1408 ], # conditions | 1409 ], # conditions |
1409 } | 1410 } |
OLD | NEW |