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

Unified Diff: ash/wm/maximize_mode/DEPS

Issue 2108223002: Moves handful of classes in ash/wm/maximize_mode to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_window_manager
Patch Set: remove extraneous 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/shell.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.cc » ('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
deleted file mode 100644
index 1ae40c91f9f5c5b016bd42dfcb08573b7644c516..0000000000000000000000000000000000000000
--- a/ash/wm/maximize_mode/DEPS
+++ /dev/null
@@ -1,24 +0,0 @@
-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",
- "+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/shell.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698