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

Unified Diff: content/test/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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index b5c8762b1e5e6f42be32ae5b1936ae9e95f438a3..8e7e5d2375d01276ba7474b0699002fcf215ca6e 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -51,6 +51,8 @@ static_library("test_support") {
"../public/test/browser_test_base.h",
"../public/test/browser_test_utils.cc",
"../public/test/browser_test_utils.h",
+ "../public/test/cache_test_util.cc",
+ "../public/test/cache_test_util.h",
"../public/test/content_test_suite_base.cc",
"../public/test/content_test_suite_base.h",
"../public/test/download_test_observer.cc",
@@ -571,6 +573,7 @@ test("content_browsertests") {
"../browser/bookmarklet_browsertest.cc",
"../browser/browser_side_navigation_browsertest.cc",
"../browser/browsing_data/clear_site_data_throttle_browsertest.cc",
+ "../browser/browsing_data/conditional_cache_deletion_helper_browsertest.cc",
"../browser/child_process_launcher_browsertest.cc",
"../browser/child_process_security_policy_browsertest.cc",
"../browser/compositor/image_transport_factory_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698