OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+device/bluetooth", | 2 "+device/bluetooth", |
3 "+cc/debug", | 3 "+cc/debug", |
4 "+components/quirks", | 4 "+components/quirks", |
5 "+components/signin/core/account_id", | 5 "+components/signin/core/account_id", |
6 "+components/user_manager", | 6 "+components/user_manager", |
7 "+components/wallpaper", | 7 "+components/wallpaper", |
8 "+gpu/config", | 8 "+gpu/config", |
9 "+grit/ash_resources.h", | 9 "+grit/ash_resources.h", |
10 "+grit/ash_strings.h", | 10 "+grit/ash_strings.h", |
11 "+media", | 11 "+media", |
| 12 "+mojo/public", |
| 13 "+services/shell/public", |
12 "+skia/ext", | 14 "+skia/ext", |
13 "+third_party/cros_system_api", | 15 "+third_party/cros_system_api", |
14 "+third_party/skia", | 16 "+third_party/skia", |
15 "+net", | 17 "+net", |
16 "+ui", | 18 "+ui", |
17 "+win8", | 19 "+win8", |
18 "-ash/host", | 20 "-ash/host", |
19 "-content", | 21 "-content", |
20 | 22 |
21 # Only allow Chrome OS services and D-Bus clients accessible to the mustash | 23 # Only allow Chrome OS services and D-Bus clients accessible to the mustash |
(...skipping 22 matching lines...) Expand all Loading... |
44 "root_window_controller\.*": [ | 46 "root_window_controller\.*": [ |
45 "+ash/host" | 47 "+ash/host" |
46 ], | 48 ], |
47 "shell.cc": [ | 49 "shell.cc": [ |
48 "+ash/host/ash_window_tree_host_init_params.h" | 50 "+ash/host/ash_window_tree_host_init_params.h" |
49 ], | 51 ], |
50 "touch_transformer_controller\.*": [ | 52 "touch_transformer_controller\.*": [ |
51 "+ash/host" | 53 "+ash/host" |
52 ], | 54 ], |
53 } | 55 } |
OLD | NEW |