summaryrefslogtreecommitdiff
path: root/chromium/components/dom_distiller/DEPS
blob: 8adca12084bd1d8cb7a1a92bd9b4710a9858fcd9 (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
include_rules = [
  "+components/leveldb_proto",
  "+components/pref_registry",
  "+components/prefs",
  "+components/sync/api",
  "+components/sync/core/attachments", # Needed for tests.
  "+components/sync/protocol",
  "+components/variations",
  "+google", # For third_party/protobuf.
  "+grit",  # For generated headers.
  "+jni",
  "+third_party/dom_distiller_js",
  "+third_party/re2",
  "+net/base",
  "+net/http",
  "+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",
]