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

Unified Diff: chrome/browser/BUILD.gn

Issue 2594723002: Count number of origins with data affected by clearing "cookies and site data". (Closed)
Patch Set: remove comments 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 30102a31bdf1c65112d8eda9ae4ee443728f9e08..5ea8aa8e9501d2b819c1a425b147a60b17615c9d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -191,6 +191,10 @@ split_static_library("browser") {
"browsing_data/origin_filter_builder.cc",
"browsing_data/origin_filter_builder.h",
"browsing_data/registrable_domain_filter_builder.cc",
+ "browsing_data/site_data_counter.cc",
+ "browsing_data/site_data_counter.h",
+ "browsing_data/site_data_counting_helper.cc",
+ "browsing_data/site_data_counting_helper.h",
"browsing_data/site_data_size_collector.cc",
"browsing_data/site_data_size_collector.h",
"budget_service/budget_database.cc",

Powered by Google App Engine
This is Rietveld 408576698