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