| 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 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3082 "../browser/chrome_content_browser_client_unittest.cc", | 3082 "../browser/chrome_content_browser_client_unittest.cc", |
| 3083 "../browser/chrome_process_singleton_win_unittest.cc", | 3083 "../browser/chrome_process_singleton_win_unittest.cc", |
| 3084 "../browser/command_updater_unittest.cc", | 3084 "../browser/command_updater_unittest.cc", |
| 3085 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3085 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3086 "../browser/component_updater/component_installer_errors_unittest.cc", | 3086 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3087 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3087 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3088 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3088 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 3089 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 3089 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| 3090 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", | 3090 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", |
| 3091 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", | 3091 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", |
| 3092 "../browser/conflicts/module_database_win_unittest.cc", |
| 3093 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", |
| 3092 "../browser/content_settings/content_settings_default_provider_unittest.cc", | 3094 "../browser/content_settings/content_settings_default_provider_unittest.cc", |
| 3093 "../browser/content_settings/content_settings_mock_observer.cc", | 3095 "../browser/content_settings/content_settings_mock_observer.cc", |
| 3094 "../browser/content_settings/content_settings_mock_observer.h", | 3096 "../browser/content_settings/content_settings_mock_observer.h", |
| 3095 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", | 3097 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", |
| 3096 "../browser/content_settings/content_settings_policy_provider_unittest.cc", | 3098 "../browser/content_settings/content_settings_policy_provider_unittest.cc", |
| 3097 "../browser/content_settings/content_settings_pref_provider_unittest.cc", | 3099 "../browser/content_settings/content_settings_pref_provider_unittest.cc", |
| 3098 "../browser/content_settings/content_settings_usages_state_unittest.cc", | 3100 "../browser/content_settings/content_settings_usages_state_unittest.cc", |
| 3099 "../browser/content_settings/cookie_settings_factory_unittest.cc", | 3101 "../browser/content_settings/cookie_settings_factory_unittest.cc", |
| 3100 "../browser/content_settings/host_content_settings_map_unittest.cc", | 3102 "../browser/content_settings/host_content_settings_map_unittest.cc", |
| 3101 "../browser/content_settings/mock_settings_observer.cc", | 3103 "../browser/content_settings/mock_settings_observer.cc", |
| (...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5097 } | 5099 } |
| 5098 | 5100 |
| 5099 if (is_win) { | 5101 if (is_win) { |
| 5100 loadable_module("conflicts_dll") { | 5102 loadable_module("conflicts_dll") { |
| 5101 testonly = true | 5103 testonly = true |
| 5102 sources = [ | 5104 sources = [ |
| 5103 "conflicts/conflicts_dll.cc", | 5105 "conflicts/conflicts_dll.cc", |
| 5104 ] | 5106 ] |
| 5105 } | 5107 } |
| 5106 } | 5108 } |
| OLD | NEW |