| 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/home/public", | 4 "+athena/home/public", |
| 5 "+athena/input/public", | 5 "+athena/input/public", |
| 6 "+athena/screen/public", | 6 "+athena/screen/public", |
| 7 "+athena/system/public", | 7 "+athena/system/public", |
| 8 "+athena/task/public", | 8 "+athena/task/public", |
| 9 "+athena/virtual_keyboard/public", | 9 "+athena/virtual_keyboard/public", |
| 10 "+athena/wm/public", | 10 "+athena/wm/public", |
| 11 "+components/autocomplete", | 11 "+components/autocomplete", |
| 12 "+components/metrics/proto", | 12 "+components/metrics/proto", |
| 13 "+components/search_engines", | 13 "+components/search_engines", |
| 14 "+content/public", | 14 "+content/public", |
| 15 "+net", | 15 "+net", |
| 16 "+ui/aura", | 16 "+ui/aura", |
| 17 "+ui/app_list", | 17 "+ui/app_list", |
| 18 "+ui/base", | 18 "+ui/base", |
| 19 "+ui/compositor", | 19 "+ui/compositor", |
| 20 "+ui/events", | 20 "+ui/events", |
| 21 "+ui/gl", | 21 "+ui/gl", |
| 22 "+ui/keyboard", | 22 "+ui/keyboard", |
| 23 "+ui/native_theme", |
| 23 "+ui/wm/core", | 24 "+ui/wm/core", |
| 24 ] | 25 ] |
| 25 | 26 |
| 26 specific_include_rules = { | 27 specific_include_rules = { |
| 27 "athena_main\.cc": [ | 28 "athena_main\.cc": [ |
| 28 "+content/public/app", | 29 "+content/public/app", |
| 29 "+extensions/shell/app", | 30 "+extensions/shell/app", |
| 30 "+extensions/shell/browser", | 31 "+extensions/shell/browser", |
| 31 "+extensions/shell/common", | 32 "+extensions/shell/common", |
| 32 "+extensions/shell/renderer", | 33 "+extensions/shell/renderer", |
| 33 ], | 34 ], |
| 34 "athena_app_window_controller\.*": [ | 35 "athena_app_window_controller\.*": [ |
| 35 "+extensions/shell/browser", | 36 "+extensions/shell/browser", |
| 36 ], | 37 ], |
| 37 "athena_shell\.cc": [ | 38 "athena_shell\.cc": [ |
| 38 "+athena/test", | 39 "+athena/test", |
| 39 ], | 40 ], |
| 40 # TODO(oshima): Remove this. | 41 # TODO(oshima): Remove this. |
| 41 "placeholder\.*": [ | 42 "placeholder\.*": [ |
| 42 "+third_party/skia", | 43 "+third_party/skia", |
| 43 "+ui/gfx", | 44 "+ui/gfx", |
| 44 "+ui/views", | 45 "+ui/views", |
| 45 ], | 46 ], |
| 46 } | 47 } |
| 47 | 48 |
| OLD | NEW |