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

Side by Side Diff: ash/DEPS

Issue 2509853002: Convert //mash to define service names in mojom (Closed)
Patch Set: . Created 4 years, 1 month 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 "+device/bluetooth", 2 "+device/bluetooth",
3 "+cc/debug", 3 "+cc/debug",
4 "+components/quirks", 4 "+components/quirks",
5 "+components/session_manager", 5 "+components/session_manager",
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 "+mojo/public", 13 "+mojo/public",
14 "+services/service_manager/public", 14 "+services/service_manager/public",
15 "+skia/ext", 15 "+skia/ext",
16 "+third_party/cros_system_api", 16 "+third_party/cros_system_api",
17 "+third_party/skia", 17 "+third_party/skia",
18 "+net", 18 "+net",
19 "+ui", 19 "+ui",
20 "+win8", 20 "+win8",
21 "-ash/host", 21 "-ash/host",
22 "-content", 22 "-content",
23 "+content/public/common/service_names.mojom.h",
23 24
24 # Only allow Chrome OS services and D-Bus clients accessible to the mustash 25 # Only allow Chrome OS services and D-Bus clients accessible to the mustash
25 # ash process. 26 # ash process.
26 "-chromeos", 27 "-chromeos",
27 "+chromeos/accelerometer", 28 "+chromeos/accelerometer",
28 "+chromeos/audio", 29 "+chromeos/audio",
29 "+chromeos/chromeos_switches.h", 30 "+chromeos/chromeos_switches.h",
30 "+chromeos/chromeos_paths.h", 31 "+chromeos/chromeos_paths.h",
31 "+chromeos/dbus/dbus_thread_manager.h", 32 "+chromeos/dbus/dbus_thread_manager.h",
32 "+chromeos/dbus/fake_power_manager_client.h", 33 "+chromeos/dbus/fake_power_manager_client.h",
(...skipping 14 matching lines...) Expand all
47 "root_window_controller\.*": [ 48 "root_window_controller\.*": [
48 "+ash/host" 49 "+ash/host"
49 ], 50 ],
50 "shell.cc": [ 51 "shell.cc": [
51 "+ash/host/ash_window_tree_host_init_params.h" 52 "+ash/host/ash_window_tree_host_init_params.h"
52 ], 53 ],
53 "touch_transformer_controller\.*": [ 54 "touch_transformer_controller\.*": [
54 "+ash/host" 55 "+ash/host"
55 ], 56 ],
56 } 57 }
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