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

Side by Side Diff: ash/DEPS

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: add comment about session state in SessionStaetDelegateChromeos 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/common/session/session_state_delegate.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/session_manager",
5 "+components/signin/core/account_id", 6 "+components/signin/core/account_id",
6 "+components/user_manager", 7 "+components/user_manager",
7 "+components/wallpaper", 8 "+components/wallpaper",
8 "+gpu/config", 9 "+gpu/config",
9 "+grit/ash_resources.h", 10 "+grit/ash_resources.h",
10 "+grit/ash_strings.h", 11 "+grit/ash_strings.h",
11 "+media", 12 "+media",
12 "+mojo/public", 13 "+mojo/public",
13 "+services/shell/public", 14 "+services/shell/public",
14 "+skia/ext", 15 "+skia/ext",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "root_window_controller\.*": [ 47 "root_window_controller\.*": [
47 "+ash/host" 48 "+ash/host"
48 ], 49 ],
49 "shell.cc": [ 50 "shell.cc": [
50 "+ash/host/ash_window_tree_host_init_params.h" 51 "+ash/host/ash_window_tree_host_init_params.h"
51 ], 52 ],
52 "touch_transformer_controller\.*": [ 53 "touch_transformer_controller\.*": [
53 "+ash/host" 54 "+ash/host"
54 ], 55 ],
55 } 56 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/session/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698