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

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

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Rebase and crash fixes 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 "+content/public/browser", 3 "+content/public/browser",
4 "+content/public/common", 4 "+content/public/common",
5 "+grit",
5 "+net/base", 6 "+net/base",
7 "+ui/base",
6 ] 8 ]
7 9
8 specific_include_rules = { 10 specific_include_rules = {
9 '.*_[a-z]*test\.cc': [ 11 '.*_[a-z]*test\.cc': [
10 "+content/public/test", 12 "+content/public/test",
11 "+net/url_request", 13 "+net/url_request",
12 ], 14 ],
13 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698