Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / athena / input / DEPS
index c280756..36df410 100644 (file)
@@ -1,4 +1,5 @@
 include_rules = [
+  "+chromeos",
   "+ui/aura",
   "+ui/base",
   "+ui/events",
@@ -7,3 +8,14 @@ include_rules = [
   "+ui/views",
 ]
 
+specific_include_rules = {
+  # exported for test.
+  "input_manager_impl\.h": [
+    "+athena/athena_export.h",
+  ],
+  # allows for test.
+  ".*test\.cc": [
+    "+athena/activity/public",
+    "+athena/wm/public",
+  ],
+}