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 3451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3462 "//components/autofill/content/renderer:test_support", | 3462 "//components/autofill/content/renderer:test_support", |
3463 "//components/browser_sync:test_support", | 3463 "//components/browser_sync:test_support", |
3464 "//components/component_updater:test_support", | 3464 "//components/component_updater:test_support", |
3465 "//components/content_settings/core/test:test_support", | 3465 "//components/content_settings/core/test:test_support", |
3466 "//components/data_reduction_proxy/core/browser:test_support", | 3466 "//components/data_reduction_proxy/core/browser:test_support", |
3467 "//components/data_use_measurement/core", | 3467 "//components/data_use_measurement/core", |
3468 "//components/metrics/proto", | 3468 "//components/metrics/proto", |
3469 "//components/ntp_snippets:test_support", | 3469 "//components/ntp_snippets:test_support", |
3470 "//components/os_crypt:test_support", | 3470 "//components/os_crypt:test_support", |
3471 "//components/resources", | 3471 "//components/resources", |
| 3472 "//components/safe_browsing:features", |
3472 "//components/safe_browsing_db", | 3473 "//components/safe_browsing_db", |
3473 "//components/safe_browsing_db:test_database_manager", | 3474 "//components/safe_browsing_db:test_database_manager", |
3474 "//components/safe_json:test_support", | 3475 "//components/safe_json:test_support", |
3475 "//components/spellcheck:build_features", | 3476 "//components/spellcheck:build_features", |
3476 "//components/strings", | 3477 "//components/strings", |
3477 "//components/subresource_filter/core/browser:test_support", | 3478 "//components/subresource_filter/core/browser:test_support", |
3478 "//components/sync:test_support_driver", | 3479 "//components/sync:test_support_driver", |
3479 "//components/sync:test_support_model", | 3480 "//components/sync:test_support_model", |
3480 "//components/sync_sessions:test_support", | 3481 "//components/sync_sessions:test_support", |
3481 "//components/variations:test_support", | 3482 "//components/variations:test_support", |
(...skipping 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5222 } | 5223 } |
5223 | 5224 |
5224 if (is_win) { | 5225 if (is_win) { |
5225 loadable_module("conflicts_dll") { | 5226 loadable_module("conflicts_dll") { |
5226 testonly = true | 5227 testonly = true |
5227 sources = [ | 5228 sources = [ |
5228 "conflicts/conflicts_dll.cc", | 5229 "conflicts/conflicts_dll.cc", |
5229 ] | 5230 ] |
5230 } | 5231 } |
5231 } | 5232 } |
OLD | NEW |