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

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

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps Created 3 years, 7 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c2761d75a39719a9d128e71cc7f94c2c0a336e0e 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,8 @@ static_library("core") {
deps = [
"//base",
"//components/autofill/core/browser",
+ "//components/content_settings/core/browser:browser",
+ "//components/content_settings/core/common:common",
"//components/history/core/browser",
"//components/password_manager/core/browser",
"//components/pref_registry:pref_registry",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698