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