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

Unified Diff: ash/wm/overview/DEPS

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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/wm/common/wm_window_property.h ('k') | ash/wm/overview/scoped_overview_animation_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/DEPS
diff --git a/ash/wm/overview/DEPS b/ash/wm/overview/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..392bbdd5d0fbda1ecaf5b257f692d408ba47140f
--- /dev/null
+++ b/ash/wm/overview/DEPS
@@ -0,0 +1,38 @@
+# See ash/README.md for details on why aura is not allowed here.
+
+include_rules = [
+ "-ash",
+ "+ash/material_design",
+ "+ash/wm/common",
+ "+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/wm/aura",
+ "+ash/wm/overview",
+ "+ui/aura",
+ ],
+ # TODO(sky): refactor. Do not add more.
+ "window_selector.cc": [
+ "+ash/accessibility_delegate.h",
+ "+ash/shell.h",
+ ],
+ # TODO(sky): refactor. Do not add more.
+ "window_selector_controller.cc": [
+ "+ash/session/session_state_delegate.h",
+ "+ash/shell.h",
+ "+ash/system/tray/system_tray_delegate.h",
+ ],
+ ".*test.*": [
+ "+ash",
+ "+ui/aura",
+ ],
+}
« no previous file with comments | « ash/wm/common/wm_window_property.h ('k') | ash/wm/overview/scoped_overview_animation_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698