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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 "browsing_data/site_data_size_collector.cc", | 195 "browsing_data/site_data_size_collector.cc", |
196 "browsing_data/site_data_size_collector.h", | 196 "browsing_data/site_data_size_collector.h", |
197 "budget_service/budget_database.cc", | 197 "budget_service/budget_database.cc", |
198 "budget_service/budget_database.h", | 198 "budget_service/budget_database.h", |
199 "budget_service/budget_manager.cc", | 199 "budget_service/budget_manager.cc", |
200 "budget_service/budget_manager.h", | 200 "budget_service/budget_manager.h", |
201 "budget_service/budget_manager_factory.cc", | 201 "budget_service/budget_manager_factory.cc", |
202 "budget_service/budget_manager_factory.h", | 202 "budget_service/budget_manager_factory.h", |
203 "budget_service/budget_service_impl.cc", | 203 "budget_service/budget_service_impl.cc", |
204 "budget_service/budget_service_impl.h", | 204 "budget_service/budget_service_impl.h", |
| 205 "cache_stats_recorder.cc", |
| 206 "cache_stats_recorder.h", |
205 "chrome_browser_application_mac.h", | 207 "chrome_browser_application_mac.h", |
206 "chrome_browser_application_mac.mm", | 208 "chrome_browser_application_mac.mm", |
207 "chrome_browser_field_trials.cc", | 209 "chrome_browser_field_trials.cc", |
208 "chrome_browser_field_trials.h", | 210 "chrome_browser_field_trials.h", |
209 "chrome_browser_main.cc", | 211 "chrome_browser_main.cc", |
210 "chrome_browser_main.h", | 212 "chrome_browser_main.h", |
211 "chrome_browser_main_android.cc", | 213 "chrome_browser_main_android.cc", |
212 "chrome_browser_main_android.h", | 214 "chrome_browser_main_android.h", |
213 "chrome_browser_main_extra_parts.h", | 215 "chrome_browser_main_extra_parts.h", |
214 "chrome_browser_main_linux.cc", | 216 "chrome_browser_main_linux.cc", |
(...skipping 4475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4690 "media/pepper_cdm_test_constants.cc", | 4692 "media/pepper_cdm_test_constants.cc", |
4691 "media/pepper_cdm_test_constants.h", | 4693 "media/pepper_cdm_test_constants.h", |
4692 ] | 4694 ] |
4693 } | 4695 } |
4694 } | 4696 } |
4695 | 4697 |
4696 service_manifest("preferences_forwarder_manifest") { | 4698 service_manifest("preferences_forwarder_manifest") { |
4697 name = "preferences_forwarder" | 4699 name = "preferences_forwarder" |
4698 source = "prefs/forwarder_manifest.json" | 4700 source = "prefs/forwarder_manifest.json" |
4699 } | 4701 } |
OLD | NEW |