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

Side by Side Diff: ash/wm/maximize_mode/DEPS

Issue 2103913003: Converts MaximizeModeWindowManager to use ash/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_event_handler
Patch Set: fix chrome Created 4 years, 5 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/mus/root_window_controller.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.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 specific_include_rules = { 1 specific_include_rules = {
2 # Don't add ui/aura to these files. See ash/README.md for details. 2 # Don't add ui/aura to these files. See ash/README.md for details.
3 "maximize_mode_window_manager(\.cc|\.h)": [
4 "-ash",
5 "+ash/ash_export.h",
6 "+ash/common",
7 "+ash/wm/maximize_mode",
8 "-ui/aura",
9 ],
3 "maximize_mode_window_state\.*": [ 10 "maximize_mode_window_state\.*": [
4 "-ash", 11 "-ash",
5 "+ash/ash_export.h", 12 "+ash/ash_export.h",
6 "+ash/common", 13 "+ash/common",
7 "+ash/wm/maximize_mode", 14 "+ash/wm/maximize_mode",
8 "-ui/aura", 15 "-ui/aura",
9 ], 16 ],
10 "workspace_backdrop_delegate\.*": [ 17 "workspace_backdrop_delegate\.*": [
11 "-ash", 18 "-ash",
12 "+ash/ash_export.h", 19 "+ash/ash_export.h",
13 "+ash/common", 20 "+ash/common",
14 "+ash/wm/maximize_mode", 21 "+ash/wm/maximize_mode",
15 "-ui/aura", 22 "-ui/aura",
16 ], 23 ],
17 } 24 }
OLDNEW
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698