summaryrefslogtreecommitdiff
path: root/chromium/components/dom_distiller/DEPS
blob: 35ae9ad146c322a6c1155930814be921e5c931a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include_rules = [
  "+components/data_use_measurement/core",
  "+components/grit/components_resources.h",
  "+components/leveldb_proto",
  "+components/pref_registry",
  "+components/prefs",
  "+components/strings/grit/components_strings.h",
  "+components/sync/model",
  "+components/sync/protocol",
  "+components/sync_preferences",
  "+components/variations",
  "+google", # For third_party/protobuf.
  "+jni",
  "+third_party/dom_distiller_js",
  "+third_party/re2",
  "+net/base",
  "+net/http",
  "+net/traffic_annotation",
  "+net/url_request",
  "+ui/base/l10n",
  "+ui/base/resource",
  "+ui/gfx",

  # The dom distiller is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  # http://www.chromium.org/developers/design-documents/layered-components-design
  "-components/dom_distiller",
  "+components/dom_distiller/core",
]