| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "browsing_data/browsing_data_counter_factory.cc", | 148 "browsing_data/browsing_data_counter_factory.cc", |
| 149 "browsing_data/browsing_data_counter_factory.h", | 149 "browsing_data/browsing_data_counter_factory.h", |
| 150 "browsing_data/browsing_data_counter_utils.cc", | 150 "browsing_data/browsing_data_counter_utils.cc", |
| 151 "browsing_data/browsing_data_counter_utils.h", | 151 "browsing_data/browsing_data_counter_utils.h", |
| 152 "browsing_data/browsing_data_database_helper.cc", | 152 "browsing_data/browsing_data_database_helper.cc", |
| 153 "browsing_data/browsing_data_database_helper.h", | 153 "browsing_data/browsing_data_database_helper.h", |
| 154 "browsing_data/browsing_data_file_system_helper.cc", | 154 "browsing_data/browsing_data_file_system_helper.cc", |
| 155 "browsing_data/browsing_data_file_system_helper.h", | 155 "browsing_data/browsing_data_file_system_helper.h", |
| 156 "browsing_data/browsing_data_helper.cc", | 156 "browsing_data/browsing_data_helper.cc", |
| 157 "browsing_data/browsing_data_helper.h", | 157 "browsing_data/browsing_data_helper.h", |
| 158 "browsing_data/browsing_data_important_sites_util.cc", |
| 159 "browsing_data/browsing_data_important_sites_util.h", |
| 158 "browsing_data/browsing_data_indexed_db_helper.cc", | 160 "browsing_data/browsing_data_indexed_db_helper.cc", |
| 159 "browsing_data/browsing_data_indexed_db_helper.h", | 161 "browsing_data/browsing_data_indexed_db_helper.h", |
| 160 "browsing_data/browsing_data_local_storage_helper.cc", | 162 "browsing_data/browsing_data_local_storage_helper.cc", |
| 161 "browsing_data/browsing_data_local_storage_helper.h", | 163 "browsing_data/browsing_data_local_storage_helper.h", |
| 162 "browsing_data/browsing_data_media_license_helper.cc", | 164 "browsing_data/browsing_data_media_license_helper.cc", |
| 163 "browsing_data/browsing_data_media_license_helper.h", | 165 "browsing_data/browsing_data_media_license_helper.h", |
| 164 "browsing_data/browsing_data_quota_helper.cc", | 166 "browsing_data/browsing_data_quota_helper.cc", |
| 165 "browsing_data/browsing_data_quota_helper.h", | 167 "browsing_data/browsing_data_quota_helper.h", |
| 166 "browsing_data/browsing_data_quota_helper_impl.cc", | 168 "browsing_data/browsing_data_quota_helper_impl.cc", |
| 167 "browsing_data/browsing_data_quota_helper_impl.h", | 169 "browsing_data/browsing_data_quota_helper_impl.h", |
| (...skipping 4393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4561 "media/pepper_cdm_test_constants.cc", | 4563 "media/pepper_cdm_test_constants.cc", |
| 4562 "media/pepper_cdm_test_constants.h", | 4564 "media/pepper_cdm_test_constants.h", |
| 4563 ] | 4565 ] |
| 4564 } | 4566 } |
| 4565 } | 4567 } |
| 4566 | 4568 |
| 4567 service_manifest("preferences_manifest") { | 4569 service_manifest("preferences_manifest") { |
| 4568 name = "preferences" | 4570 name = "preferences" |
| 4569 source = "prefs/preferences_manifest.json" | 4571 source = "prefs/preferences_manifest.json" |
| 4570 } | 4572 } |
| OLD | NEW |