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/session_manager", | 5 "+components/session_manager", |
6 "+components/signin/core/account_id", | 6 "+components/signin/core/account_id", |
7 "+components/user_manager", | 7 "+components/user_manager", |
8 "+components/wallpaper", | 8 "+components/wallpaper", |
9 "+gpu/config", | 9 "+gpu/config", |
10 "+grit/ash_resources.h", | 10 "+grit/ash_resources.h", |
11 "+grit/ash_strings.h", | 11 "+grit/ash_strings.h", |
12 "+media", | 12 "+media", |
13 "+mojo/public", | 13 "+mojo/public", |
14 "+services/service_manager/public", | 14 "+services/service_manager/public", |
15 "+skia/ext", | 15 "+skia/ext", |
16 "+third_party/cros_system_api", | 16 "+third_party/cros_system_api", |
17 "+third_party/skia", | 17 "+third_party/skia", |
18 "+net", | 18 "+net", |
19 "+ui", | 19 "+ui", |
20 "+win8", | 20 "+win8", |
21 "-ash/host", | 21 "-ash/host", |
22 "-content", | 22 "-content", |
| 23 "+content/public/common/service_names.mojom.h", |
23 | 24 |
24 # Only allow Chrome OS services and D-Bus clients accessible to the mustash | 25 # Only allow Chrome OS services and D-Bus clients accessible to the mustash |
25 # ash process. | 26 # ash process. |
26 "-chromeos", | 27 "-chromeos", |
27 "+chromeos/accelerometer", | 28 "+chromeos/accelerometer", |
28 "+chromeos/audio", | 29 "+chromeos/audio", |
29 "+chromeos/chromeos_switches.h", | 30 "+chromeos/chromeos_switches.h", |
30 "+chromeos/chromeos_paths.h", | 31 "+chromeos/chromeos_paths.h", |
31 "+chromeos/dbus/dbus_thread_manager.h", | 32 "+chromeos/dbus/dbus_thread_manager.h", |
32 "+chromeos/dbus/fake_power_manager_client.h", | 33 "+chromeos/dbus/fake_power_manager_client.h", |
(...skipping 14 matching lines...) Expand all Loading... |
47 "root_window_controller\.*": [ | 48 "root_window_controller\.*": [ |
48 "+ash/host" | 49 "+ash/host" |
49 ], | 50 ], |
50 "shell.cc": [ | 51 "shell.cc": [ |
51 "+ash/host/ash_window_tree_host_init_params.h" | 52 "+ash/host/ash_window_tree_host_init_params.h" |
52 ], | 53 ], |
53 "touch_transformer_controller\.*": [ | 54 "touch_transformer_controller\.*": [ |
54 "+ash/host" | 55 "+ash/host" |
55 ], | 56 ], |
56 } | 57 } |
OLD | NEW |