Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index e3a9a2fc629a5208d43bb0d59a312a37c7230950..a6cfa31569320fbb728035ecd272ebd68a1c76e9 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -219,6 +219,8 @@ |
'common/system/networking_config_delegate.h', |
'common/system/overview/overview_button_tray.cc', |
'common/system/overview/overview_button_tray.h', |
+ 'common/system/status_area_widget.cc', |
+ 'common/system/status_area_widget.h', |
'common/system/status_area_widget_delegate.cc', |
'common/system/status_area_widget_delegate.h', |
'common/system/system_notifier.cc', |
@@ -243,6 +245,8 @@ |
'common/system/tray/label_tray_view.h', |
'common/system/tray/special_popup_row.cc', |
'common/system/tray/special_popup_row.h', |
+ 'common/system/tray/system_tray.cc', |
+ 'common/system/tray/system_tray.h', |
'common/system/tray/system_tray_bubble.cc', |
'common/system/tray/system_tray_bubble.h', |
'common/system/tray/system_tray_delegate.cc', |
@@ -634,10 +638,6 @@ |
'system/chromeos/rotation/tray_rotation_lock.h', |
'system/chromeos/tray_display.cc', |
'system/chromeos/tray_display.h', |
- 'system/status_area_widget.cc', |
- 'system/status_area_widget.h', |
- 'system/tray/system_tray.cc', |
- 'system/tray/system_tray.h', |
'touch/touch_hud_debug.cc', |
'touch/touch_hud_debug.h', |
'touch/touch_hud_projection.cc', |
@@ -903,6 +903,7 @@ |
'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', |
'common/system/date/date_view_unittest.cc', |
'common/system/ime/tray_ime_chromeos_unittest.cc', |
+ 'common/system/tray/system_tray_unittest.cc', |
'common/system/tray/tray_details_view_unittest.cc', |
'common/system/update/tray_update_unittest.cc', |
'common/system/user/tray_user_unittest.cc', |
@@ -965,7 +966,6 @@ |
'system/chromeos/tray_display_unittest.cc', |
'system/overview/overview_button_tray_unittest.cc', |
'system/toast/toast_manager_unittest.cc', |
- 'system/tray/system_tray_unittest.cc', |
'system/web_notification/ash_popup_alignment_delegate_unittest.cc', |
'system/web_notification/web_notification_tray_unittest.cc', |
'test/ash_test_helper_unittest.cc', |