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

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: Sync and rebase. 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
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/DEPS
diff --git a/ash/mus/DEPS b/ash/mus/DEPS
index 9895a5dbafe1f0c1504a0f8bc07399fbe8205859..cdee2b7a2ac2cb068c054715069cdf7bfda17d19 100644
--- a/ash/mus/DEPS
+++ b/ash/mus/DEPS
@@ -15,3 +15,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",
+ ],
+}
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698