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

Unified Diff: ash/ash.gyp

Issue 2169533002: mash: Migrate shelf app list button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move files, cleanup Created 4 years, 5 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/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 657641cb200f94bf1b8c946246c4b02554b2073a..1555b27cb3661b0204f81a8681b44b198e880611 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -88,6 +88,10 @@
'common/session/session_state_observer.cc',
'common/session/session_state_observer.h',
'common/session/session_types.h',
+ 'common/shelf/app_list_button.cc',
+ 'common/shelf/app_list_button.h',
+ 'common/shelf/app_list_shelf_item_delegate.cc',
+ 'common/shelf/app_list_shelf_item_delegate.h',
'common/shelf/ink_drop_button_listener.h',
'common/shelf/overflow_bubble.cc',
'common/shelf/overflow_bubble.h',
@@ -595,10 +599,6 @@
'screen_util.cc',
'screen_util.h',
'screenshot_delegate.h',
- 'shelf/app_list_button.cc',
- 'shelf/app_list_button.h',
- 'shelf/app_list_shelf_item_delegate.cc',
- 'shelf/app_list_shelf_item_delegate.h',
'shelf/scoped_observer_with_duplicated_sources.h',
'shelf/shelf.cc',
'shelf/shelf.h',

Powered by Google App Engine
This is Rietveld 408576698