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