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

Side by Side Diff: components/precache/content/DEPS

Issue 2507753003: Do not precache when the cache size is small (Closed)
Patch Set: scoped_refptr 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/sync/driver", 3 "+components/sync/driver",
4 "+components/variations", 4 "+components/variations",
5 "+content/public/browser", 5 "+content/public/browser",
6 "+net/base", 6 "+net/base",
7 "+net/disk_cache",
8 "+net/http",
9 "+net/url_request",
7 ] 10 ]
8 11
9 specific_include_rules = { 12 specific_include_rules = {
10 '.*_[a-z]*test\.cc': [ 13 '.*_[a-z]*test\.cc': [
11 "+content/public/test", 14 "+content/public/test",
12 "+net/http", 15 "+net/test",
13 "+net/url_request",
14 ], 16 ],
15 } 17 }
OLDNEW
« no previous file with comments | « no previous file | components/precache/content/precache_manager.h » ('j') | components/precache/content/precache_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698