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

Unified Diff: ash/mus/DEPS

Issue 2259153002: mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add EnumTraits for shelf alignment and auto-hide behavior. Created 4 years, 4 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/mus/DEPS
diff --git a/ash/mus/DEPS b/ash/mus/DEPS
index 39227f60b61cb0c53f0543139d0854ff627e760c..e17f0005e73cb99a153e86b4dc4df9d3fe3739bf 100644
--- a/ash/mus/DEPS
+++ b/ash/mus/DEPS
@@ -14,3 +14,14 @@ include_rules = [
"+services/shell/public",
"+services/tracing/public",
]
+# Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
+# before adding items here. http://crbug.com/615155
+specific_include_rules = {
+ "root_window_controller.cc": [
+ "+ash/shelf/shelf_layout_manager.h",
+ ],
+ "shelf_delegate_mus.cc": [
+ "+ash/shelf/shelf.h",
+ "+ash/shelf/shelf_widget.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698