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