| 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 3056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3067 "../browser/chrome_content_browser_client_unittest.cc", | 3067 "../browser/chrome_content_browser_client_unittest.cc", |
| 3068 "../browser/chrome_process_singleton_win_unittest.cc", | 3068 "../browser/chrome_process_singleton_win_unittest.cc", |
| 3069 "../browser/command_updater_unittest.cc", | 3069 "../browser/command_updater_unittest.cc", |
| 3070 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3070 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3071 "../browser/component_updater/component_installer_errors_unittest.cc", | 3071 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3072 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3072 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3073 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3073 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 3074 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 3074 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| 3075 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", | 3075 "../browser/component_updater/supervised_user_whitelist_installer_unittest.c
c", |
| 3076 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", | 3076 "../browser/component_updater/sw_reporter_installer_win_unittest.cc", |
| 3077 "../browser/conflicts/module_database_win_unittest.cc", |
| 3078 "../browser/conflicts/module_event_sink_impl_win_unittest.cc", |
| 3077 "../browser/content_settings/content_settings_default_provider_unittest.cc", | 3079 "../browser/content_settings/content_settings_default_provider_unittest.cc", |
| 3078 "../browser/content_settings/content_settings_mock_observer.cc", | 3080 "../browser/content_settings/content_settings_mock_observer.cc", |
| 3079 "../browser/content_settings/content_settings_mock_observer.h", | 3081 "../browser/content_settings/content_settings_mock_observer.h", |
| 3080 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", | 3082 "../browser/content_settings/content_settings_origin_identifier_value_map_un
ittest.cc", |
| 3081 "../browser/content_settings/content_settings_policy_provider_unittest.cc", | 3083 "../browser/content_settings/content_settings_policy_provider_unittest.cc", |
| 3082 "../browser/content_settings/content_settings_pref_provider_unittest.cc", | 3084 "../browser/content_settings/content_settings_pref_provider_unittest.cc", |
| 3083 "../browser/content_settings/content_settings_usages_state_unittest.cc", | 3085 "../browser/content_settings/content_settings_usages_state_unittest.cc", |
| 3084 "../browser/content_settings/cookie_settings_factory_unittest.cc", | 3086 "../browser/content_settings/cookie_settings_factory_unittest.cc", |
| 3085 "../browser/content_settings/host_content_settings_map_unittest.cc", | 3087 "../browser/content_settings/host_content_settings_map_unittest.cc", |
| 3086 "../browser/content_settings/mock_settings_observer.cc", | 3088 "../browser/content_settings/mock_settings_observer.cc", |
| (...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5086 } | 5088 } |
| 5087 | 5089 |
| 5088 if (is_win) { | 5090 if (is_win) { |
| 5089 loadable_module("conflicts_dll") { | 5091 loadable_module("conflicts_dll") { |
| 5090 testonly = true | 5092 testonly = true |
| 5091 sources = [ | 5093 sources = [ |
| 5092 "conflicts/conflicts_dll.cc", | 5094 "conflicts/conflicts_dll.cc", |
| 5093 ] | 5095 ] |
| 5094 } | 5096 } |
| 5095 } | 5097 } |
| OLD | NEW |