| 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 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3054 "../browser/browsing_data/browsing_data_local_storage_helper_unittest.cc", | 3054 "../browser/browsing_data/browsing_data_local_storage_helper_unittest.cc", |
| 3055 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", | 3055 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", |
| 3056 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", | 3056 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", |
| 3057 "../browser/browsing_data/browsing_data_remover_test_util.cc", | 3057 "../browser/browsing_data/browsing_data_remover_test_util.cc", |
| 3058 "../browser/browsing_data/browsing_data_remover_test_util.h", | 3058 "../browser/browsing_data/browsing_data_remover_test_util.h", |
| 3059 "../browser/browsing_data/browsing_data_remover_unittest.cc", | 3059 "../browser/browsing_data/browsing_data_remover_unittest.cc", |
| 3060 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", | 3060 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", |
| 3061 "../browser/browsing_data/cookies_tree_model_unittest.cc", | 3061 "../browser/browsing_data/cookies_tree_model_unittest.cc", |
| 3062 "../browser/browsing_data/origin_filter_builder_unittest.cc", | 3062 "../browser/browsing_data/origin_filter_builder_unittest.cc", |
| 3063 "../browser/browsing_data/registrable_domain_filter_builder_unittest.cc", | 3063 "../browser/browsing_data/registrable_domain_filter_builder_unittest.cc", |
| 3064 "../browser/browsing_data/site_data_counting_helper_unittest.cc", |
| 3064 "../browser/browsing_data/site_data_size_collector_unittest.cc", | 3065 "../browser/browsing_data/site_data_size_collector_unittest.cc", |
| 3065 "../browser/budget_service/budget_database_unittest.cc", | 3066 "../browser/budget_service/budget_database_unittest.cc", |
| 3066 "../browser/budget_service/budget_manager_unittest.cc", | 3067 "../browser/budget_service/budget_manager_unittest.cc", |
| 3067 "../browser/chrome_content_browser_client_unittest.cc", | 3068 "../browser/chrome_content_browser_client_unittest.cc", |
| 3068 "../browser/chrome_process_singleton_win_unittest.cc", | 3069 "../browser/chrome_process_singleton_win_unittest.cc", |
| 3069 "../browser/command_updater_unittest.cc", | 3070 "../browser/command_updater_unittest.cc", |
| 3070 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 3071 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 3071 "../browser/component_updater/component_installer_errors_unittest.cc", | 3072 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 3072 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 3073 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 3073 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 3074 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| (...skipping 2011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5085 } | 5086 } |
| 5086 | 5087 |
| 5087 if (is_win) { | 5088 if (is_win) { |
| 5088 loadable_module("conflicts_dll") { | 5089 loadable_module("conflicts_dll") { |
| 5089 testonly = true | 5090 testonly = true |
| 5090 sources = [ | 5091 sources = [ |
| 5091 "conflicts/conflicts_dll.cc", | 5092 "conflicts/conflicts_dll.cc", |
| 5092 ] | 5093 ] |
| 5093 } | 5094 } |
| 5094 } | 5095 } |
| OLD | NEW |