Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / third_party / mojo_services / DEPS
blobd715b1f5a25e3ebf3d72f0fe35d538f3ea9d3a3e
1 include_rules = [
2   # This code is checked into the chromium repo so it's fine to depend on this.
3   "+base",
4   "+testing",
5   "+mojo",
7   # internal includes.
8   "+geometry",
9   "+input_events",
10   "+surfaces",
11   "+native_viewport",
12   "+view_manager",
13   "+window_manager",
16 specific_include_rules = {
17   "view_manager_test_suite\.cc": [
18     "+ui/gfx/x/x11_connection.h",
19   ],