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