Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / components / dom_distiller / DEPS
blob60c2dc2dd482b058ca17e8d16d907302d4649d9f
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   "+third_party/re2",
12   "+net/base",
13   "+net/http",
14   "+net/url_request",
15   "+ui/base/l10n",
16   "+ui/base/resource",
17   "+ui/gfx",
19   # The dom distiller is a layered component; subdirectories must explicitly
20   # introduce the ability to use the content layer as appropriate.
21   # http://www.chromium.org/developers/design-documents/layered-components-design
22   "-components/dom_distiller",
23   "+components/dom_distiller/core",