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

Unified Diff: ash/wm/overview/DEPS

Issue 2087153003: Moves common code in ash/wm/overview to ash/common/wm/overview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ash/wm/overview/DEPS
diff --git a/ash/wm/overview/DEPS b/ash/wm/overview/DEPS
deleted file mode 100644
index bfe868880fa9e27b0c82a3f30d318dfdea5983e2..0000000000000000000000000000000000000000
--- a/ash/wm/overview/DEPS
+++ /dev/null
@@ -1,32 +0,0 @@
-# See ash/README.md for details on why aura is not allowed here.
-
-include_rules = [
- "-ash",
- "+ash/common",
- "+ash/material_design",
- "+ash/wm/overview",
- # Aura files should only be included from other aura files.
- "-ash/wm/overview/scoped_overview_animation_settings_aura.h",
- "-ash/wm/overview/scoped_overview_animation_settings_factory_aura.h",
- "+ash/ash_export.h",
- "+ash/ash_switches.h",
- "+ui",
- "-ui/aura",
-]
-
-specific_include_rules = {
- ".*aura\..*": [
- "+ash/aura",
- "+ash/wm/overview",
- "+ui/aura",
- ],
- # TODO(sky): refactor. Do not add more.
- "window_selector_controller.cc": [
- "+ash/shell.h",
- "+ash/system/tray/system_tray_delegate.h",
- ],
- ".*test.*": [
- "+ash",
- "+ui/aura",
- ],
-}
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698