Chromium Code Reviews| Index: ash/DEPS |
| diff --git a/ash/DEPS b/ash/DEPS |
| index bbc86900a6c9e211ff9bee6e1e073ae235cb91e0..006de3c99041b5c6e1bf7a07bee7320518da1479 100644 |
| --- a/ash/DEPS |
| +++ b/ash/DEPS |
| @@ -18,6 +18,15 @@ include_rules = [ |
| "+win8", |
| "-ash/host", |
| "-content", |
| + |
| + # Only allow D-Bus clients accessible to the ash process on mustash. |
| + "-chromeos/dbus", |
| + "+chromeos/dbus/dbus_client_types.h", |
| + "+chromeos/dbus/dbus_thread_manager.h", |
| + "+chromeos/dbus/fake_power_manager_client.h", |
| + "+chromeos/dbus/fake_session_manager_client.h", |
| + "+chromeos/dbus/power_manager_client.h", |
| + "+chromeos/dbus/session_manager_client.h", |
|
James Cook
2016/09/15 22:23:10
Aside: I was surprised with how few of these were
|
| ] |
| specific_include_rules = { |