Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / apps / shell / browser / DEPS
index ba7fec9..9d8d30b 100644 (file)
@@ -1,14 +1,7 @@
 include_rules = [
-  # TODO(jamescook): Remove these. http://crbug.com/305404
-  # Chrome pieces for app_shell bring-up.
-  "+chrome/browser/extensions/extension_protocols.h",
-  "+chrome/browser/extensions/extension_resource_protocols.h",
-  "+chrome/common/extensions/api/generated_api.h",
-  "+chrome/common/extensions/features/base_feature_provider.h",
-  "+chrome/common/extensions/extension_file_util.h",
-
   "+chromeos",
   "+components/user_prefs",
+  "+third_party/cros_system_api",
 
   # Override apps/DEPS to be more selective about content includes.
   "-content",
@@ -22,4 +15,7 @@ include_rules = [
   "+content/shell/browser/shell_net_log.h",
 
   "+sync/api",
+
+  # Disallow views to keep the binary size down.
+  "-ui/views",
 ]