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

Unified 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, 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/root_window_controller.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.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
index a3fdf4cb28e3692fee6303d4a6e14a81f4737bd0..1ae40c91f9f5c5b016bd42dfcb08573b7644c516 100644
--- a/ash/wm/maximize_mode/DEPS
+++ b/ash/wm/maximize_mode/DEPS
@@ -1,5 +1,12 @@
specific_include_rules = {
# Don't add ui/aura to these files. See ash/README.md for details.
+ "maximize_mode_window_manager(\.cc|\.h)": [
+ "-ash",
+ "+ash/ash_export.h",
+ "+ash/common",
+ "+ash/wm/maximize_mode",
+ "-ui/aura",
+ ],
"maximize_mode_window_state\.*": [
"-ash",
"+ash/ash_export.h",
« 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