summaryrefslogtreecommitdiff
path: root/chromium/components/dom_distiller/DEPS
blob: 1c12a78021360267f60e0d1e27b4ca16848f0a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+grit",  # For generated headers.
  "+sync/api",
  "+sync/protocol",
  "+third_party/leveldatabase/src/include",
  "+net/http",
  "+net/url_request",
  "+ui/base/android",
  "+ui/base/resource",
  "+ui/gfx/android",

  # 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",
  "-content/public",
]