| 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 2908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2919 "../browser/browsing_data/browsing_data_helper_unittest.cc", | 2919 "../browser/browsing_data/browsing_data_helper_unittest.cc", |
| 2920 "../browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc", | 2920 "../browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc", |
| 2921 "../browser/browsing_data/browsing_data_local_storage_helper_unittest.cc", | 2921 "../browser/browsing_data/browsing_data_local_storage_helper_unittest.cc", |
| 2922 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", | 2922 "../browser/browsing_data/browsing_data_media_license_helper_unittest.cc", |
| 2923 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", | 2923 "../browser/browsing_data/browsing_data_quota_helper_unittest.cc", |
| 2924 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", | 2924 "../browser/browsing_data/browsing_data_service_worker_helper_unittest.cc", |
| 2925 "../browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc"
, | 2925 "../browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc"
, |
| 2926 "../browser/browsing_data/cookies_tree_model_unittest.cc", | 2926 "../browser/browsing_data/cookies_tree_model_unittest.cc", |
| 2927 "../browser/browsing_data/site_data_counting_helper_unittest.cc", | 2927 "../browser/browsing_data/site_data_counting_helper_unittest.cc", |
| 2928 "../browser/browsing_data/site_data_size_collector_unittest.cc", | 2928 "../browser/browsing_data/site_data_size_collector_unittest.cc", |
| 2929 "../browser/browsing_data/site_settings_counter_unittest.cc", |
| 2929 "../browser/budget_service/budget_database_unittest.cc", | 2930 "../browser/budget_service/budget_database_unittest.cc", |
| 2930 "../browser/budget_service/budget_manager_unittest.cc", | 2931 "../browser/budget_service/budget_manager_unittest.cc", |
| 2931 "../browser/chrome_content_browser_client_unittest.cc", | 2932 "../browser/chrome_content_browser_client_unittest.cc", |
| 2932 "../browser/chrome_process_singleton_win_unittest.cc", | 2933 "../browser/chrome_process_singleton_win_unittest.cc", |
| 2933 "../browser/command_updater_unittest.cc", | 2934 "../browser/command_updater_unittest.cc", |
| 2934 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", | 2935 "../browser/component_updater/chrome_component_updater_configurator_unittest
.cc", |
| 2935 "../browser/component_updater/component_installer_errors_unittest.cc", | 2936 "../browser/component_updater/component_installer_errors_unittest.cc", |
| 2936 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, | 2937 "../browser/component_updater/origin_trials_component_installer_unittest.cc"
, |
| 2937 "../browser/component_updater/sth_set_component_installer_unittest.cc", | 2938 "../browser/component_updater/sth_set_component_installer_unittest.cc", |
| 2938 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", | 2939 "../browser/component_updater/subresource_filter_component_installer_unittes
t.cc", |
| (...skipping 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5029 } | 5030 } |
| 5030 | 5031 |
| 5031 if (is_win) { | 5032 if (is_win) { |
| 5032 loadable_module("conflicts_dll") { | 5033 loadable_module("conflicts_dll") { |
| 5033 testonly = true | 5034 testonly = true |
| 5034 sources = [ | 5035 sources = [ |
| 5035 "conflicts/conflicts_dll.cc", | 5036 "conflicts/conflicts_dll.cc", |
| 5036 ] | 5037 ] |
| 5037 } | 5038 } |
| 5038 } | 5039 } |
| OLD | NEW |