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

Unified Diff: content/browser/BUILD.gn

Issue 2757923002: Move StoragePartitionHttpCacheDataRemover to content/ (Closed)
Patch Set: git cl format 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 b5ada72d04eb191c7903c75ede10c84e2640416a..16bd7b4060c410660f5c77b550fc464709a44214 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -400,6 +400,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_impl.cc",
+ "browsing_data/storage_partition_http_cache_data_remover_impl.h",
"browsing_instance.cc",
"browsing_instance.h",
"byte_stream.cc",

Powered by Google App Engine
This is Rietveld 408576698