Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / dom_distiller / DEPS
blob7c1ea01fc9219c32f7fbef2a10de9403e4c18941
1 include_rules = [
2   "+components/leveldb_proto",
3   "+components/pref_registry",
4   "+components/variations",
5   "+google", # For third_party/protobuf.
6   "+grit",  # For generated headers.
7   "+jni",
8   "+sync/api",
9   "+sync/internal_api/public/attachments", # Needed for tests.
10   "+sync/protocol",
11   "+third_party/dom_distiller_js",
12   "+third_party/re2",
13   "+net/base",
14   "+net/http",
15   "+net/url_request",
16   "+ui/base/l10n",
17   "+ui/base/resource",
18   "+ui/gfx",
20   # The dom distiller is a layered component; subdirectories must explicitly
21   # introduce the ability to use the content layer as appropriate.
22   # http://www.chromium.org/developers/design-documents/layered-components-design
23   "-components/dom_distiller",
24   "+components/dom_distiller/core",