Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / shell / browser / DEPS
index 4771a7b..34a72e3 100644 (file)
@@ -11,23 +11,29 @@ include_rules = [
 
   # Pieces of content_shell reused in app_shell.
   "+content/shell/browser/shell_browser_context.h",
-  "+content/shell/browser/shell_devtools_delegate.h",
+  "+content/shell/browser/shell_devtools_manager_delegate.h",
   "+content/shell/browser/shell_net_log.h",
+  "+content/shell/browser/shell_url_request_context_getter.h",
 
   # For device backend support.
   "+device/core",
   "+device/hid",
   "+device/usb",
 
-  # Only used in API tests that should be moved to extensions/browser/api/...
+  "+google_apis/gaia",
+
   "+net",
 
   "+ppapi",
   "+storage/browser/quota",
   "+sync/api",
 
-  # Disallow views to keep the binary size down.
-  "-ui/views",
+  # Additional UI dependencies for app_shell. Note that no particular UI toolkit
+  # is supported; only Aura and some necessary bits to set up display surfaces.
+  "+ui/aura",
+  "+ui/chromeos",
+  "+ui/display",
+  "+ui/wm",
 
   "+third_party/cros_system_api",