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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/mus/window_manager_application.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 "+device/bluetooth", 2 "+device/bluetooth",
3 "+cc/debug", 3 "+cc/debug",
4 "+chromeos", 4 "+chromeos",
5 "+components/quirks", 5 "+components/quirks",
6 "+components/signin/core/account_id", 6 "+components/signin/core/account_id",
7 "+components/user_manager", 7 "+components/user_manager",
8 "+components/wallpaper", 8 "+components/wallpaper",
9 "+gpu/config", 9 "+gpu/config",
10 "+grit/ash_resources.h", 10 "+grit/ash_resources.h",
11 "+grit/ash_strings.h", 11 "+grit/ash_strings.h",
12 "+media", 12 "+media",
13 "+skia/ext", 13 "+skia/ext",
14 "+third_party/cros_system_api", 14 "+third_party/cros_system_api",
15 "+third_party/skia", 15 "+third_party/skia",
16 "+net", 16 "+net",
17 "+ui", 17 "+ui",
18 "+win8", 18 "+win8",
19 "-ash/host", 19 "-ash/host",
20 "-content", 20 "-content",
21
22 # Only allow D-Bus clients accessible to the ash process on mustash.
23 "-chromeos/dbus",
24 "+chromeos/dbus/dbus_client_types.h",
25 "+chromeos/dbus/dbus_thread_manager.h",
26 "+chromeos/dbus/fake_power_manager_client.h",
27 "+chromeos/dbus/fake_session_manager_client.h",
28 "+chromeos/dbus/power_manager_client.h",
29 "+chromeos/dbus/session_manager_client.h",
21 ] 30 ]
22 31
23 specific_include_rules = { 32 specific_include_rules = {
24 "root_window_controller\.*": [ 33 "root_window_controller\.*": [
25 "+ash/host" 34 "+ash/host"
26 ], 35 ],
27 "shell.cc": [ 36 "shell.cc": [
28 "+ash/host/ash_window_tree_host_init_params.h" 37 "+ash/host/ash_window_tree_host_init_params.h"
29 ], 38 ],
30 "touch_transformer_controller\.*": [ 39 "touch_transformer_controller\.*": [
31 "+ash/host" 40 "+ash/host"
32 ], 41 ],
33 } 42 }
OLDNEW
« 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