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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 '../ipc/ipc.gyp:ipc_tests', | 74 '../ipc/ipc.gyp:ipc_tests', |
75 '../media/media.gyp:media_unittests', | 75 '../media/media.gyp:media_unittests', |
76 '../net/net.gyp:net_unittests', | 76 '../net/net.gyp:net_unittests', |
77 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 77 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
78 '../sql/sql.gyp:sql_unittests', | 78 '../sql/sql.gyp:sql_unittests', |
79 '../sync/sync.gyp:sync_unit_tests', | 79 '../sync/sync.gyp:sync_unit_tests', |
80 '../third_party/WebKit/public/all.gyp:*', | 80 '../third_party/WebKit/public/all.gyp:*', |
81 '../tools/android/android_tools.gyp:android_tools', | 81 '../tools/android/android_tools.gyp:android_tools', |
82 '../tools/android/android_tools.gyp:memconsumer', | 82 '../tools/android/android_tools.gyp:memconsumer', |
83 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te
st', | 83 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te
st', |
84 '../ui/ui.gyp:ui_unittests', | 84 '../ui/ui_unittests.gyp:ui_unittests', |
85 # Required by ui_unittests. | 85 # Required by ui_unittests. |
86 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but | 86 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but |
87 # this would cause circular gyp dependency which needs refactoring the | 87 # this would cause circular gyp dependency which needs refactoring the |
88 # gyps to resolve. | 88 # gyps to resolve. |
89 '../chrome/chrome_resources.gyp:packed_resources', | 89 '../chrome/chrome_resources.gyp:packed_resources', |
90 ], | 90 ], |
91 'conditions': [ | 91 'conditions': [ |
92 ['"<(gtest_target_type)"=="shared_library"', { | 92 ['"<(gtest_target_type)"=="shared_library"', { |
93 'dependencies': [ | 93 'dependencies': [ |
94 # Unit test bundles packaged as an apk. | 94 # Unit test bundles packaged as an apk. |
95 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 95 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
96 '../base/base.gyp:base_unittests_apk', | 96 '../base/base.gyp:base_unittests_apk', |
97 '../cc/cc_tests.gyp:cc_unittests_apk', | 97 '../cc/cc_tests.gyp:cc_unittests_apk', |
98 '../chrome/chrome.gyp:unit_tests_apk', | 98 '../chrome/chrome.gyp:unit_tests_apk', |
99 '../components/components_tests.gyp:components_unittests_apk', | 99 '../components/components_tests.gyp:components_unittests_apk', |
100 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 100 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
101 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 101 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
102 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 102 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
103 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 103 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
104 '../gpu/gpu.gyp:gl_tests_apk', | 104 '../gpu/gpu.gyp:gl_tests_apk', |
105 '../gpu/gpu.gyp:gpu_unittests_apk', | 105 '../gpu/gpu.gyp:gpu_unittests_apk', |
106 '../ipc/ipc.gyp:ipc_tests_apk', | 106 '../ipc/ipc.gyp:ipc_tests_apk', |
107 '../media/media.gyp:media_unittests_apk', | 107 '../media/media.gyp:media_unittests_apk', |
108 '../net/net.gyp:net_unittests_apk', | 108 '../net/net.gyp:net_unittests_apk', |
109 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 109 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
110 '../sql/sql.gyp:sql_unittests_apk', | 110 '../sql/sql.gyp:sql_unittests_apk', |
111 '../sync/sync.gyp:sync_unit_tests_apk', | 111 '../sync/sync.gyp:sync_unit_tests_apk', |
112 '../ui/ui.gyp:ui_unittests_apk', | 112 '../ui/ui_unittests.gyp:ui_unittests_apk', |
113 '../android_webview/android_webview.gyp:android_webview_test_apk', | 113 '../android_webview/android_webview.gyp:android_webview_test_apk', |
114 '../chrome/chrome.gyp:chromium_testshell_test_apk', | 114 '../chrome/chrome.gyp:chromium_testshell_test_apk', |
115 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', | 115 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', |
116 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests_apk' | 116 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests_apk' |
117 ], | 117 ], |
118 }], | 118 }], |
119 ], | 119 ], |
120 }, | 120 }, |
121 { | 121 { |
122 # WebRTC Android APK tests. | 122 # WebRTC Android APK tests. |
(...skipping 23 matching lines...) Expand all Loading... |
146 { | 146 { |
147 # In-progress targets that are expected to fail and are NOT run | 147 # In-progress targets that are expected to fail and are NOT run |
148 # on any bot. | 148 # on any bot. |
149 'target_name': 'android_in_progress', | 149 'target_name': 'android_in_progress', |
150 'type': 'none', | 150 'type': 'none', |
151 'dependencies': [ | 151 'dependencies': [ |
152 ], | 152 ], |
153 }, | 153 }, |
154 ], # targets | 154 ], # targets |
155 } | 155 } |
OLD | NEW |