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

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: Add webui_resources.pak Created 5 years, 10 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/browser", 2 "+components/data_reduction_proxy/core/browser",
3 "+components/data_reduction_proxy/core/common", 3 "+components/data_reduction_proxy/core/common",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/user_prefs", 5 "+components/user_prefs",
6 "+content/public/browser", 6 "+content/public/browser",
7 "+content/public/common", 7 "+content/public/common",
8 "+grit",
8 "+net/base", 9 "+net/base",
10 "+ui/base",
9 ] 11 ]
10 12
11 specific_include_rules = { 13 specific_include_rules = {
12 '.*_[a-z]*test\.cc': [ 14 '.*_[a-z]*test\.cc': [
13 "+content/public/test", 15 "+content/public/test",
14 "+net/http", 16 "+net/http",
15 "+net/url_request", 17 "+net/url_request",
16 ], 18 ],
17 } 19 }
OLDNEW
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | components/data_reduction_proxy/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698