Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1761)

Unified Diff: ash/DEPS

Issue 2352973003: mustash: Restrict //ash/DEPS to services available in ash process (Closed)
Patch Set: remove some +chromeos, restructure Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/common/system/chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/DEPS
diff --git a/ash/DEPS b/ash/DEPS
index 006de3c99041b5c6e1bf7a07bee7320518da1479..5942959cd10db0a698fae6beb09c3559a10aeda7 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -1,7 +1,6 @@
include_rules = [
"+device/bluetooth",
"+cc/debug",
- "+chromeos",
"+components/quirks",
"+components/signin/core/account_id",
"+components/user_manager",
@@ -19,14 +18,26 @@ include_rules = [
"-ash/host",
"-content",
- # Only allow D-Bus clients accessible to the ash process on mustash.
- "-chromeos/dbus",
- "+chromeos/dbus/dbus_client_types.h",
+ # Only allow Chrome OS services and D-Bus clients accessible to the mustash
+ # ash process.
+ "-chromeos",
+ "+chromeos/accelerometer",
+ "+chromeos/audio",
+ "+chromeos/chromeos_switches.h",
+ "+chromeos/chromeos_paths.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",
"+chromeos/dbus/power_manager_client.h",
"+chromeos/dbus/session_manager_client.h",
+ "+chromeos/dbus/system_clock_client.h",
+ "+chromeos/login",
+ # TODO(jamescook): Eliminate this. http://crbug.com/644355
+ "+chromeos/network",
+ # TODO(jamescook): Eliminate this. http://crbug.com/644361
+ "+chromeos/settings/timezone_settings.h",
+ "+chromeos/system",
stevenjb 2016/09/20 18:04:42 Does it make sense to move some of these down to a
James Cook 2016/09/20 18:14:42 I prefer to keep them here. Note that there are bo
stevenjb 2016/09/20 18:20:31 OK
]
specific_include_rules = {
« no previous file with comments | « no previous file | ash/common/system/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698