| 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 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3117 "../browser/command_updater_unittest.cc", | 3117 "../browser/command_updater_unittest.cc", |
| 3118 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3118 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3119 "../browser/component_updater/component_installer_errors_unittest.cc", | 3119 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3120 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3120 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3121 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3121 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 3122 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 3122 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| 3123 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", | 3123 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", |
| 3124 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", | 3124 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", |
| 3125 "../browser/conflicts/module_database_win_unittest.cc", | 3125 "../browser/conflicts/module_database_win_unittest.cc", |
| 3126 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", | 3126 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", |
| 3127 "../browser/conflicts/module_info_util_win_unittest.cc", |
| 3127 "../browser/content_settings/content_settings_default_provider_unittest.cc", | 3128 "../browser/content_settings/content_settings_default_provider_unittest.cc", |
| 3128 "../browser/content_settings/content_settings_mock_observer.cc", | 3129 "../browser/content_settings/content_settings_mock_observer.cc", |
| 3129 "../browser/content_settings/content_settings_mock_observer.h", | 3130 "../browser/content_settings/content_settings_mock_observer.h", |
| 3130 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", | 3131 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", |
| 3131 "../browser/content_settings/content_settings_policy_provider_unittest.cc", | 3132 "../browser/content_settings/content_settings_policy_provider_unittest.cc", |
| 3132 "../browser/content_settings/content_settings_pref_provider_unittest.cc", | 3133 "../browser/content_settings/content_settings_pref_provider_unittest.cc", |
| 3133 "../browser/content_settings/content_settings_usages_state_unittest.cc", | 3134 "../browser/content_settings/content_settings_usages_state_unittest.cc", |
| 3134 "../browser/content_settings/cookie_settings_factory_unittest.cc", | 3135 "../browser/content_settings/cookie_settings_factory_unittest.cc", |
| 3135 "../browser/content_settings/host_content_settings_map_unittest.cc", | 3136 "../browser/content_settings/host_content_settings_map_unittest.cc", |
| 3136 "../browser/content_settings/mock_settings_observer.cc", | 3137 "../browser/content_settings/mock_settings_observer.cc", |
| (...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5160 } | 5161 } |
| 5161 | 5162 |
| 5162 if (is_win) { | 5163 if (is_win) { |
| 5163 loadable_module("conflicts_dll") { | 5164 loadable_module("conflicts_dll") { |
| 5164 testonly = true | 5165 testonly = true |
| 5165 sources = [ | 5166 sources = [ |
| 5166 "conflicts/conflicts_dll.cc", | 5167 "conflicts/conflicts_dll.cc", |
| 5167 ] | 5168 ] |
| 5168 } | 5169 } |
| 5169 } | 5170 } |
| OLD | NEW |