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

Unified Diff: ash/common/DEPS

Issue 2319783002: mash: Allow a subset of D-Bus clients to be created in DBusThreadManager (Closed)
Patch Set: WIP, add DBusThreadManagerAsh and DBusThreadManagerChrome 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 | « ash/BUILD.gn ('k') | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/DEPS
diff --git a/ash/common/DEPS b/ash/common/DEPS
index 586757eb0d430f77e9c86baa17513d38b4609413..bc501407d28c3d41f239d668939a07d634f30d49 100644
--- a/ash/common/DEPS
+++ b/ash/common/DEPS
@@ -6,10 +6,21 @@ include_rules = [
"+ash/shared",
"+ui",
"-ui/aura",
+
+ #JAMES move this up to ash/DEPS and allow exceptions for
+ #everything that runs an app, including ash/mus/ window manager,
+ #AshTestBase.
+
+ # Use ash/common/dbus_thread_manager_ash.h
+ "-chromeos/dbus/dbus_thread_manager.h",
]
specific_include_rules = {
".*test\.cc": [
"+ash/test",
+ ],
+
+ "dbus_thread_manager_ash.cc": [
+ "+chromeos/dbus/dbus_thread_manager.h",
]
}
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698