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