Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / DEPS
index d964f5d..48823df 100644 (file)
@@ -4,7 +4,9 @@ include_rules = [
   # The subdirectories in content/ will manually allow their own include
   # directories in content/ so we disallow all of them.
   "-content",
+  "+content/app/resources/grit/content_resources.h",
   "+content/common",
+  "+content/grit",
   "+content/public/common",
   "+content/public/test",
   "+content/shell",  # for content_browsertests
@@ -18,6 +20,7 @@ include_rules = [
   "+blink",
 
   "+cc",
+  "-cc/blink",
   # If you want to use any of these files, move them to src/base first.
   "-cc/base/scoped_ptr_algorithm.h",
   "-cc/base/scoped_ptr_deque.h",
@@ -25,13 +28,7 @@ include_rules = [
 
   "+crypto",
   "+grit/blink_resources.h",
-  "+grit/content_resources.h",
   "+grit/content_strings.h",
-  "+grit/ui_resources.h",
-  "+grit/ui_strings.h",
-  "+grit/webkit_resources.h",
-  "+grit/webui_resources.h",
-  "+grit/webui_resources_map.h",
 
   "+dbus",
   "+gpu",
@@ -90,8 +87,12 @@ include_rules = [
   "+ui/native_theme",
   "+ui/ozone/gpu",
   "+ui/ozone/public",
+  "+ui/resources/grit/ui_resources.h",
+  "+ui/resources/grit/webui_resources.h",
+  "+ui/resources/grit/webui_resources_map.h",
   "+ui/shell_dialogs",
   "+ui/snapshot",
+  "+ui/strings/grit/ui_strings.h",
   "+ui/surface",
   "+ui/wm",
   # Content knows about grd files, but the specifics of how to get a resource
@@ -106,6 +107,8 @@ include_rules = [
   # explicit.
   "-ui/views",
 
+  "+storage/browser",
+  "+storage/common",
   "+webkit",
 
   # For generated JNI includes.