| 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 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3354 "//chrome/browser/media/router:test_support", | 3354 "//chrome/browser/media/router:test_support", |
| 3355 "//chrome/common:test_support", | 3355 "//chrome/common:test_support", |
| 3356 "//components/autofill/content/renderer:test_support", | 3356 "//components/autofill/content/renderer:test_support", |
| 3357 "//components/browser_sync:test_support", | 3357 "//components/browser_sync:test_support", |
| 3358 "//components/component_updater:test_support", | 3358 "//components/component_updater:test_support", |
| 3359 "//components/content_settings/core/test:test_support", | 3359 "//components/content_settings/core/test:test_support", |
| 3360 "//components/data_reduction_proxy/core/browser:test_support", | 3360 "//components/data_reduction_proxy/core/browser:test_support", |
| 3361 "//components/data_use_measurement/core", | 3361 "//components/data_use_measurement/core", |
| 3362 "//components/metrics/proto", | 3362 "//components/metrics/proto", |
| 3363 "//components/ntp_snippets:test_support", | 3363 "//components/ntp_snippets:test_support", |
| 3364 "//components/offline_pages/core/background:test_support", |
| 3364 "//components/os_crypt:test_support", | 3365 "//components/os_crypt:test_support", |
| 3365 "//components/resources", | 3366 "//components/resources", |
| 3366 "//components/safe_browsing_db", | 3367 "//components/safe_browsing_db", |
| 3367 "//components/safe_browsing_db:test_database_manager", | 3368 "//components/safe_browsing_db:test_database_manager", |
| 3368 "//components/safe_json:test_support", | 3369 "//components/safe_json:test_support", |
| 3369 "//components/spellcheck:build_features", | 3370 "//components/spellcheck:build_features", |
| 3370 "//components/strings", | 3371 "//components/strings", |
| 3371 "//components/subresource_filter/core/browser:test_support", | 3372 "//components/subresource_filter/core/browser:test_support", |
| 3372 "//components/sync:test_support_driver", | 3373 "//components/sync:test_support_driver", |
| 3373 "//components/sync:test_support_model", | 3374 "//components/sync:test_support_model", |
| (...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5066 } | 5067 } |
| 5067 | 5068 |
| 5068 if (is_win) { | 5069 if (is_win) { |
| 5069 loadable_module("conflicts_dll") { | 5070 loadable_module("conflicts_dll") { |
| 5070 testonly = true | 5071 testonly = true |
| 5071 sources = [ | 5072 sources = [ |
| 5072 "conflicts/conflicts_dll.cc", | 5073 "conflicts/conflicts_dll.cc", |
| 5073 ] | 5074 ] |
| 5074 } | 5075 } |
| 5075 } | 5076 } |
| OLD | NEW |