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

Unified Diff: ash/ash.gyp

Issue 2046563012: mash: Move shelf menu code to //ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | ash/common/shelf/shelf_alignment_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index b1362c3bcaf31d511cf751995dad3f08e66d6fc6..bd3ef60116f477ea7da280354770476df82f4d0b 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -73,6 +73,8 @@
'common/session/session_state_observer.cc',
'common/session/session_state_observer.h',
'common/session/session_types.h',
+ 'common/shelf/shelf_alignment_menu.cc',
+ 'common/shelf/shelf_alignment_menu.h',
'common/shelf/shelf_constants.cc',
'common/shelf/shelf_constants.h',
'common/shelf/shelf_item_delegate.h',
@@ -80,6 +82,7 @@
'common/shelf/shelf_item_delegate_manager.h',
'common/shelf/shelf_item_types.cc',
'common/shelf/shelf_item_types.h',
+ 'common/shelf/shelf_menu_model.h',
'common/shelf/shelf_model.cc',
'common/shelf/shelf_model.h',
'common/shelf/shelf_model_observer.h',
@@ -360,8 +363,6 @@
'shelf/scoped_observer_with_duplicated_sources.h',
'shelf/shelf.cc',
'shelf/shelf.h',
- 'shelf/shelf_alignment_menu.cc',
- 'shelf/shelf_alignment_menu.h',
'shelf/shelf_bezel_event_filter.cc',
'shelf/shelf_bezel_event_filter.h',
'shelf/shelf_button.cc',
@@ -375,7 +376,6 @@
'shelf/shelf_layout_manager_observer.h',
'shelf/shelf_locking_manager.cc',
'shelf/shelf_locking_manager.h',
- 'shelf/shelf_menu_model.h',
'shelf/shelf_navigator.cc',
'shelf/shelf_navigator.h',
'shelf/shelf_tooltip_manager.cc',
« no previous file with comments | « no previous file | ash/common/shelf/shelf_alignment_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698