summaryrefslogtreecommitdiff
path: root/chromium/components/precache/DEPS
blob: 975943c97a9fc62b4f3149d8b9bfa72949da7d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  # Precache is a layered component; subdirectories must introduce the ability
  # to use the content layer explicitly as appropriate.
  # http://www.chromium.org/developers/design-documents/layered-components-design
  "+components/data_use_measurement/core",
  "-components/precache",
  "+components/precache/core",

  "+components/history/core/browser",
  "+components/prefs",
]