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

Unified Diff: components/browsing_data/content/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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browsing_data/content/conditional_cache_deletion_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/content/BUILD.gn
diff --git a/components/browsing_data/content/BUILD.gn b/components/browsing_data/content/BUILD.gn
index aa613cff35e68011267f804827bbc8ca4724cac2..dc5b1bd505d592a5128cdf6fa3631fc310f0ebf0 100644
--- a/components/browsing_data/content/BUILD.gn
+++ b/components/browsing_data/content/BUILD.gn
@@ -6,10 +6,6 @@ static_library("content") {
sources = [
"conditional_cache_counting_helper.cc",
"conditional_cache_counting_helper.h",
- "conditional_cache_deletion_helper.cc",
- "conditional_cache_deletion_helper.h",
- "storage_partition_http_cache_data_remover.cc",
- "storage_partition_http_cache_data_remover.h",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browsing_data/content/conditional_cache_deletion_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698