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