| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "browsing_data/chrome_browsing_data_remover_delegate.cc", | 180 "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 181 "browsing_data/chrome_browsing_data_remover_delegate.h", | 181 "browsing_data/chrome_browsing_data_remover_delegate.h", |
| 182 "browsing_data/cookies_tree_model.cc", | 182 "browsing_data/cookies_tree_model.cc", |
| 183 "browsing_data/cookies_tree_model.h", | 183 "browsing_data/cookies_tree_model.h", |
| 184 "browsing_data/downloads_counter.cc", | 184 "browsing_data/downloads_counter.cc", |
| 185 "browsing_data/downloads_counter.h", | 185 "browsing_data/downloads_counter.h", |
| 186 "browsing_data/local_data_container.cc", | 186 "browsing_data/local_data_container.cc", |
| 187 "browsing_data/local_data_container.h", | 187 "browsing_data/local_data_container.h", |
| 188 "browsing_data/media_licenses_counter.cc", | 188 "browsing_data/media_licenses_counter.cc", |
| 189 "browsing_data/media_licenses_counter.h", | 189 "browsing_data/media_licenses_counter.h", |
| 190 "browsing_data/site_data_counter.cc", |
| 191 "browsing_data/site_data_counter.h", |
| 192 "browsing_data/site_data_counting_helper.cc", |
| 193 "browsing_data/site_data_counting_helper.h", |
| 190 "browsing_data/site_data_size_collector.cc", | 194 "browsing_data/site_data_size_collector.cc", |
| 191 "browsing_data/site_data_size_collector.h", | 195 "browsing_data/site_data_size_collector.h", |
| 192 "budget_service/budget_database.cc", | 196 "budget_service/budget_database.cc", |
| 193 "budget_service/budget_database.h", | 197 "budget_service/budget_database.h", |
| 194 "budget_service/budget_manager.cc", | 198 "budget_service/budget_manager.cc", |
| 195 "budget_service/budget_manager.h", | 199 "budget_service/budget_manager.h", |
| 196 "budget_service/budget_manager_factory.cc", | 200 "budget_service/budget_manager_factory.cc", |
| 197 "budget_service/budget_manager_factory.h", | 201 "budget_service/budget_manager_factory.h", |
| 198 "budget_service/budget_service_impl.cc", | 202 "budget_service/budget_service_impl.cc", |
| 199 "budget_service/budget_service_impl.h", | 203 "budget_service/budget_service_impl.h", |
| (...skipping 4350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4550 "media/pepper_cdm_test_constants.cc", | 4554 "media/pepper_cdm_test_constants.cc", |
| 4551 "media/pepper_cdm_test_constants.h", | 4555 "media/pepper_cdm_test_constants.h", |
| 4552 ] | 4556 ] |
| 4553 } | 4557 } |
| 4554 } | 4558 } |
| 4555 | 4559 |
| 4556 service_manifest("preferences_manifest") { | 4560 service_manifest("preferences_manifest") { |
| 4557 name = "preferences" | 4561 name = "preferences" |
| 4558 source = "prefs/preferences_manifest.json" | 4562 source = "prefs/preferences_manifest.json" |
| 4559 } | 4563 } |
| OLD | NEW |