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

Unified Diff: ash/ash.gyp

Issue 2063813002: mash: Move SystemTrayImage and TrayImageItem to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wmnotifier
Patch Set: rebase 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/system/tray/DEPS » ('j') | ash/common/system/tray/DEPS » ('J')
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 43c6829efb98d30609d05d78eb5200c2988b8795..c2b11788bd3945231fdc22d83562da0877a784b0 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -101,8 +101,16 @@
'common/system/tray/fixed_sized_image_view.h',
'common/system/tray/system_tray_delegate.cc',
'common/system/tray/system_tray_delegate.h',
+ 'common/system/tray/system_tray_item.cc',
+ 'common/system/tray/system_tray_item.h',
'common/system/tray/tray_constants.cc',
'common/system/tray/tray_constants.h',
+ 'common/system/tray/tray_image_item.cc',
+ 'common/system/tray/tray_image_item.h',
+ 'common/system/tray/tray_item_view.cc',
+ 'common/system/tray/tray_item_view.h',
+ 'common/system/tray/tray_utils.cc',
+ 'common/system/tray/tray_utils.h',
'common/system/tray/wm_system_tray_notifier.cc',
'common/system/tray/wm_system_tray_notifier.h',
'common/system/update/update_observer.h',
@@ -561,8 +569,6 @@
'system/tray/system_tray.h',
'system/tray/system_tray_bubble.cc',
'system/tray/system_tray_bubble.h',
- 'system/tray/system_tray_item.cc',
- 'system/tray/system_tray_item.h',
'system/tray/system_tray_notifier.cc',
'system/tray/system_tray_notifier.h',
'system/tray/throbber_view.cc',
@@ -579,12 +585,8 @@
'system/tray/tray_empty.h',
'system/tray/tray_event_filter.cc',
'system/tray/tray_event_filter.h',
- 'system/tray/tray_image_item.cc',
- 'system/tray/tray_image_item.h',
'system/tray/tray_item_more.cc',
'system/tray/tray_item_more.h',
- 'system/tray/tray_item_view.cc',
- 'system/tray/tray_item_view.h',
'system/tray/tray_notification_view.cc',
'system/tray/tray_notification_view.h',
'system/tray/tray_popup_header_button.cc',
@@ -595,8 +597,6 @@
'system/tray/tray_popup_label_button.h',
'system/tray/tray_popup_label_button_border.cc',
'system/tray/tray_popup_label_button_border.h',
- 'system/tray/tray_utils.cc',
- 'system/tray/tray_utils.h',
'system/tray/view_click_listener.h',
'system/tray_accessibility.cc',
'system/tray_accessibility.h',
« no previous file with comments | « no previous file | ash/common/system/tray/DEPS » ('j') | ash/common/system/tray/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698