| 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/screen/public", | 6 "+athena/screen/public", |
| 6 "+athena/task/public", | 7 "+athena/task/public", |
| 7 "+athena/wm/public", | 8 "+athena/wm/public", |
| 8 "+content/public", | 9 "+content/public", |
| 9 "+ui/aura", | 10 "+ui/aura", |
| 10 "+ui/base", | 11 "+ui/base", |
| 11 "+ui/compositor", | 12 "+ui/compositor", |
| 12 "+ui/events", | 13 "+ui/events", |
| 13 "+ui/gl", | 14 "+ui/gl", |
| 14 "+ui/wm/core", | 15 "+ui/wm/core", |
| 15 ] | 16 ] |
| 16 | 17 |
| 17 specific_include_rules = { | 18 specific_include_rules = { |
| 18 "athena_main\.cc": [ | 19 "athena_main\.cc": [ |
| 19 "+apps/shell/app", | 20 "+apps/shell/app", |
| 20 "+apps/shell/browser", | 21 "+apps/shell/browser", |
| 21 "+content/public/app", | 22 "+content/public/app", |
| 22 ], | 23 ], |
| 23 "athena_shell\.cc": [ | 24 "athena_shell\.cc": [ |
| 24 "+athena/test", | 25 "+athena/test", |
| 25 ], | 26 ], |
| 26 # TODO(oshima): Remove this. | 27 # TODO(oshima): Remove this. |
| 27 "placeholder\.*": [ | 28 "placeholder\.*": [ |
| 28 "+third_party/skia", | 29 "+third_party/skia", |
| 29 "+ui/gfx", | 30 "+ui/gfx", |
| 30 "+ui/views", | 31 "+ui/views", |
| 31 ], | 32 ], |
| 32 } | 33 } |
| 33 | 34 |
| OLD | NEW |