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("//build_overrides/webrtc.gni") | 7 import("//build_overrides/webrtc.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "//components/dom_distiller/core:unit_tests", | 56 "//components/dom_distiller/core:unit_tests", |
57 "//components/flags_ui:unit_tests", | 57 "//components/flags_ui:unit_tests", |
58 "//components/google/core/browser:unit_tests", | 58 "//components/google/core/browser:unit_tests", |
59 "//components/keyed_service/core:unit_tests", | 59 "//components/keyed_service/core:unit_tests", |
60 "//components/leveldb_proto:unit_tests", | 60 "//components/leveldb_proto:unit_tests", |
61 "//components/metrics:unit_tests", | 61 "//components/metrics:unit_tests", |
62 "//components/net_log:unit_tests", | 62 "//components/net_log:unit_tests", |
63 "//components/network_time:unit_tests", | 63 "//components/network_time:unit_tests", |
64 "//components/open_from_clipboard:unit_tests", | 64 "//components/open_from_clipboard:unit_tests", |
65 "//components/os_crypt:unit_tests", | 65 "//components/os_crypt:unit_tests", |
66 "//components/prefs:unit_tests", | |
67 "//components/proxy_config:unit_tests", | 66 "//components/proxy_config:unit_tests", |
68 "//components/security_state:unit_tests", | 67 "//components/security_state:unit_tests", |
69 "//components/sessions:unit_tests", | 68 "//components/sessions:unit_tests", |
70 "//components/suggestions:unit_tests", | 69 "//components/suggestions:unit_tests", |
71 "//components/syncable_prefs:unit_tests", | 70 "//components/syncable_prefs:unit_tests", |
72 "//components/translate/core/browser:unit_tests", | 71 "//components/translate/core/browser:unit_tests", |
73 "//components/translate/core/common:unit_tests", | 72 "//components/translate/core/common:unit_tests", |
74 "//components/translate/core/language_detection:unit_tests", | 73 "//components/translate/core/language_detection:unit_tests", |
75 "//components/undo:unit_tests", | 74 "//components/undo:unit_tests", |
76 "//components/update_client:unit_tests", | 75 "//components/update_client:unit_tests", |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 if (!is_ios) { | 450 if (!is_ios) { |
452 deps += [ | 451 deps += [ |
453 "//base", | 452 "//base", |
454 "//base/test:test_support_perf", | 453 "//base/test:test_support_perf", |
455 "//components/scheduler", | 454 "//components/scheduler", |
456 "//components/visitedlink/browser", | 455 "//components/visitedlink/browser", |
457 "//content/test:test_support", | 456 "//content/test:test_support", |
458 ] | 457 ] |
459 } | 458 } |
460 } | 459 } |
OLD | NEW |