| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "browsing_data/browsing_data_quota_helper.cc", | 164 "browsing_data/browsing_data_quota_helper.cc", |
| 165 "browsing_data/browsing_data_quota_helper.h", | 165 "browsing_data/browsing_data_quota_helper.h", |
| 166 "browsing_data/browsing_data_quota_helper_impl.cc", | 166 "browsing_data/browsing_data_quota_helper_impl.cc", |
| 167 "browsing_data/browsing_data_quota_helper_impl.h", | 167 "browsing_data/browsing_data_quota_helper_impl.h", |
| 168 "browsing_data/browsing_data_remover.h", | 168 "browsing_data/browsing_data_remover.h", |
| 169 "browsing_data/browsing_data_remover_delegate.h", | 169 "browsing_data/browsing_data_remover_delegate.h", |
| 170 "browsing_data/browsing_data_remover_factory.cc", | 170 "browsing_data/browsing_data_remover_factory.cc", |
| 171 "browsing_data/browsing_data_remover_factory.h", | 171 "browsing_data/browsing_data_remover_factory.h", |
| 172 "browsing_data/browsing_data_remover_impl.cc", | 172 "browsing_data/browsing_data_remover_impl.cc", |
| 173 "browsing_data/browsing_data_remover_impl.h", | 173 "browsing_data/browsing_data_remover_impl.h", |
| 174 "browsing_data/browsing_data_remover_util.cc", |
| 175 "browsing_data/browsing_data_remover_util.h", |
| 174 "browsing_data/browsing_data_service_worker_helper.cc", | 176 "browsing_data/browsing_data_service_worker_helper.cc", |
| 175 "browsing_data/browsing_data_service_worker_helper.h", | 177 "browsing_data/browsing_data_service_worker_helper.h", |
| 176 "browsing_data/cache_counter.cc", | 178 "browsing_data/cache_counter.cc", |
| 177 "browsing_data/cache_counter.h", | 179 "browsing_data/cache_counter.h", |
| 178 "browsing_data/canonical_cookie_hash.cc", | 180 "browsing_data/canonical_cookie_hash.cc", |
| 179 "browsing_data/canonical_cookie_hash.h", | 181 "browsing_data/canonical_cookie_hash.h", |
| 180 "browsing_data/chrome_browsing_data_remover_delegate.cc", | 182 "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 181 "browsing_data/chrome_browsing_data_remover_delegate.h", | 183 "browsing_data/chrome_browsing_data_remover_delegate.h", |
| 182 "browsing_data/cookies_tree_model.cc", | 184 "browsing_data/cookies_tree_model.cc", |
| 183 "browsing_data/cookies_tree_model.h", | 185 "browsing_data/cookies_tree_model.h", |
| (...skipping 4366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4550 "media/pepper_cdm_test_constants.cc", | 4552 "media/pepper_cdm_test_constants.cc", |
| 4551 "media/pepper_cdm_test_constants.h", | 4553 "media/pepper_cdm_test_constants.h", |
| 4552 ] | 4554 ] |
| 4553 } | 4555 } |
| 4554 } | 4556 } |
| 4555 | 4557 |
| 4556 service_manifest("preferences_manifest") { | 4558 service_manifest("preferences_manifest") { |
| 4557 name = "preferences" | 4559 name = "preferences" |
| 4558 source = "prefs/preferences_manifest.json" | 4560 source = "prefs/preferences_manifest.json" |
| 4559 } | 4561 } |
| OLD | NEW |