| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index b25a25c424d16b0f3f69f51567387bf56d063aa1..29263e3bd8379d3679eb1517f6b249441ec0340c 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -97,8 +97,12 @@
|
| 'common/system/networking_config_delegate.h',
|
| 'common/system/tray/default_system_tray_delegate.cc',
|
| 'common/system/tray/default_system_tray_delegate.h',
|
| + 'common/system/tray/fixed_sized_image_view.cc',
|
| + '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/tray_constants.cc',
|
| + 'common/system/tray/tray_constants.h',
|
| 'common/system/update/update_observer.h',
|
| 'common/system/volume_control_delegate.h',
|
| 'common/wm/always_on_top_controller.cc',
|
| @@ -540,8 +544,6 @@
|
| 'system/toast/toast_overlay.h',
|
| 'system/tray/actionable_view.cc',
|
| 'system/tray/actionable_view.h',
|
| - 'system/tray/fixed_sized_image_view.cc',
|
| - 'system/tray/fixed_sized_image_view.h',
|
| 'system/tray/fixed_sized_scroll_view.cc',
|
| 'system/tray/fixed_sized_scroll_view.h',
|
| 'system/tray/hover_highlight_view.cc',
|
| @@ -567,8 +569,6 @@
|
| 'system/tray/tray_bar_button_with_title.h',
|
| 'system/tray/tray_bubble_wrapper.cc',
|
| 'system/tray/tray_bubble_wrapper.h',
|
| - 'system/tray/tray_constants.cc',
|
| - 'system/tray/tray_constants.h',
|
| 'system/tray/tray_details_view.cc',
|
| 'system/tray/tray_details_view.h',
|
| 'system/tray/tray_empty.cc',
|
|
|