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 "+extensions/browser", | 11 "+extensions/browser", |
11 "+extensions/common", | 12 "+extensions/common", |
12 "+extensions/grit", | 13 "+extensions/grit", |
13 "+ui/app_list", | 14 "+ui/app_list", |
14 "+ui/aura", | 15 "+ui/aura", |
15 "+ui/base/resource", | 16 "+ui/base/resource", |
16 "+ui/compositor", | 17 "+ui/compositor", |
17 "+ui/gfx", | 18 "+ui/gfx", |
18 "+ui/views", | 19 "+ui/views", |
19 | 20 |
20 # No inclusion of WebKit from the athena main process, other than | 21 # No inclusion of WebKit from the athena main process, other than |
21 # strictly enum/POD, header-only types, and some selected common code. | 22 # strictly enum/POD, header-only types, and some selected common code. |
22 "+third_party/WebKit/public/web/WebContextMenuData.h", | 23 "+third_party/WebKit/public/web/WebContextMenuData.h", |
23 ] | 24 ] |
OLD | NEW |