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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "//components/guest_view/browser:unit_tests", | 185 "//components/guest_view/browser:unit_tests", |
186 "//components/history/content/browser:unit_tests", | 186 "//components/history/content/browser:unit_tests", |
187 "//components/invalidation/impl:unit_tests", | 187 "//components/invalidation/impl:unit_tests", |
188 "//components/keyed_service/content:unit_tests", | 188 "//components/keyed_service/content:unit_tests", |
189 "//components/link_header_util:unit_tests", | 189 "//components/link_header_util:unit_tests", |
190 "//components/navigation_interception:unit_tests", | 190 "//components/navigation_interception:unit_tests", |
191 "//components/network_hints/renderer:unit_tests", | 191 "//components/network_hints/renderer:unit_tests", |
192 "//components/offline_pages/content/background_loader:unit_tests", | 192 "//components/offline_pages/content/background_loader:unit_tests", |
193 "//components/packed_ct_ev_whitelist:unit_tests", | 193 "//components/packed_ct_ev_whitelist:unit_tests", |
194 "//components/password_manager/content/browser:unit_tests", | 194 "//components/password_manager/content/browser:unit_tests", |
| 195 "//components/policy/core/browser:unit_tests", |
| 196 "//components/policy/core/common:unit_tests", |
195 "//components/precache/content:unit_tests", | 197 "//components/precache/content:unit_tests", |
196 "//components/safe_browsing_db:unit_tests", | 198 "//components/safe_browsing_db:unit_tests", |
197 "//components/safe_json:unit_tests", | 199 "//components/safe_json:unit_tests", |
198 "//components/security_state/content:unit_tests", | 200 "//components/security_state/content:unit_tests", |
199 "//components/spellcheck/browser:unit_tests", | 201 "//components/spellcheck/browser:unit_tests", |
200 "//components/spellcheck/renderer:unit_tests", | 202 "//components/spellcheck/renderer:unit_tests", |
201 "//components/subresource_filter/content/browser:unit_tests", | 203 "//components/subresource_filter/content/browser:unit_tests", |
202 "//components/subresource_filter/content/renderer:unit_tests", | 204 "//components/subresource_filter/content/renderer:unit_tests", |
203 "//components/tracing:unit_tests", | 205 "//components/tracing:unit_tests", |
204 "//components/visitedlink/test:unit_tests", | 206 "//components/visitedlink/test:unit_tests", |
(...skipping 18 matching lines...) Expand all Loading... |
223 data_deps += [ "//content/shell:pak" ] | 225 data_deps += [ "//content/shell:pak" ] |
224 } | 226 } |
225 | 227 |
226 if (is_android) { | 228 if (is_android) { |
227 deps += [ | 229 deps += [ |
228 "//components/gcm_driver/instance_id:test_support", | 230 "//components/gcm_driver/instance_id:test_support", |
229 "//components/gcm_driver/instance_id/android:instance_id_driver_java", | 231 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
230 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", | 232 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", |
231 "//components/invalidation/impl", | 233 "//components/invalidation/impl", |
232 "//components/invalidation/impl:java", | 234 "//components/invalidation/impl:java", |
| 235 "//components/policy/android:policy_java", |
233 "//components/safe_json", | 236 "//components/safe_json", |
234 "//components/safe_json/android:safe_json_java", | 237 "//components/safe_json/android:safe_json_java", |
235 "//components/signin/core/browser", | 238 "//components/signin/core/browser", |
236 "//components/signin/core/browser/android:java", | 239 "//components/signin/core/browser/android:java", |
237 "//components/spellcheck/browser/android:java", | 240 "//components/spellcheck/browser/android:java", |
238 "//components/variations/android:variations_java", | 241 "//components/variations/android:variations_java", |
239 "//components/web_restrictions:test_support", | 242 "//components/web_restrictions:test_support", |
240 "//components/web_restrictions:test_support_java", | 243 "//components/web_restrictions:test_support_java", |
241 "//components/web_restrictions:unit_tests", | 244 "//components/web_restrictions:unit_tests", |
242 "//content/public/android:content_java", | 245 "//content/public/android:content_java", |
243 "//content/public/browser", | 246 "//content/public/browser", |
244 "//net", | 247 "//net", |
245 "//ui/android:ui_java", | 248 "//ui/android:ui_java", |
246 "//ui/base", | 249 "//ui/base", |
247 "//ui/gfx", | 250 "//ui/gfx", |
248 "//v8:v8_external_startup_data_assets", | 251 "//v8:v8_external_startup_data_assets", |
249 ] | 252 ] |
250 | |
251 if (enable_configuration_policy) { | |
252 deps += [ "//components/policy/android:policy_java" ] | |
253 } | |
254 } | 253 } |
255 | 254 |
256 # Desktop-only deps. | 255 # Desktop-only deps. |
257 if (!is_android && !is_ios) { | 256 if (!is_android && !is_ios) { |
258 deps += [ | 257 deps += [ |
259 "//components/cryptauth:unit_tests", | 258 "//components/cryptauth:unit_tests", |
260 "//components/feedback:unit_tests", | 259 "//components/feedback:unit_tests", |
261 "//components/proximity_auth:unit_tests", | 260 "//components/proximity_auth:unit_tests", |
262 "//components/storage_monitor:unit_tests", | 261 "//components/storage_monitor:unit_tests", |
263 "//components/web_modal:unit_tests", | 262 "//components/web_modal:unit_tests", |
264 ] | 263 ] |
265 } | 264 } |
266 | 265 |
267 if (enable_rlz_support) { | 266 if (enable_rlz_support) { |
268 deps += [ "//components/rlz:unit_tests" ] | 267 deps += [ "//components/rlz:unit_tests" ] |
269 } | 268 } |
270 | 269 |
271 if (is_chromeos) { | 270 if (is_chromeos) { |
272 deps += [ | 271 deps += [ |
273 "//components/arc:unit_tests", | 272 "//components/arc:unit_tests", |
274 "//components/ownership:unit_tests", | 273 "//components/ownership:unit_tests", |
275 "//components/pairing:unit_tests", | 274 "//components/pairing:unit_tests", |
276 "//components/sync_wifi:unit_tests", | 275 "//components/sync_wifi:unit_tests", |
277 "//components/timers:unit_tests", | 276 "//components/timers:unit_tests", |
278 "//components/user_manager:unit_tests", | 277 "//components/user_manager:unit_tests", |
279 ] | 278 ] |
280 } | 279 } |
281 | 280 |
282 if (enable_configuration_policy) { | |
283 deps += [ | |
284 "//components/policy/core/browser:unit_tests", | |
285 "//components/policy/core/common:unit_tests", | |
286 ] | |
287 } | |
288 | |
289 if (toolkit_views) { | 281 if (toolkit_views) { |
290 deps += [ "//components/constrained_window:unit_tests" ] | 282 deps += [ "//components/constrained_window:unit_tests" ] |
291 } | 283 } |
292 | 284 |
293 if (is_win) { | 285 if (is_win) { |
294 deps += [ "//components/browser_watcher:unit_tests" ] | 286 deps += [ "//components/browser_watcher:unit_tests" ] |
295 } | 287 } |
296 | 288 |
297 if (enable_basic_printing || enable_print_preview) { | 289 if (enable_basic_printing || enable_print_preview) { |
298 deps += [ | 290 deps += [ |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 "//testing/perf", | 492 "//testing/perf", |
501 "//url", | 493 "//url", |
502 ] | 494 ] |
503 | 495 |
504 if (!is_ios) { | 496 if (!is_ios) { |
505 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 497 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
506 deps += [ "//components/discardable_memory/common" ] | 498 deps += [ "//components/discardable_memory/common" ] |
507 } | 499 } |
508 } | 500 } |
509 } | 501 } |
OLD | NEW |