OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 if (is_android) { | 10 if (is_android) { |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "//components/device_event_log:unit_tests", | 141 "//components/device_event_log:unit_tests", |
142 "//components/devtools_http_handler:unit_tests", | 142 "//components/devtools_http_handler:unit_tests", |
143 "//components/dom_distiller/content/browser:unit_tests", | 143 "//components/dom_distiller/content/browser:unit_tests", |
144 "//components/domain_reliability:unit_tests", | 144 "//components/domain_reliability:unit_tests", |
145 "//components/error_page/renderer:unit_tests", | 145 "//components/error_page/renderer:unit_tests", |
146 "//components/favicon/content:unit_tests", | 146 "//components/favicon/content:unit_tests", |
147 "//components/favicon/core:unit_tests", | 147 "//components/favicon/core:unit_tests", |
148 "//components/favicon_base:unit_tests", | 148 "//components/favicon_base:unit_tests", |
149 "//components/gcm_driver:unit_tests", | 149 "//components/gcm_driver:unit_tests", |
150 "//components/gcm_driver/crypto:unit_tests", | 150 "//components/gcm_driver/crypto:unit_tests", |
| 151 "//components/gcm_driver/instance_id:unit_tests", |
151 "//components/guest_view/browser:unit_tests", | 152 "//components/guest_view/browser:unit_tests", |
152 "//components/history/content/browser:unit_tests", | 153 "//components/history/content/browser:unit_tests", |
153 "//components/history/core/browser:unit_tests", | 154 "//components/history/core/browser:unit_tests", |
154 "//components/history/core/common:unit_tests", | 155 "//components/history/core/common:unit_tests", |
155 "//components/invalidation/impl:unit_tests", | 156 "//components/invalidation/impl:unit_tests", |
156 "//components/json_schema:unit_tests", | 157 "//components/json_schema:unit_tests", |
157 "//components/keyed_service/content:unit_tests", | 158 "//components/keyed_service/content:unit_tests", |
158 "//components/language_usage_metrics:unit_tests", | 159 "//components/language_usage_metrics:unit_tests", |
159 "//components/login:unit_tests", | 160 "//components/login:unit_tests", |
160 "//components/memory_pressure:unit_tests", | 161 "//components/memory_pressure:unit_tests", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 } # iOS/!iOS | 215 } # iOS/!iOS |
215 | 216 |
216 if (is_ios || is_mac) { | 217 if (is_ios || is_mac) { |
217 deps += [ ":components_tests_pak_bundle_data" ] | 218 deps += [ ":components_tests_pak_bundle_data" ] |
218 } | 219 } |
219 | 220 |
220 if (is_android) { | 221 if (is_android) { |
221 isolate_file = "components_unittests.isolate" | 222 isolate_file = "components_unittests.isolate" |
222 | 223 |
223 deps += [ | 224 deps += [ |
| 225 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
224 "//components/invalidation/impl", | 226 "//components/invalidation/impl", |
225 "//components/invalidation/impl:java", | 227 "//components/invalidation/impl:java", |
226 "//components/safe_json", | 228 "//components/safe_json", |
227 "//components/safe_json/android:safe_json_java", | 229 "//components/safe_json/android:safe_json_java", |
228 "//components/signin/core/browser", | 230 "//components/signin/core/browser", |
229 "//components/signin/core/browser/android:java", | 231 "//components/signin/core/browser/android:java", |
230 "//components/variations/android:variations_java", | 232 "//components/variations/android:variations_java", |
231 "//components/web_restrictions:test_support", | 233 "//components/web_restrictions:test_support", |
232 "//components/web_restrictions:test_support_java", | 234 "//components/web_restrictions:test_support_java", |
233 "//components/web_restrictions:unit_tests", | 235 "//components/web_restrictions:unit_tests", |
234 "//content/public/android:content_java", | 236 "//content/public/android:content_java", |
235 "//content/public/android:content_java", | |
236 "//content/public/browser", | 237 "//content/public/browser", |
| 238 |
| 239 # Required by //components/gcm_driver/instance_id:unit_tests for |
| 240 # NestedSystemMessageHandler.java |
| 241 "//content/public/test/android:content_java_test_support", |
| 242 |
237 "//net", | 243 "//net", |
238 "//ui/android:ui_java", | 244 "//ui/android:ui_java", |
239 "//ui/base", | 245 "//ui/base", |
240 "//ui/gfx", | 246 "//ui/gfx", |
241 ] | 247 ] |
242 | 248 |
243 if (enable_configuration_policy) { | 249 if (enable_configuration_policy) { |
244 deps += [ "//components/policy/android:policy_java" ] | 250 deps += [ "//components/policy/android:policy_java" ] |
245 } | 251 } |
246 } | 252 } |
247 | 253 |
248 # Desktop-only deps. | 254 # Desktop-only deps. |
249 if (!is_android && !is_ios) { | 255 if (!is_android && !is_ios) { |
250 deps += [ | 256 deps += [ |
251 "//components/audio_modem:unit_tests", | 257 "//components/audio_modem:unit_tests", |
252 "//components/copresence:unit_tests", | 258 "//components/copresence:unit_tests", |
253 "//components/feedback:unit_tests", | 259 "//components/feedback:unit_tests", |
254 "//components/gcm_driver/instance_id:unit_tests", | |
255 "//components/proximity_auth:unit_tests", | 260 "//components/proximity_auth:unit_tests", |
256 "//components/storage_monitor:unit_tests", | 261 "//components/storage_monitor:unit_tests", |
257 "//components/web_modal:unit_tests", | 262 "//components/web_modal:unit_tests", |
258 "//components/webusb:unit_tests", | 263 "//components/webusb:unit_tests", |
259 ] | 264 ] |
260 } | 265 } |
261 | 266 |
262 if (enable_rlz_support) { | 267 if (enable_rlz_support) { |
263 deps += [ "//components/rlz:unit_tests" ] | 268 deps += [ "//components/rlz:unit_tests" ] |
264 } | 269 } |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 "//base/test:test_support_perf", | 479 "//base/test:test_support_perf", |
475 "//components/scheduler", | 480 "//components/scheduler", |
476 "//components/visitedlink/browser", | 481 "//components/visitedlink/browser", |
477 "//content/test:test_support", | 482 "//content/test:test_support", |
478 "//testing/gtest", | 483 "//testing/gtest", |
479 "//testing/perf", | 484 "//testing/perf", |
480 "//url", | 485 "//url", |
481 ] | 486 ] |
482 } | 487 } |
483 } | 488 } |
OLD | NEW |