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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 "//components/autofill/content/browser:unit_tests", | 158 "//components/autofill/content/browser:unit_tests", |
159 "//components/autofill/content/renderer:unit_tests", | 159 "//components/autofill/content/renderer:unit_tests", |
160 "//components/certificate_transparency:unit_tests", | 160 "//components/certificate_transparency:unit_tests", |
161 "//components/data_reduction_proxy/content/browser:unit_tests", | 161 "//components/data_reduction_proxy/content/browser:unit_tests", |
162 "//components/data_use_measurement/content:unit_tests", | 162 "//components/data_use_measurement/content:unit_tests", |
163 "//components/devtools_http_handler:unit_tests", | 163 "//components/devtools_http_handler:unit_tests", |
164 "//components/dom_distiller/content/browser:unit_tests", | 164 "//components/dom_distiller/content/browser:unit_tests", |
165 "//components/domain_reliability:unit_tests", | 165 "//components/domain_reliability:unit_tests", |
166 "//components/error_page/renderer:unit_tests", | 166 "//components/error_page/renderer:unit_tests", |
167 "//components/favicon/content:unit_tests", | 167 "//components/favicon/content:unit_tests", |
| 168 "//components/gcm_driver/instance_id:unit_tests", |
168 "//components/guest_view/browser:unit_tests", | 169 "//components/guest_view/browser:unit_tests", |
169 "//components/history/content/browser:unit_tests", | 170 "//components/history/content/browser:unit_tests", |
170 "//components/invalidation/impl:unit_tests", | 171 "//components/invalidation/impl:unit_tests", |
171 "//components/keyed_service/content:unit_tests", | 172 "//components/keyed_service/content:unit_tests", |
172 "//components/navigation_interception:unit_tests", | 173 "//components/navigation_interception:unit_tests", |
173 "//components/network_hints/renderer:unit_tests", | 174 "//components/network_hints/renderer:unit_tests", |
174 "//components/packed_ct_ev_whitelist:unit_tests", | 175 "//components/packed_ct_ev_whitelist:unit_tests", |
175 "//components/page_load_metrics/browser:unit_tests", | 176 "//components/page_load_metrics/browser:unit_tests", |
176 "//components/page_load_metrics/renderer:unit_tests", | 177 "//components/page_load_metrics/renderer:unit_tests", |
177 "//components/password_manager/content/browser:unit_tests", | 178 "//components/password_manager/content/browser:unit_tests", |
(...skipping 25 matching lines...) Expand all Loading... |
203 } # iOS/!iOS | 204 } # iOS/!iOS |
204 | 205 |
205 if (is_ios || is_mac) { | 206 if (is_ios || is_mac) { |
206 deps += [ ":components_tests_pak_bundle_data" ] | 207 deps += [ ":components_tests_pak_bundle_data" ] |
207 } | 208 } |
208 | 209 |
209 if (is_android) { | 210 if (is_android) { |
210 isolate_file = "components_unittests.isolate" | 211 isolate_file = "components_unittests.isolate" |
211 | 212 |
212 deps += [ | 213 deps += [ |
| 214 "//components/gcm_driver/instance_id:test_support", |
| 215 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
| 216 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", |
213 "//components/invalidation/impl", | 217 "//components/invalidation/impl", |
214 "//components/invalidation/impl:java", | 218 "//components/invalidation/impl:java", |
215 "//components/safe_json", | 219 "//components/safe_json", |
216 "//components/safe_json/android:safe_json_java", | 220 "//components/safe_json/android:safe_json_java", |
217 "//components/signin/core/browser", | 221 "//components/signin/core/browser", |
218 "//components/signin/core/browser/android:java", | 222 "//components/signin/core/browser/android:java", |
219 "//components/variations/android:variations_java", | 223 "//components/variations/android:variations_java", |
220 "//components/web_restrictions:test_support", | 224 "//components/web_restrictions:test_support", |
221 "//components/web_restrictions:test_support_java", | 225 "//components/web_restrictions:test_support_java", |
222 "//components/web_restrictions:unit_tests", | 226 "//components/web_restrictions:unit_tests", |
223 "//content/public/android:content_java", | 227 "//content/public/android:content_java", |
224 "//content/public/android:content_java", | |
225 "//content/public/browser", | 228 "//content/public/browser", |
226 "//net", | 229 "//net", |
227 "//ui/android:ui_java", | 230 "//ui/android:ui_java", |
228 "//ui/base", | 231 "//ui/base", |
229 "//ui/gfx", | 232 "//ui/gfx", |
230 ] | 233 ] |
231 | 234 |
232 if (enable_configuration_policy) { | 235 if (enable_configuration_policy) { |
233 deps += [ "//components/policy/android:policy_java" ] | 236 deps += [ "//components/policy/android:policy_java" ] |
234 } | 237 } |
235 } | 238 } |
236 | 239 |
237 # Desktop-only deps. | 240 # Desktop-only deps. |
238 if (!is_android && !is_ios) { | 241 if (!is_android && !is_ios) { |
239 deps += [ | 242 deps += [ |
240 "//components/audio_modem:unit_tests", | 243 "//components/audio_modem:unit_tests", |
241 "//components/copresence:unit_tests", | 244 "//components/copresence:unit_tests", |
242 "//components/feedback:unit_tests", | 245 "//components/feedback:unit_tests", |
243 "//components/gcm_driver/instance_id:unit_tests", | |
244 "//components/proximity_auth:unit_tests", | 246 "//components/proximity_auth:unit_tests", |
245 "//components/storage_monitor:unit_tests", | 247 "//components/storage_monitor:unit_tests", |
246 "//components/web_modal:unit_tests", | 248 "//components/web_modal:unit_tests", |
247 "//components/webusb:unit_tests", | 249 "//components/webusb:unit_tests", |
248 ] | 250 ] |
249 } | 251 } |
250 | 252 |
251 if (enable_rlz_support) { | 253 if (enable_rlz_support) { |
252 deps += [ "//components/rlz:unit_tests" ] | 254 deps += [ "//components/rlz:unit_tests" ] |
253 } | 255 } |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 "//base/test:test_support_perf", | 464 "//base/test:test_support_perf", |
463 "//components/scheduler", | 465 "//components/scheduler", |
464 "//components/visitedlink/browser", | 466 "//components/visitedlink/browser", |
465 "//content/test:test_support", | 467 "//content/test:test_support", |
466 "//testing/gtest", | 468 "//testing/gtest", |
467 "//testing/perf", | 469 "//testing/perf", |
468 "//url", | 470 "//url", |
469 ] | 471 ] |
470 } | 472 } |
471 } | 473 } |
OLD | NEW |