Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / data_reduction_proxy / content / DEPS
blob321cd8196d9ecb5c7fa7f5e029ae6cc4aefd702d
1 include_rules = [
2   "+components/data_reduction_proxy/core/browser",
3   "+components/data_reduction_proxy/core/common",
4   "+components/keyed_service",
5   "+components/user_prefs",
6   "+content/public/browser",
7   "+content/public/common",
8   "+grit",
9   "+net/base",
10   "+ui/base",
13 specific_include_rules = {
14   '.*_[a-z]*test\.cc': [
15     "+content/public/test",
16     "+net/http",
17     "+net/url_request",
18   ],