summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy/DEPS
blob: f7c0da417f1defa5559620f2c061d160a90ca646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "+components/pref_registry",
  "+components/prefs",
  "+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",
]