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