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

Unified Diff: components/precache/content/DEPS

Issue 2507753003: Do not precache when the cache size is small (Closed)
Patch Set: Comment on the IO thread Created 4 years, 1 month 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/precache/content/DEPS
diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
index 25f55a1ece677c28c46eddd8f555854f37c6047e..04594bd33ad8550215537f6b35f85600fb1c1829 100644
--- a/components/precache/content/DEPS
+++ b/components/precache/content/DEPS
@@ -4,12 +4,14 @@ include_rules = [
"+components/variations",
"+content/public/browser",
"+net/base",
+ "+net/disk_cache",
+ "+net/http",
+ "+net/url_request",
]
specific_include_rules = {
'.*_[a-z]*test\.cc': [
"+content/public/test",
- "+net/http",
- "+net/url_request",
+ "+net/test",
],
}
« no previous file with comments | « no previous file | components/precache/content/precache_manager.h » ('j') | components/precache/content/precache_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698