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