DEPS revision f8ee788a64d60abd8f2d742a5fdedde054ecd910
1include_rules = [
2  "+components/leveldb_proto",
3  "+google", # For third_party/protobuf.
4  "+grit",  # For generated headers.
5  "+jni",
6  "+sync/api",
7  "+sync/protocol",
8  "+third_party/dom_distiller_js",
9  "+net/base",
10  "+net/http",
11  "+net/url_request",
12  "+ui/base/l10n",
13  "+ui/base/resource",
14
15  # The dom distiller is a layered component; subdirectories must explicitly
16  # introduce the ability to use the content layer as appropriate.
17  # http://www.chromium.org/developers/design-documents/layered-components-design
18  "-components/dom_distiller",
19  "+components/dom_distiller/core",
20]
21