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

Unified Diff: ash/ash.gyp

Issue 2164733002: mash: Convert ash shelf overflow bubble to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.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 f82620bc34cafbdef65ce558c7a6075f394d9b96..93da54f4435c8e15f02618916af0d638dcf4cdf2 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -88,6 +88,13 @@
'common/session/session_state_observer.cc',
'common/session/session_state_observer.h',
'common/session/session_types.h',
+ 'common/shelf/ink_drop_button_listener.h',
+ 'common/shelf/overflow_bubble.cc',
+ 'common/shelf/overflow_bubble.h',
+ 'common/shelf/overflow_bubble_view.cc',
+ 'common/shelf/overflow_bubble_view.h',
+ 'common/shelf/overflow_button.cc',
+ 'common/shelf/overflow_button.h',
'common/shelf/shelf_alignment_menu.cc',
'common/shelf/shelf_alignment_menu.h',
'common/shelf/shelf_constants.cc',
@@ -588,13 +595,6 @@
'shelf/app_list_button.h',
'shelf/app_list_shelf_item_delegate.cc',
'shelf/app_list_shelf_item_delegate.h',
- 'shelf/ink_drop_button_listener.h',
- 'shelf/overflow_bubble.cc',
- 'shelf/overflow_bubble.h',
- 'shelf/overflow_bubble_view.cc',
- 'shelf/overflow_bubble_view.h',
- 'shelf/overflow_button.cc',
- 'shelf/overflow_button.h',
'shelf/scoped_observer_with_duplicated_sources.h',
'shelf/shelf.cc',
'shelf/shelf.h',
@@ -903,9 +903,9 @@
'common/popup_message_unittest.cc',
'common/shelf/shelf_model_unittest.cc',
'common/system/chromeos/brightness/tray_brightness_unittest.cc',
+ 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
'common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc',
'common/system/chromeos/power/power_status_unittest.cc',
- 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
'common/system/chromeos/power/power_status_view_unittest.cc',
'common/system/chromeos/power/tray_power_unittest.cc',
'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698