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

Side by Side Diff: ash/DEPS

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: rebase again 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/aura/wm_shell_aura.h » ('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",
13 "+services/shell/public",
12 "+skia/ext", 14 "+skia/ext",
13 "+third_party/cros_system_api", 15 "+third_party/cros_system_api",
14 "+third_party/skia", 16 "+third_party/skia",
15 "+net", 17 "+net",
16 "+ui", 18 "+ui",
17 "+win8", 19 "+win8",
18 "-ash/host", 20 "-ash/host",
19 "-content", 21 "-content",
20 22
21 # 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
44 "root_window_controller\.*": [ 46 "root_window_controller\.*": [
45 "+ash/host" 47 "+ash/host"
46 ], 48 ],
47 "shell.cc": [ 49 "shell.cc": [
48 "+ash/host/ash_window_tree_host_init_params.h" 50 "+ash/host/ash_window_tree_host_init_params.h"
49 ], 51 ],
50 "touch_transformer_controller\.*": [ 52 "touch_transformer_controller\.*": [
51 "+ash/host" 53 "+ash/host"
52 ], 54 ],
53 } 55 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698