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

Unified Diff: ash/DEPS

Issue 2343993003: chromeos: Refactor D-Bus client creation for ash and browser processes (Closed)
Patch Set: rebase 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/mus/window_manager_application.cc » ('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 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",
]
specific_include_rules = {
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698