summaryrefslogtreecommitdiff
path: root/chromium/components/data_reduction_proxy/DEPS
blob: d264979451199ad057ef31b9dba34e6c2cdc8397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+components/data_use_measurement/core",
  "+components/pref_registry",
  "+components/prefs",
  "+components/previews",
  "+components/variations",
  "+crypto",
  "+google_apis",
  "+net",

  # Data Reduction Proxy is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  "-components/data_reduction_proxy/content",
]