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

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

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/core/common", 2 "+components/data_reduction_proxy/core/common",
3 "+components/keyed_service",
4 "+components/user_prefs",
5 "+content/public/browser", 3 "+content/public/browser",
4 "+content/public/common",
6 "+net/base", 5 "+net/base",
7 ] 6 ]
8 7
9 specific_include_rules = { 8 specific_include_rules = {
10 '.*_[a-z]*test\.cc': [ 9 '.*_[a-z]*test\.cc': [
11 "+content/public/test", 10 "+content/public/test",
12 "+net/http",
13 "+net/url_request", 11 "+net/url_request",
14 ], 12 ],
15 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698