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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 3445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3456 "//components/autofill/content/renderer:test_support", | 3456 "//components/autofill/content/renderer:test_support", |
3457 "//components/browser_sync:test_support", | 3457 "//components/browser_sync:test_support", |
3458 "//components/component_updater:test_support", | 3458 "//components/component_updater:test_support", |
3459 "//components/content_settings/core/test:test_support", | 3459 "//components/content_settings/core/test:test_support", |
3460 "//components/data_reduction_proxy/core/browser:test_support", | 3460 "//components/data_reduction_proxy/core/browser:test_support", |
3461 "//components/data_use_measurement/core", | 3461 "//components/data_use_measurement/core", |
3462 "//components/metrics/proto", | 3462 "//components/metrics/proto", |
3463 "//components/ntp_snippets:test_support", | 3463 "//components/ntp_snippets:test_support", |
3464 "//components/os_crypt:test_support", | 3464 "//components/os_crypt:test_support", |
3465 "//components/resources", | 3465 "//components/resources", |
| 3466 "//components/safe_browsing:features", |
3466 "//components/safe_browsing_db", | 3467 "//components/safe_browsing_db", |
3467 "//components/safe_browsing_db:test_database_manager", | 3468 "//components/safe_browsing_db:test_database_manager", |
3468 "//components/safe_json:test_support", | 3469 "//components/safe_json:test_support", |
3469 "//components/spellcheck:build_features", | 3470 "//components/spellcheck:build_features", |
3470 "//components/strings", | 3471 "//components/strings", |
3471 "//components/subresource_filter/core/browser:test_support", | 3472 "//components/subresource_filter/core/browser:test_support", |
3472 "//components/sync:test_support_driver", | 3473 "//components/sync:test_support_driver", |
3473 "//components/sync:test_support_model", | 3474 "//components/sync:test_support_model", |
3474 "//components/sync_sessions:test_support", | 3475 "//components/sync_sessions:test_support", |
3475 "//components/variations:test_support", | 3476 "//components/variations:test_support", |
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5214 } | 5215 } |
5215 | 5216 |
5216 if (is_win) { | 5217 if (is_win) { |
5217 loadable_module("conflicts_dll") { | 5218 loadable_module("conflicts_dll") { |
5218 testonly = true | 5219 testonly = true |
5219 sources = [ | 5220 sources = [ |
5220 "conflicts/conflicts_dll.cc", | 5221 "conflicts/conflicts_dll.cc", |
5221 ] | 5222 ] |
5222 } | 5223 } |
5223 } | 5224 } |
OLD | NEW |