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

Unified 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, 6 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/maximize_mode/DEPS
diff --git a/ash/wm/maximize_mode/DEPS b/ash/wm/maximize_mode/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a3fdf4cb28e3692fee6303d4a6e14a81f4737bd0
--- /dev/null
+++ b/ash/wm/maximize_mode/DEPS
@@ -0,0 +1,17 @@
+specific_include_rules = {
+ # Don't add ui/aura to these files. See ash/README.md for details.
+ "maximize_mode_window_state\.*": [
+ "-ash",
+ "+ash/ash_export.h",
+ "+ash/common",
+ "+ash/wm/maximize_mode",
+ "-ui/aura",
+ ],
+ "workspace_backdrop_delegate\.*": [
+ "-ash",
+ "+ash/ash_export.h",
+ "+ash/common",
+ "+ash/wm/maximize_mode",
+ "-ui/aura",
+ ],
+}
« 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