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 # This is all.gyp file for Android to prevent breakage in Android and other | 5 # This is all.gyp file for Android to prevent breakage in Android and other |
6 # platform; It will be churning a lot in the short term and eventually be merged | 6 # platform; It will be churning a lot in the short term and eventually be merged |
7 # into all.gyp. | 7 # into all.gyp. |
8 | 8 |
9 { | 9 { |
10 'variables': { | 10 'variables': { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 # Also compile the tools needed to deal with minidumps, they are | 56 # Also compile the tools needed to deal with minidumps, they are |
57 # needed to run minidump tests upstream. | 57 # needed to run minidump tests upstream. |
58 '../breakpad/breakpad.gyp:dump_syms#host', | 58 '../breakpad/breakpad.gyp:dump_syms#host', |
59 '../breakpad/breakpad.gyp:symupload#host', | 59 '../breakpad/breakpad.gyp:symupload#host', |
60 '../breakpad/breakpad.gyp:minidump_dump#host', | 60 '../breakpad/breakpad.gyp:minidump_dump#host', |
61 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 61 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip
le_proguards_test_apk', | 62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip
le_proguards_test_apk', |
63 '../cc/cc_tests.gyp:cc_perftests_apk', | 63 '../cc/cc_tests.gyp:cc_perftests_apk', |
64 '../cc/cc_tests.gyp:cc_unittests', | 64 '../cc/cc_tests.gyp:cc_unittests', |
65 '../chrome/chrome.gyp:unit_tests', | 65 '../chrome/chrome.gyp:unit_tests', |
66 '../components/components.gyp:components_unittests', | 66 '../components/components_tests.gyp:components_unittests', |
67 '../content/content_shell_and_tests.gyp:content_browsertests', | 67 '../content/content_shell_and_tests.gyp:content_browsertests', |
68 '../content/content_shell_and_tests.gyp:content_gl_tests', | 68 '../content/content_shell_and_tests.gyp:content_gl_tests', |
69 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 69 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
70 '../content/content_shell_and_tests.gyp:content_unittests', | 70 '../content/content_shell_and_tests.gyp:content_unittests', |
71 '../gpu/gpu.gyp:gl_tests', | 71 '../gpu/gpu.gyp:gl_tests', |
72 '../gpu/gpu.gyp:gpu_unittests', | 72 '../gpu/gpu.gyp:gpu_unittests', |
73 '../ipc/ipc.gyp:ipc_tests', | 73 '../ipc/ipc.gyp:ipc_tests', |
74 '../media/media.gyp:media_unittests', | 74 '../media/media.gyp:media_unittests', |
75 '../net/net.gyp:net_unittests', | 75 '../net/net.gyp:net_unittests', |
76 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 76 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
(...skipping 11 matching lines...) Expand all Loading... |
88 '../chrome/chrome_resources.gyp:packed_resources', | 88 '../chrome/chrome_resources.gyp:packed_resources', |
89 ], | 89 ], |
90 'conditions': [ | 90 'conditions': [ |
91 ['"<(gtest_target_type)"=="shared_library"', { | 91 ['"<(gtest_target_type)"=="shared_library"', { |
92 'dependencies': [ | 92 'dependencies': [ |
93 # Unit test bundles packaged as an apk. | 93 # Unit test bundles packaged as an apk. |
94 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 94 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
95 '../base/base.gyp:base_unittests_apk', | 95 '../base/base.gyp:base_unittests_apk', |
96 '../cc/cc_tests.gyp:cc_unittests_apk', | 96 '../cc/cc_tests.gyp:cc_unittests_apk', |
97 '../chrome/chrome.gyp:unit_tests_apk', | 97 '../chrome/chrome.gyp:unit_tests_apk', |
98 '../components/components.gyp:components_unittests_apk', | 98 '../components/components_tests.gyp:components_unittests_apk', |
99 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 99 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
100 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 100 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
101 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 101 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
102 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 102 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
103 '../gpu/gpu.gyp:gl_tests_apk', | 103 '../gpu/gpu.gyp:gl_tests_apk', |
104 '../gpu/gpu.gyp:gpu_unittests_apk', | 104 '../gpu/gpu.gyp:gpu_unittests_apk', |
105 '../ipc/ipc.gyp:ipc_tests_apk', | 105 '../ipc/ipc.gyp:ipc_tests_apk', |
106 '../media/media.gyp:media_unittests_apk', | 106 '../media/media.gyp:media_unittests_apk', |
107 '../net/net.gyp:net_unittests_apk', | 107 '../net/net.gyp:net_unittests_apk', |
108 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 108 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 { | 145 { |
146 # In-progress targets that are expected to fail and are NOT run | 146 # In-progress targets that are expected to fail and are NOT run |
147 # on any bot. | 147 # on any bot. |
148 'target_name': 'android_in_progress', | 148 'target_name': 'android_in_progress', |
149 'type': 'none', | 149 'type': 'none', |
150 'dependencies': [ | 150 'dependencies': [ |
151 ], | 151 ], |
152 }, | 152 }, |
153 ], # targets | 153 ], # targets |
154 } | 154 } |
OLD | NEW |