Don't add extra app list launcher page webviews.
[chromium-blink-merge.git] / extensions / shell / browser / DEPS
blob8b27b25d4366a422344c022a31c2bac55854183a
1 include_rules = [
2   "+chromeos",
3   "+components/keyed_service",
4   "+components/nacl/browser",
5   "+components/nacl/common",
6   "+components/pref_registry",
7   "+components/update_client",
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   "+gin",
26   "+google_apis/gaia",
28   "+net",
30   "+ppapi",
31   "+storage/browser/quota",
32   "+sync/api",
33   "+third_party/skia/include",
35   # Additional UI dependencies for app_shell. Note that no particular UI toolkit
36   # is supported; only Aura and some necessary bits to set up display surfaces.
37   "+ui/aura",
38   "+ui/chromeos",
39   "+ui/display",
40   "+ui/wm",
42   "+third_party/cros_system_api",
44   "-webkit",