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