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