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

Unified Diff: ash/mus/bridge/DEPS

Issue 2247503002: mash: Create and show a shelf in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix WindowManager WmShell::Shutdown; delay PointerWatcherEventRouter teardown; cleanup shutdown wor… 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/bridge/DEPS
diff --git a/ash/common/shelf/DEPS b/ash/mus/bridge/DEPS
similarity index 66%
copy from ash/common/shelf/DEPS
copy to ash/mus/bridge/DEPS
index 10133ab704765e1515ba7ab04cc1b77e4755c268..486a6687cf89ffe4d871bfc99d886f0508089634 100644
--- a/ash/common/shelf/DEPS
+++ b/ash/mus/bridge/DEPS
@@ -1,7 +1,8 @@
# Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
# before adding items here. http://crbug.com/615155
specific_include_rules = {
- "shelf_view.cc": [
- "+ash/shelf/shelf_widget.h"
+ "wm_shelf_mus.cc": [
+ "+ash/shelf/shelf.h",
+ "+ash/shelf/shelf_widget.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698