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

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

Issue 514353002: Check if precaching is allowed before reporting related metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_reduction_proxy/common",
2 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/user_prefs",
3 "+content/public/browser", 5 "+content/public/browser",
4 "+net/base", 6 "+net/base",
5 ] 7 ]
6 8
7 specific_include_rules = { 9 specific_include_rules = {
8 '.*_[a-z]*test\.cc': [ 10 '.*_[a-z]*test\.cc': [
9 "+content/public/test", 11 "+content/public/test",
10 "+net/http", 12 "+net/http",
11 "+net/url_request", 13 "+net/url_request",
12 ], 14 ],
13 } 15 }
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698