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

Unified Diff: components/browsing_data/core/BUILD.gn

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fixes Created 3 years, 8 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: components/browsing_data/core/BUILD.gn
diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
index 365cbabe148f9ca615270da667e71e4728f6a315..a0044f8e107098d2c0a624c4fac8e6f8d971b913 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -19,6 +19,8 @@ static_library("core") {
"counters/history_counter.h",
"counters/passwords_counter.cc",
"counters/passwords_counter.h",
+ "counters/site_settings_counter.cc",
+ "counters/site_settings_counter.h",
"history_notice_utils.cc",
"history_notice_utils.h",
"pref_names.cc",
@@ -28,6 +30,7 @@ static_library("core") {
deps = [
"//base",
"//components/autofill/core/browser",
+ "//components/content_settings/core/browser:browser",
"//components/history/core/browser",
"//components/password_manager/core/browser",
"//components/pref_registry:pref_registry",

Powered by Google App Engine
This is Rietveld 408576698