OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+athena/activity/public", | 2 "+athena/activity/public", |
3 "+athena/extensions/public", | 3 "+athena/extensions/public", |
4 "+athena/home/public", | 4 "+athena/home/public", |
5 "+athena/input/public", | 5 "+athena/input/public", |
6 "+athena/resource_manager/public", | 6 "+athena/resource_manager/public", |
7 "+athena/wm/public", | 7 "+athena/wm/public", |
8 "+components/favicon_base", | 8 "+components/favicon_base", |
9 "+components/renderer_context_menu", | 9 "+components/renderer_context_menu", |
10 "+components/web_modal", | 10 "+components/web_modal", |
11 "+content/public", | 11 "+content/public", |
12 "+ui/aura", | 12 "+ui/aura", |
13 "+ui/compositor", | 13 "+ui/compositor", |
14 "+ui/gfx", | 14 "+ui/gfx", |
15 "+ui/views", | 15 "+ui/views", |
| 16 "+ui/wm/core", |
16 | 17 |
17 # No inclusion of WebKit from the athena main process, other than | 18 # No inclusion of WebKit from the athena main process, other than |
18 # strictly enum/POD, header-only types, and some selected common code. | 19 # strictly enum/POD, header-only types, and some selected common code. |
19 "+third_party/WebKit/public/web/WebContextMenuData.h", | 20 "+third_party/WebKit/public/web/WebContextMenuData.h", |
20 ] | 21 ] |
21 | 22 |
22 specific_include_rules = { | 23 specific_include_rules = { |
23 "app_activity_unittest.cc": [ | 24 "app_activity_unittest.cc": [ |
24 "+extensions/common", | 25 "+extensions/common", |
25 ], | 26 ], |
26 } | 27 } |
OLD | NEW |