Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / athena / content / DEPS
1 include_rules = [
2   "+athena/activity/public",
3   "+athena/extensions/public",
4   "+athena/home/public",
5   "+athena/input/public",
6   "+athena/resource_manager/public",
7   "+athena/strings/grit/athena_strings.h",
8   "+athena/wm/public",
9   "+components/app_modal_dialogs",
10   "+components/favicon_base",
11   "+components/metrics/proto",
12   "+components/omnibox",
13   "+components/renderer_context_menu",
14   "+components/web_modal",
15   "+content/public",
16   "+ui/aura",
17   "+ui/base",
18   "+ui/compositor",
19   "+ui/gfx",
20   "+ui/views",
21   "+ui/wm/core",
22
23   # No inclusion of WebKit from the athena main process, other than
24   # strictly enum/POD, header-only types, and some selected common code.
25   "+third_party/WebKit/public/web/WebContextMenuData.h",
26 ]
27
28 specific_include_rules = {
29   "app_activity_unittest.cc": [
30     "+extensions",
31   ],
32   "content_proxy_browsertest.cc": [
33     "+athena/test",
34   ],
35   "app_activity_browsertest.cc": [
36     "+athena/test",
37   ],
38 }