OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+athena/activity/public", | 2 "+athena/activity/public", |
3 "+athena/home/public", | 3 "+athena/home/public", |
| 4 "+athena/input/public", |
4 "+athena/screen/public", | 5 "+athena/screen/public", |
5 "+athena/task/public", | 6 "+athena/task/public", |
6 "+athena/wm/public", | 7 "+athena/wm/public", |
7 "+content/public", | 8 "+content/public", |
8 "+ui/aura", | 9 "+ui/aura", |
9 "+ui/base", | 10 "+ui/base", |
10 "+ui/compositor", | 11 "+ui/compositor", |
11 "+ui/events", | 12 "+ui/events", |
12 "+ui/gl", | 13 "+ui/gl", |
13 "+ui/wm/core", | 14 "+ui/wm/core", |
(...skipping 10 matching lines...) Expand all Loading... |
24 "+third_party/skia/include/core", | 25 "+third_party/skia/include/core", |
25 ], | 26 ], |
26 # TODO(oshima): Remove this. | 27 # TODO(oshima): Remove this. |
27 "placeholder\.*": [ | 28 "placeholder\.*": [ |
28 "+third_party/skia", | 29 "+third_party/skia", |
29 "+ui/gfx", | 30 "+ui/gfx", |
30 "+ui/views", | 31 "+ui/views", |
31 ], | 32 ], |
32 } | 33 } |
33 | 34 |
OLD | NEW |