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