| 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 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3102 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", | 3102 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", |
| 3103 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", | 3103 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", |
| 3104 "../browser/browsing_data/browsing_data_remover_impl_unittest.cc", | 3104 "../browser/browsing_data/browsing_data_remover_impl_unittest.cc", |
| 3105 "../browser/browsing_data/browsing_data_remover_test_util.cc", | 3105 "../browser/browsing_data/browsing_data_remover_test_util.cc", |
| 3106 "../browser/browsing_data/browsing_data_remover_test_util.h", | 3106 "../browser/browsing_data/browsing_data_remover_test_util.h", |
| 3107 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", | 3107 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", |
| 3108 "../browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc"
, | 3108 "../browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc"
, |
| 3109 "../browser/browsing_data/cookies_tree_model_unittest.cc", | 3109 "../browser/browsing_data/cookies_tree_model_unittest.cc", |
| 3110 "../browser/browsing_data/site_data_counting_helper_unittest.cc", | 3110 "../browser/browsing_data/site_data_counting_helper_unittest.cc", |
| 3111 "../browser/browsing_data/site_data_size_collector_unittest.cc", | 3111 "../browser/browsing_data/site_data_size_collector_unittest.cc", |
| 3112 "../browser/browsing_data/site_settings_counter_unittest.cc", |
| 3112 "../browser/budget_service/budget_database_unittest.cc", | 3113 "../browser/budget_service/budget_database_unittest.cc", |
| 3113 "../browser/budget_service/budget_manager_unittest.cc", | 3114 "../browser/budget_service/budget_manager_unittest.cc", |
| 3114 "../browser/chrome_content_browser_client_unittest.cc", | 3115 "../browser/chrome_content_browser_client_unittest.cc", |
| 3115 "../browser/chrome_process_singleton_win_unittest.cc", | 3116 "../browser/chrome_process_singleton_win_unittest.cc", |
| 3116 "../browser/command_updater_unittest.cc", | 3117 "../browser/command_updater_unittest.cc", |
| 3117 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3118 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3118 "../browser/component_updater/component_installer_errors_unittest.cc", | 3119 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3119 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3120 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3120 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3121 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 3121 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 3122 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| (...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5224 } | 5225 } |
| 5225 | 5226 |
| 5226 if (is_win) { | 5227 if (is_win) { |
| 5227 loadable_module("conflicts_dll") { | 5228 loadable_module("conflicts_dll") { |
| 5228 testonly = true | 5229 testonly = true |
| 5229 sources = [ | 5230 sources = [ |
| 5230 "conflicts/conflicts_dll.cc", | 5231 "conflicts/conflicts_dll.cc", |
| 5231 ] | 5232 ] |
| 5232 } | 5233 } |
| 5233 } | 5234 } |
| OLD | NEW |