| 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 3089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3100 "../browser/command_updater_unittest.cc", | 3100 "../browser/command_updater_unittest.cc", |
| 3101 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3101 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3102 "../browser/component_updater/component_installer_errors_unittest.cc", | 3102 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3103 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3103 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3104 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3104 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 3105 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 3105 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| 3106 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", | 3106 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", |
| 3107 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", | 3107 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", |
| 3108 "../browser/conflicts/module_database_win_unittest.cc", | 3108 "../browser/conflicts/module_database_win_unittest.cc", |
| 3109 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", | 3109 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", |
| 3110 "../browser/conflicts/module_info_util_win_unittest.cc", |
| 3110 "../browser/content_settings/content_settings_default_provider_unittest.cc", | 3111 "../browser/content_settings/content_settings_default_provider_unittest.cc", |
| 3111 "../browser/content_settings/content_settings_mock_observer.cc", | 3112 "../browser/content_settings/content_settings_mock_observer.cc", |
| 3112 "../browser/content_settings/content_settings_mock_observer.h", | 3113 "../browser/content_settings/content_settings_mock_observer.h", |
| 3113 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", | 3114 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", |
| 3114 "../browser/content_settings/content_settings_policy_provider_unittest.cc", | 3115 "../browser/content_settings/content_settings_policy_provider_unittest.cc", |
| 3115 "../browser/content_settings/content_settings_pref_provider_unittest.cc", | 3116 "../browser/content_settings/content_settings_pref_provider_unittest.cc", |
| 3116 "../browser/content_settings/content_settings_usages_state_unittest.cc", | 3117 "../browser/content_settings/content_settings_usages_state_unittest.cc", |
| 3117 "../browser/content_settings/cookie_settings_factory_unittest.cc", | 3118 "../browser/content_settings/cookie_settings_factory_unittest.cc", |
| 3118 "../browser/content_settings/host_content_settings_map_unittest.cc", | 3119 "../browser/content_settings/host_content_settings_map_unittest.cc", |
| 3119 "../browser/content_settings/mock_settings_observer.cc", | 3120 "../browser/content_settings/mock_settings_observer.cc", |
| (...skipping 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5118 } | 5119 } |
| 5119 | 5120 |
| 5120 if (is_win) { | 5121 if (is_win) { |
| 5121 loadable_module("conflicts_dll") { | 5122 loadable_module("conflicts_dll") { |
| 5122 testonly = true | 5123 testonly = true |
| 5123 sources = [ | 5124 sources = [ |
| 5124 "conflicts/conflicts_dll.cc", | 5125 "conflicts/conflicts_dll.cc", |
| 5125 ] | 5126 ] |
| 5126 } | 5127 } |
| 5127 } | 5128 } |
| OLD | NEW |