Mark two tests in ImeTest.java as flaky
[chromium-blink-merge.git] / extensions / shell / browser / DEPS
blob286e0c768a0c4a8c52f00ab80964ad1253547209
1 include_rules = [
2   "+chromeos",
3   "+components/keyed_service",
4   "+components/nacl/browser",
5   "+components/nacl/common",
6   "+components/omaha_client",
7   "+components/pref_registry",
8   "+components/user_prefs",
9   "+components/web_modal",
10   "+content/public/browser",
12   # Pieces of content_shell reused in app_shell.
13   # TODO(jamescook): Eliminate these. http://crbug.com/438283
14   "+content/shell/browser/shell_application_mac.h",
15   "+content/shell/browser/shell_browser_context.h",
16   "+content/shell/browser/shell_devtools_manager_delegate.h",
17   "+content/shell/browser/shell_url_request_context_getter.h",
19   # For device backend support.
20   "+device/core",
21   "+device/hid",
22   "+device/usb",
24   "+google_apis/gaia",
26   "+net",
28   "+ppapi",
29   "+storage/browser/quota",
30   "+sync/api",
31   "+third_party/skia/include",
33   # Additional UI dependencies for app_shell. Note that no particular UI toolkit
34   # is supported; only Aura and some necessary bits to set up display surfaces.
35   "+ui/aura",
36   "+ui/chromeos",
37   "+ui/display",
38   "+ui/wm",
40   "+third_party/cros_system_api",
42   "-webkit",