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