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