Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2594723002: Count number of origins with data affected by clearing "cookies and site data". (Closed)
Patch Set: fix review issues Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "browsing_data/cookies_tree_model.h", 184 "browsing_data/cookies_tree_model.h",
185 "browsing_data/downloads_counter.cc", 185 "browsing_data/downloads_counter.cc",
186 "browsing_data/downloads_counter.h", 186 "browsing_data/downloads_counter.h",
187 "browsing_data/local_data_container.cc", 187 "browsing_data/local_data_container.cc",
188 "browsing_data/local_data_container.h", 188 "browsing_data/local_data_container.h",
189 "browsing_data/media_licenses_counter.cc", 189 "browsing_data/media_licenses_counter.cc",
190 "browsing_data/media_licenses_counter.h", 190 "browsing_data/media_licenses_counter.h",
191 "browsing_data/origin_filter_builder.cc", 191 "browsing_data/origin_filter_builder.cc",
192 "browsing_data/origin_filter_builder.h", 192 "browsing_data/origin_filter_builder.h",
193 "browsing_data/registrable_domain_filter_builder.cc", 193 "browsing_data/registrable_domain_filter_builder.cc",
194 "browsing_data/site_data_counter.cc",
195 "browsing_data/site_data_counter.h",
196 "browsing_data/site_data_counting_helper.cc",
197 "browsing_data/site_data_counting_helper.h",
194 "browsing_data/site_data_size_collector.cc", 198 "browsing_data/site_data_size_collector.cc",
195 "browsing_data/site_data_size_collector.h", 199 "browsing_data/site_data_size_collector.h",
196 "budget_service/budget_database.cc", 200 "budget_service/budget_database.cc",
197 "budget_service/budget_database.h", 201 "budget_service/budget_database.h",
198 "budget_service/budget_manager.cc", 202 "budget_service/budget_manager.cc",
199 "budget_service/budget_manager.h", 203 "budget_service/budget_manager.h",
200 "budget_service/budget_manager_factory.cc", 204 "budget_service/budget_manager_factory.cc",
201 "budget_service/budget_manager_factory.h", 205 "budget_service/budget_manager_factory.h",
202 "budget_service/budget_service_impl.cc", 206 "budget_service/budget_service_impl.cc",
203 "budget_service/budget_service_impl.h", 207 "budget_service/budget_service_impl.h",
(...skipping 4289 matching lines...) Expand 10 before | Expand all | Expand 10 after
4493 "media/pepper_cdm_test_constants.cc", 4497 "media/pepper_cdm_test_constants.cc",
4494 "media/pepper_cdm_test_constants.h", 4498 "media/pepper_cdm_test_constants.h",
4495 ] 4499 ]
4496 } 4500 }
4497 } 4501 }
4498 4502
4499 service_manifest("preferences_manifest") { 4503 service_manifest("preferences_manifest") {
4500 name = "preferences" 4504 name = "preferences"
4501 source = "prefs/preferences_manifest.json" 4505 source = "prefs/preferences_manifest.json"
4502 } 4506 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698