| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "browsing_data/browsing_data_indexed_db_helper.cc", | 160 "browsing_data/browsing_data_indexed_db_helper.cc", |
| 161 "browsing_data/browsing_data_indexed_db_helper.h", | 161 "browsing_data/browsing_data_indexed_db_helper.h", |
| 162 "browsing_data/browsing_data_local_storage_helper.cc", | 162 "browsing_data/browsing_data_local_storage_helper.cc", |
| 163 "browsing_data/browsing_data_local_storage_helper.h", | 163 "browsing_data/browsing_data_local_storage_helper.h", |
| 164 "browsing_data/browsing_data_media_license_helper.cc", | 164 "browsing_data/browsing_data_media_license_helper.cc", |
| 165 "browsing_data/browsing_data_media_license_helper.h", | 165 "browsing_data/browsing_data_media_license_helper.h", |
| 166 "browsing_data/browsing_data_quota_helper.cc", | 166 "browsing_data/browsing_data_quota_helper.cc", |
| 167 "browsing_data/browsing_data_quota_helper.h", | 167 "browsing_data/browsing_data_quota_helper.h", |
| 168 "browsing_data/browsing_data_quota_helper_impl.cc", | 168 "browsing_data/browsing_data_quota_helper_impl.cc", |
| 169 "browsing_data/browsing_data_quota_helper_impl.h", | 169 "browsing_data/browsing_data_quota_helper_impl.h", |
| 170 "browsing_data/browsing_data_remover.cc", | |
| 171 "browsing_data/browsing_data_remover.h", | 170 "browsing_data/browsing_data_remover.h", |
| 172 "browsing_data/browsing_data_remover_delegate.h", | 171 "browsing_data/browsing_data_remover_delegate.h", |
| 173 "browsing_data/browsing_data_remover_factory.cc", | 172 "browsing_data/browsing_data_remover_factory.cc", |
| 174 "browsing_data/browsing_data_remover_factory.h", | 173 "browsing_data/browsing_data_remover_factory.h", |
| 174 "browsing_data/browsing_data_remover_impl.cc", |
| 175 "browsing_data/browsing_data_remover_impl.h", |
| 175 "browsing_data/browsing_data_service_worker_helper.cc", | 176 "browsing_data/browsing_data_service_worker_helper.cc", |
| 176 "browsing_data/browsing_data_service_worker_helper.h", | 177 "browsing_data/browsing_data_service_worker_helper.h", |
| 177 "browsing_data/cache_counter.cc", | 178 "browsing_data/cache_counter.cc", |
| 178 "browsing_data/cache_counter.h", | 179 "browsing_data/cache_counter.h", |
| 179 "browsing_data/canonical_cookie_hash.cc", | 180 "browsing_data/canonical_cookie_hash.cc", |
| 180 "browsing_data/canonical_cookie_hash.h", | 181 "browsing_data/canonical_cookie_hash.h", |
| 181 "browsing_data/chrome_browsing_data_remover_delegate.cc", | 182 "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 182 "browsing_data/chrome_browsing_data_remover_delegate.h", | 183 "browsing_data/chrome_browsing_data_remover_delegate.h", |
| 183 "browsing_data/cookies_tree_model.cc", | 184 "browsing_data/cookies_tree_model.cc", |
| 184 "browsing_data/cookies_tree_model.h", | 185 "browsing_data/cookies_tree_model.h", |
| (...skipping 4308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4493 "media/pepper_cdm_test_constants.cc", | 4494 "media/pepper_cdm_test_constants.cc", |
| 4494 "media/pepper_cdm_test_constants.h", | 4495 "media/pepper_cdm_test_constants.h", |
| 4495 ] | 4496 ] |
| 4496 } | 4497 } |
| 4497 } | 4498 } |
| 4498 | 4499 |
| 4499 service_manifest("preferences_manifest") { | 4500 service_manifest("preferences_manifest") { |
| 4500 name = "preferences" | 4501 name = "preferences" |
| 4501 source = "prefs/preferences_manifest.json" | 4502 source = "prefs/preferences_manifest.json" |
| 4502 } | 4503 } |
| OLD | NEW |