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 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "//components/startup_metric_utils", | 100 "//components/startup_metric_utils", |
101 "//components/strings", | 101 "//components/strings", |
102 "//components/sync_driver", | 102 "//components/sync_driver", |
103 "//components/tracing", | 103 "//components/tracing", |
104 "//components/tracing:startup_tracing", | 104 "//components/tracing:startup_tracing", |
105 "//components/translate/content/browser", | 105 "//components/translate/content/browser", |
106 "//components/translate/content/common", | 106 "//components/translate/content/common", |
107 "//components/translate/content/renderer", | 107 "//components/translate/content/renderer", |
108 "//components/translate/core/browser", | 108 "//components/translate/core/browser", |
109 "//components/translate/core/common", | 109 "//components/translate/core/common", |
110 "//components/ui/zoom:ui_zoom", | 110 "//components/ui/zoom", |
111 "//components/undo", | 111 "//components/undo", |
112 "//components/update_client", | 112 "//components/update_client", |
113 "//components/upload_list", | 113 "//components/upload_list", |
114 "//components/url_formatter", | 114 "//components/url_formatter", |
115 "//components/url_matcher", | 115 "//components/url_matcher", |
116 "//components/user_manager", | 116 "//components/user_manager", |
117 "//components/user_prefs", | 117 "//components/user_prefs", |
118 "//components/user_prefs/tracked:user_prefs_tracked", | 118 "//components/user_prefs/tracked:user_prefs_tracked", |
119 "//components/variations", | 119 "//components/variations", |
120 "//components/version_info", | 120 "//components/version_info", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "//components/content_settings/core/browser:unit_tests", | 304 "//components/content_settings/core/browser:unit_tests", |
305 "//components/content_settings/core/common:unit_tests", | 305 "//components/content_settings/core/common:unit_tests", |
306 "//components/crx_file:unit_tests", | 306 "//components/crx_file:unit_tests", |
307 "//components/data_reduction_proxy/content/browser:unit_tests", | 307 "//components/data_reduction_proxy/content/browser:unit_tests", |
308 "//components/data_reduction_proxy/core/browser:unit_tests", | 308 "//components/data_reduction_proxy/core/browser:unit_tests", |
309 "//components/data_reduction_proxy/core/common:unit_tests", | 309 "//components/data_reduction_proxy/core/common:unit_tests", |
310 "//components/device_event_log:unit_tests", | 310 "//components/device_event_log:unit_tests", |
311 "//components/devtools_http_handler:unit_tests", | 311 "//components/devtools_http_handler:unit_tests", |
312 "//components/dom_distiller/core:unit_tests", | 312 "//components/dom_distiller/core:unit_tests", |
313 "//components/domain_reliability:unit_tests", | 313 "//components/domain_reliability:unit_tests", |
| 314 "//components/enhanced_bookmarks:unit_tests", |
| 315 "//components/favicon/content:unit_tests", |
| 316 "//components/favicon/core:unit_tests", |
314 "//components/favicon_base:unit_tests", | 317 "//components/favicon_base:unit_tests", |
315 "//components/gcm_driver/crypto:unit_tests", | 318 "//components/gcm_driver/crypto:unit_tests", |
316 "//components/gcm_driver/instance_id:unit_tests", | 319 "//components/gcm_driver/instance_id:unit_tests", |
317 "//components/gcm_driver:unit_tests", | 320 "//components/gcm_driver:unit_tests", |
318 "//components/google/core/browser:unit_tests", | 321 "//components/google/core/browser:unit_tests", |
319 "//components/history/content/browser:unit_tests", | 322 "//components/history/content/browser:unit_tests", |
320 "//components/history/core/browser:unit_tests", | 323 "//components/history/core/browser:unit_tests", |
321 "//components/history/core/common:unit_tests", | 324 "//components/history/core/common:unit_tests", |
322 "//components/invalidation/impl:unittests", | 325 "//components/invalidation/impl:unit_tests", |
| 326 "//components/keyed_service/content:unit_tests", |
| 327 "//components/keyed_service/core:unit_tests", |
323 "//components/login:unit_tests", | 328 "//components/login:unit_tests", |
324 "//components/metrics:unit_tests", | 329 "//components/metrics:unit_tests", |
325 "//components/mime_util:unit_tests", | 330 "//components/mime_util:unit_tests", |
326 "//components/offline_pages:unit_tests", | 331 "//components/offline_pages:unit_tests", |
327 "//components/omnibox/browser:unit_tests", | 332 "//components/omnibox/browser:unit_tests", |
328 "//components/open_from_clipboard:unit_tests", | 333 "//components/open_from_clipboard:unit_tests", |
329 "//components/packed_ct_ev_whitelist:unit_tests", | 334 "//components/packed_ct_ev_whitelist:unit_tests", |
330 "//components/password_manager/content/browser:unit_tests", | 335 "//components/password_manager/content/browser:unit_tests", |
331 "//components/password_manager/core/browser:unit_tests", | 336 "//components/password_manager/core/browser:unit_tests", |
332 "//components/password_manager/core/common:unit_tests", | 337 "//components/password_manager/core/common:unit_tests", |
333 "//components/password_manager/sync/browser:unit_tests", | 338 "//components/password_manager/sync/browser:unit_tests", |
| 339 "//components/rappor:unit_tests", |
| 340 "//components/search:unit_tests", |
| 341 "//components/search_engines:unit_tests", |
334 "//components/signin/core/browser:unit_tests", | 342 "//components/signin/core/browser:unit_tests", |
| 343 "//components/suggestions:unit_tests", |
335 "//components/sync_driver:unit_tests", | 344 "//components/sync_driver:unit_tests", |
336 "//components/undo:unit_tests", | 345 "//components/undo:unit_tests", |
337 "//components/url_formatter:unit_tests", | 346 "//components/url_formatter:unit_tests", |
338 "//components/update_client:unit_tests", | 347 "//components/update_client:unit_tests", |
339 "//components/upload_list:unit_tests", | 348 "//components/upload_list:unit_tests", |
340 "//components/user_prefs/tracked:unit_tests", | 349 "//components/user_prefs/tracked:unit_tests", |
341 "//components/variations:unit_tests", | 350 "//components/variations:unit_tests", |
342 "//components/web_resource:unit_tests", | 351 "//components/web_resource:unit_tests", |
343 "//components/webcrypto:unit_tests", | 352 "//components/webcrypto:unit_tests", |
344 "//components/webdata/common:unit_tests", | 353 "//components/webdata/common:unit_tests", |
(...skipping 27 matching lines...) Expand all Loading... |
372 "//components/gcm_driver/instance_id:unit_tests", | 381 "//components/gcm_driver/instance_id:unit_tests", |
373 "//components/password_manager/content/browser:unit_tests", | 382 "//components/password_manager/content/browser:unit_tests", |
374 "//components/password_manager/core/browser:unit_tests", | 383 "//components/password_manager/core/browser:unit_tests", |
375 "//components/password_manager/core/common:unit_tests", | 384 "//components/password_manager/core/common:unit_tests", |
376 "//components/password_manager/sync/browser:unit_tests", | 385 "//components/password_manager/sync/browser:unit_tests", |
377 ] | 386 ] |
378 } | 387 } |
379 | 388 |
380 if (!is_android && !is_ios) { | 389 if (!is_android && !is_ios) { |
381 deps += [ | 390 deps += [ |
| 391 "//components/audio_modem:unit_tests", |
382 "//components/copresence:unit_tests", | 392 "//components/copresence:unit_tests", |
| 393 "//components/feedback:unit_tests", |
383 "//components/proximity_auth:unit_tests", | 394 "//components/proximity_auth:unit_tests", |
| 395 "//components/sessions:unit_tests", |
384 ] | 396 ] |
385 } | 397 } |
386 | 398 |
387 if (is_chromeos) { | 399 if (is_chromeos) { |
388 deps += [ "//components/ownership:unit_tests" ] | 400 deps += [ "//components/ownership:unit_tests" ] |
389 } | 401 } |
390 | 402 |
391 # TODO(GYP) need this target. | 403 # TODO(GYP) need this target. |
392 #'breakpad/app/crash_keys_win_unittest.cc', | 404 #'breakpad/app/crash_keys_win_unittest.cc', |
393 | 405 |
394 # Precache tests need these defines. | 406 # Precache tests need these defines. |
395 #configs += [ "//components/precache/core:precache_config" ] | 407 #configs += [ "//components/precache/core:precache_config" ] |
396 | 408 |
397 if (enable_configuration_policy) { | 409 if (enable_configuration_policy) { |
398 deps += [ | 410 deps += [ |
399 "//components/policy/core/browser:unit_tests", | 411 "//components/policy/core/browser:unit_tests", |
400 "//components/policy/core/common:unit_tests", | 412 "//components/policy/core/common:unit_tests", |
401 ] | 413 ] |
402 } | 414 } |
403 | 415 |
404 if (toolkit_views) { | 416 if (toolkit_views) { |
405 # TODO(GYP) enable this as above. | 417 # TODO bug 522654 Enable this when the undefined symbol is fixed in |
| 418 # web_modal such that this links. |
406 #deps += [ "//components/constrained_window:unit_tests" ] | 419 #deps += [ "//components/constrained_window:unit_tests" ] |
407 } | 420 } |
408 if (is_win) { | 421 if (is_win) { |
409 deps += [ "//components/browser_watcher:unit_tests" ] | 422 deps += [ "//components/browser_watcher:unit_tests" ] |
410 } | 423 } |
411 if (is_ios) { | 424 if (is_ios) { |
412 deps += [ "//components/signin/core/browser:unit_tests" ] | 425 deps += [ "//components/signin/core/browser:unit_tests" ] |
413 deps -= [ "//components/devtools_http_handler:unit_tests" ] | 426 deps -= [ "//components/devtools_http_handler:unit_tests" ] |
414 } | 427 } |
415 if (!is_ios) { | 428 if (!is_ios) { |
416 deps += [ | 429 deps += [ |
| 430 "//components/navigation_interception:unit_tests", |
417 "//components/safe_json:unit_tests", | 431 "//components/safe_json:unit_tests", |
418 "//components/scheduler:unit_tests", | 432 "//components/scheduler:unit_tests", |
419 ] | 433 ] |
420 } | 434 } |
421 | 435 |
422 if (enable_basic_printing || enable_print_preview) { | 436 if (enable_basic_printing || enable_print_preview) { |
423 deps += [ | 437 deps += [ |
424 "//components/printing/browser", | 438 "//components/printing/browser", |
425 "//components/printing/common", | 439 "//components/printing/common", |
426 "//components/printing/renderer", | 440 "//components/printing/renderer", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 | 555 |
542 deps = [ | 556 deps = [ |
543 "//base", | 557 "//base", |
544 "//base/test:test_support_perf", | 558 "//base/test:test_support_perf", |
545 "//testing/gtest", | 559 "//testing/gtest", |
546 "//testing/perf", | 560 "//testing/perf", |
547 "//content/test:test_support", | 561 "//content/test:test_support", |
548 "//components/visitedlink/browser", | 562 "//components/visitedlink/browser", |
549 ] | 563 ] |
550 } | 564 } |
OLD | NEW |