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

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

Issue 2091263004: Moves a couple of the maximize mode classes to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback 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/bridge/wm_window_mus.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 specific_include_rules = {
2 # Don't add ui/aura to these files. See ash/README.md for details.
3 "maximize_mode_window_state\.*": [
4 "-ash",
5 "+ash/ash_export.h",
6 "+ash/common",
7 "+ash/wm/maximize_mode",
8 "-ui/aura",
9 ],
10 "workspace_backdrop_delegate\.*": [
11 "-ash",
12 "+ash/ash_export.h",
13 "+ash/common",
14 "+ash/wm/maximize_mode",
15 "-ui/aura",
16 ],
17 }
OLDNEW
« no previous file with comments | « ash/mus/bridge/wm_window_mus.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698