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

Unified Diff: content/browser/BUILD.gn

Issue 2757923002: Move StoragePartitionHttpCacheDataRemover to content/ (Closed)
Patch Set: Rebase. Created 3 years, 9 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 30e1be6f345ca253f14812eceada48baf5a99e2c..40db38b420ed5f7614b1702a9df3e523c8d06156 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -408,6 +408,10 @@ source_set("browser") {
"browsing_data/browsing_data_filter_builder_impl.h",
"browsing_data/clear_site_data_throttle.cc",
"browsing_data/clear_site_data_throttle.h",
+ "browsing_data/conditional_cache_deletion_helper.cc",
+ "browsing_data/conditional_cache_deletion_helper.h",
+ "browsing_data/storage_partition_http_cache_data_remover.cc",
+ "browsing_data/storage_partition_http_cache_data_remover.h",
"browsing_instance.cc",
"browsing_instance.h",
"byte_stream.cc",

Powered by Google App Engine
This is Rietveld 408576698