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

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

Issue 1176253002: Fix IsPrecachingAllowed() to check Sync instead of Data Saver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks per bengr. Created 5 years, 6 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
« no previous file with comments | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_reduction_proxy/core/common",
3 "+components/history/core/browser", 2 "+components/history/core/browser",
4 "+components/keyed_service", 3 "+components/keyed_service",
5 "+components/user_prefs", 4 "+components/sync_driver",
6 "+components/variations", 5 "+components/variations",
7 "+content/public/browser", 6 "+content/public/browser",
8 "+net/base", 7 "+net/base",
9 ] 8 ]
10 9
11 specific_include_rules = { 10 specific_include_rules = {
12 '.*_[a-z]*test\.cc': [ 11 '.*_[a-z]*test\.cc': [
13 "+content/public/test", 12 "+content/public/test",
14 "+net/http", 13 "+net/http",
15 "+net/url_request", 14 "+net/url_request",
16 ], 15 ],
17 } 16 }
OLDNEW
« 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