Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / DEPS
index 9b39484..9e14b24 100644 (file)
@@ -1,12 +1,11 @@
 include_rules = [
+  "+device/bluetooth",
   "+cc/debug",
   "+chromeos",
-  "+content/public",
+  "+components/user_manager",
   "+gpu/config",
   "+grit/ash_resources.h",
   "+grit/ash_strings.h",
-  "+grit/ui_resources.h",
-  "+grit/ui_strings.h",
   "+media",
   "+skia/ext",
   "+third_party/cros_system_api",
@@ -14,4 +13,17 @@ include_rules = [
   "+net",
   "+ui",
   "+win8",
+  "-ash/host",
 ]
+
+specific_include_rules = {
+  "root_window_controller\.*": [
+    "+ash/host"
+  ],
+  "shell.cc": [
+    "+ash/host/ash_window_tree_host_init_params.h"
+  ],
+  "touch_transformer_controller\.*": [
+    "+ash/host"
+  ],
+}