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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-ash", 2 "-ash",
3 "+ash/ash_export.h", 3 "+ash/ash_export.h",
4 "+ash/common", 4 "+ash/common",
5 "+ash/resources", 5 "+ash/resources",
6 "+ash/shared", 6 "+ash/shared",
7 "+ui", 7 "+ui",
8 "-ui/aura", 8 "-ui/aura",
9
10 #JAMES move this up to ash/DEPS and allow exceptions for
11 #everything that runs an app, including ash/mus/ window manager,
12 #AshTestBase.
13
14 # Use ash/common/dbus_thread_manager_ash.h
15 "-chromeos/dbus/dbus_thread_manager.h",
9 ] 16 ]
10 17
11 specific_include_rules = { 18 specific_include_rules = {
12 ".*test\.cc": [ 19 ".*test\.cc": [
13 "+ash/test", 20 "+ash/test",
21 ],
22
23 "dbus_thread_manager_ash.cc": [
24 "+chromeos/dbus/dbus_thread_manager.h",
14 ] 25 ]
15 } 26 }
OLDNEW
« 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