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 "+components/renderer_context_menu", | 8 "+components/renderer_context_menu", |
8 "+components/web_modal", | 9 "+components/web_modal", |
9 "+content/public", | 10 "+content/public", |
10 "+ui/aura", | 11 "+ui/aura", |
11 "+ui/compositor", | 12 "+ui/compositor", |
12 "+ui/gfx", | 13 "+ui/gfx", |
13 "+ui/views", | 14 "+ui/views", |
14 | 15 |
15 # No inclusion of WebKit from the athena main process, other than | 16 # No inclusion of WebKit from the athena main process, other than |
16 # strictly enum/POD, header-only types, and some selected common code. | 17 # strictly enum/POD, header-only types, and some selected common code. |
17 "+third_party/WebKit/public/web/WebContextMenuData.h", | 18 "+third_party/WebKit/public/web/WebContextMenuData.h", |
18 ] | 19 ] |
19 | 20 |
20 specific_include_rules = { | 21 specific_include_rules = { |
21 "app_activity_unittest.cc": [ | 22 "app_activity_unittest.cc": [ |
22 "+extensions/common", | 23 "+extensions/common", |
23 ], | 24 ], |
24 } | 25 } |
OLD | NEW |