Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / athena / input / DEPS
1 include_rules = [
2   "+chromeos",
3   "+ui/aura",
4   "+ui/base",
5   "+ui/events",
6   "+ui/wm/core",
7   "+ui/wm/public",
8   "+ui/views",
9 ]
10
11 specific_include_rules = {
12   # exported for test.
13   "input_manager_impl\.h": [
14     "+athena/athena_export.h",
15   ],
16   # allows for test.
17   ".*test\.cc": [
18     "+athena/activity/public",
19     "+athena/wm/public",
20   ],
21 }