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

Side by Side Diff: ash/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/autoclick/mus/BUILD.gn » ('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/signin/core/account_id", 5 "+components/signin/core/account_id",
6 "+components/user_manager", 6 "+components/user_manager",
7 "+components/wallpaper", 7 "+components/wallpaper",
8 "+gpu/config", 8 "+gpu/config",
9 "+grit/ash_resources.h", 9 "+grit/ash_resources.h",
10 "+grit/ash_strings.h", 10 "+grit/ash_strings.h",
11 "+media", 11 "+media",
12 "+mojo/public", 12 "+mojo/public",
13 "+services/shell/public", 13 "+services/service_manager/public",
14 "+skia/ext", 14 "+skia/ext",
15 "+third_party/cros_system_api", 15 "+third_party/cros_system_api",
16 "+third_party/skia", 16 "+third_party/skia",
17 "+net", 17 "+net",
18 "+ui", 18 "+ui",
19 "+win8", 19 "+win8",
20 "-ash/host", 20 "-ash/host",
21 "-content", 21 "-content",
22 22
23 # Only allow Chrome OS services and D-Bus clients accessible to the mustash 23 # Only allow Chrome OS services and D-Bus clients accessible to the mustash
(...skipping 22 matching lines...) Expand all
46 "root_window_controller\.*": [ 46 "root_window_controller\.*": [
47 "+ash/host" 47 "+ash/host"
48 ], 48 ],
49 "shell.cc": [ 49 "shell.cc": [
50 "+ash/host/ash_window_tree_host_init_params.h" 50 "+ash/host/ash_window_tree_host_init_params.h"
51 ], 51 ],
52 "touch_transformer_controller\.*": [ 52 "touch_transformer_controller\.*": [
53 "+ash/host" 53 "+ash/host"
54 ], 54 ],
55 } 55 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/autoclick/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698