| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/activity/public", | 2 "+athena/activity/public", |
| 3 "+athena/content/public", | 3 "+athena/content/public", |
| 4 "+athena/extensions/public", |
| 4 "+athena/home/public", | 5 "+athena/home/public", |
| 5 "+athena/input/public", | 6 "+athena/input/public", |
| 6 "+athena/screen/public", | 7 "+athena/screen/public", |
| 7 "+athena/system/public", | 8 "+athena/system/public", |
| 8 "+athena/task/public", | 9 "+athena/task/public", |
| 9 "+athena/virtual_keyboard/public", | 10 "+athena/virtual_keyboard/public", |
| 10 "+athena/wm/public", | 11 "+athena/wm/public", |
| 11 "+components/metrics/proto", | 12 "+components/metrics/proto", |
| 12 "+components/omnibox", | 13 "+components/omnibox", |
| 13 "+components/search_engines", | 14 "+components/search_engines", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 30 "athena_main\.cc": [ | 31 "athena_main\.cc": [ |
| 31 "+content/public/app", | 32 "+content/public/app", |
| 32 "+extensions/shell/app", | 33 "+extensions/shell/app", |
| 33 "+extensions/shell/browser", | 34 "+extensions/shell/browser", |
| 34 "+extensions/shell/common", | 35 "+extensions/shell/common", |
| 35 "+extensions/shell/renderer", | 36 "+extensions/shell/renderer", |
| 36 ], | 37 ], |
| 37 "athena_app_window_controller\.*": [ | 38 "athena_app_window_controller\.*": [ |
| 38 "+extensions/shell/browser", | 39 "+extensions/shell/browser", |
| 39 ], | 40 ], |
| 40 "athena_shell\.cc": [ | |
| 41 "+athena/test", | |
| 42 ], | |
| 43 # TODO(oshima): Remove this. | 41 # TODO(oshima): Remove this. |
| 44 "placeholder\.*": [ | 42 "placeholder\.*": [ |
| 45 "+third_party/skia", | 43 "+third_party/skia", |
| 46 "+ui/gfx", | 44 "+ui/gfx", |
| 47 "+ui/views", | 45 "+ui/views", |
| 48 ], | 46 ], |
| 49 } | 47 } |
| 50 | 48 |
| OLD | NEW |