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_app_window_controller\.*": [ | 26 "athena_app_window_controller\.*": [ |
26 "+apps/shell/browser", | 27 "+apps/shell/browser", |
27 ], | 28 ], |
28 "athena_shell\.cc": [ | 29 "athena_shell\.cc": [ |
29 "+athena/test", | 30 "+athena/test", |
30 ], | 31 ], |
31 # TODO(oshima): Remove this. | 32 # TODO(oshima): Remove this. |
32 "placeholder\.*": [ | 33 "placeholder\.*": [ |
33 "+third_party/skia", | 34 "+third_party/skia", |
34 "+ui/gfx", | 35 "+ui/gfx", |
35 "+ui/views", | 36 "+ui/views", |
36 ], | 37 ], |
37 } | 38 } |
38 | 39 |
OLD | NEW |