Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / shell / DEPS
index 3738104..f8c2614 100644 (file)
@@ -6,6 +6,7 @@ include_rules = [
 
   # The content_shell is the canonical sample embedder, so it only uses
   # content's public API.
+  "+content/app/strings/grit",  # For generated headers
   "+content/public",
 
   # The content_shell is an embedder so it must work with resource bundles.
@@ -13,21 +14,23 @@ include_rules = [
   "+ui/base/resource",
 
   # Shell resources
-  "+grit/net_resources.h",
   "+grit/shell_resources.h",
 
   # The content_shell for aura must work with the views and aura
   "+ui/aura",
   "+ui/views",
 
-  # For WebTestRunner library
-  "+third_party/WebKit/public/testing",
+  "+components/crash",
 
-  "+components/breakpad",
+  # For enabling media related features.
+  "+media/base/media_switches.h",
 ]
 
 specific_include_rules = {
   "shell_views\.cc": [
-    "+ui/shell"
+    "+ui/wm/test"
+  ],
+  "content_browser_tests_android\.cc": [
+    "+media/base"
   ],
 }