| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index cc2992c6445e73984c619d41d61bd643e46d41dc..9d1a09fc25e994d11c3427895dbc515fa88c78d7 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -407,6 +407,7 @@
|
| 'common/system/web_notification/ash_popup_alignment_delegate.h',
|
| 'common/system/web_notification/web_notification_tray.cc',
|
| 'common/system/web_notification/web_notification_tray.h',
|
| + 'common/wallpaper/wallpaper_delegate.h',
|
| 'common/wm/always_on_top_controller.cc',
|
| 'common/wm/always_on_top_controller.h',
|
| 'common/wm/background_animator.cc',
|
| @@ -535,8 +536,8 @@
|
| 'common/wm_window_tracker.h',
|
| 'debug.cc',
|
| 'debug.h',
|
| - 'default_user_wallpaper_delegate.cc',
|
| - 'default_user_wallpaper_delegate.h',
|
| + 'default_wallpaper_delegate.cc',
|
| + 'default_wallpaper_delegate.h',
|
| 'desktop_background/desktop_background_controller.cc',
|
| 'desktop_background/desktop_background_controller.h',
|
| 'desktop_background/desktop_background_controller_observer.h',
|
| @@ -544,7 +545,6 @@
|
| 'desktop_background/desktop_background_view.h',
|
| 'desktop_background/desktop_background_widget_controller.cc',
|
| 'desktop_background/desktop_background_widget_controller.h',
|
| - 'desktop_background/user_wallpaper_delegate.h',
|
| 'display/cursor_window_controller.cc',
|
| 'display/cursor_window_controller.h',
|
| 'display/display_animator.h',
|
| @@ -883,8 +883,8 @@
|
| 'test/test_system_tray_delegate.h',
|
| 'test/test_system_tray_item.cc',
|
| 'test/test_system_tray_item.h',
|
| - 'test/test_user_wallpaper_delegate.cc',
|
| - 'test/test_user_wallpaper_delegate.h',
|
| + 'test/test_wallpaper_delegate.cc',
|
| + 'test/test_wallpaper_delegate.h',
|
| 'test/tray_cast_test_api.cc',
|
| 'test/tray_cast_test_api.h',
|
| 'test/ui_controls_factory_ash.cc',
|
|
|