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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ 1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
2 # before adding items here. http://crbug.com/615155 2 # before adding items here. http://crbug.com/615155
3 specific_include_rules = { 3 specific_include_rules = {
4 "shelf_view.cc": [ 4 "wm_shelf_mus.cc": [
5 "+ash/shelf/shelf_widget.h" 5 "+ash/shelf/shelf.h",
6 "+ash/shelf/shelf_widget.h",
6 ], 7 ],
7 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698