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

Unified Diff: components/precache/content/DEPS

Issue 2507753003: Do not precache when the cache size is small (Closed)
Patch Set: Sync'ed to HEAD Created 4 years 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 | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/DEPS
diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
index 6206a889a5b071c1778a470e70bcfd1ee2e5435f..5a184772960a3cf8245c4af7433a45df99653d14 100644
--- a/components/precache/content/DEPS
+++ b/components/precache/content/DEPS
@@ -5,12 +5,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 | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698