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

Unified Diff: components/browsing_data/BUILD.gn

Issue 2084903002: Moved BrowsingDataCounter and part of BrowsingDataCounterUtils to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed deps Created 4 years, 6 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/BUILD.gn
diff --git a/components/browsing_data/BUILD.gn b/components/browsing_data/BUILD.gn
index 7b964e54960599e711d3946425cf8ea1e771d1e7..42a33bbb6f1bd364244c7e0a70b95b08a304184a 100644
--- a/components/browsing_data/BUILD.gn
+++ b/components/browsing_data/BUILD.gn
@@ -5,8 +5,12 @@
static_library("browsing_data") {
output_name = "browsing_data"
sources = [
+ "browsing_data_utils.cc",
+ "browsing_data_utils.h",
"conditional_cache_deletion_helper.cc",
"conditional_cache_deletion_helper.h",
+ "counters/browsing_data_counter.cc",
+ "counters/browsing_data_counter.h",
"storage_partition_http_cache_data_remover.cc",
"storage_partition_http_cache_data_remover.h",
]
@@ -15,6 +19,7 @@ static_library("browsing_data") {
deps = [
"//base",
+ "//components/prefs:prefs",
"//content/public/browser",
"//net",
]

Powered by Google App Engine
This is Rietveld 408576698