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/env/public", | 4 "+athena/env/public", |
5 "+athena/extensions/public", | 5 "+athena/extensions/public", |
6 "+athena/home/public", | 6 "+athena/home/public", |
7 "+athena/input/public", | 7 "+athena/input/public", |
8 "+athena/resource_manager/public", | 8 "+athena/resource_manager/public", |
9 "+athena/resources/grit/athena_resources.h", | 9 "+athena/resources/grit/athena_resources.h", |
10 "+athena/screen/public", | 10 "+athena/screen/public", |
11 "+athena/screen_lock/public", | 11 "+athena/screen_lock/public", |
12 "+athena/system/public", | 12 "+athena/system/public", |
13 "+athena/task/public", | 13 "+athena/task/public", |
14 "+athena/virtual_keyboard/public", | 14 "+athena/virtual_keyboard/public", |
15 "+athena/wm/public", | 15 "+athena/wm/public", |
16 "+components/pdf", | 16 "+components/pdf", |
17 "+content/public", | 17 "+content/public", |
18 "+net", | 18 "+net", |
19 "+ppapi", | 19 "+ppapi", |
20 "+ui/aura", | 20 "+ui/aura", |
21 "+ui/app_list", | 21 "+ui/app_list", |
22 "+ui/base", | 22 "+ui/base", |
23 "+ui/compositor", | 23 "+ui/compositor", |
24 "+ui/events", | 24 "+ui/events", |
| 25 "+ui/gfx", |
25 "+ui/gl", | 26 "+ui/gl", |
26 "+ui/keyboard", | 27 "+ui/keyboard", |
27 "+ui/native_theme", | 28 "+ui/native_theme", |
28 "+ui/views", | 29 "+ui/views", |
29 "+ui/wm/core", | 30 "+ui/wm/core", |
30 "+ui/wm/public", | 31 "+ui/wm/public", |
31 ] | 32 ] |
32 | 33 |
33 specific_include_rules = { | 34 specific_include_rules = { |
34 "athena_main_delegate.*": [ | 35 "athena_main_delegate.*": [ |
(...skipping 12 matching lines...) Expand all Loading... |
47 "placeholder\.*": [ | 48 "placeholder\.*": [ |
48 "+third_party/skia/include", | 49 "+third_party/skia/include", |
49 "+ui/gfx", | 50 "+ui/gfx", |
50 "+ui/views", | 51 "+ui/views", |
51 ], | 52 ], |
52 "athena_frame_view\.*": [ | 53 "athena_frame_view\.*": [ |
53 "+third_party/skia/include", | 54 "+third_party/skia/include", |
54 ], | 55 ], |
55 } | 56 } |
56 | 57 |
OLD | NEW |