| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index df634459a6d0e083d22d8dbc1c0f37a061e8d19d..f0aeb7d2a069ba80f1924ad58ac425fd6c6bcbe5 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -71,6 +71,8 @@
|
| 'common/default_accessibility_delegate.h',
|
| 'common/display/display_info.cc',
|
| 'common/display/display_info.h',
|
| + 'common/drag_drop/drag_image_view.cc',
|
| + 'common/drag_drop/drag_image_view.h',
|
| 'common/focus_cycler.cc',
|
| 'common/focus_cycler.h',
|
| 'common/gpu_support.h',
|
| @@ -554,8 +556,6 @@
|
| 'drag_drop/drag_drop_controller.h',
|
| 'drag_drop/drag_drop_tracker.cc',
|
| 'drag_drop/drag_drop_tracker.h',
|
| - 'drag_drop/drag_image_view.cc',
|
| - 'drag_drop/drag_image_view.h',
|
| 'first_run/desktop_cleaner.cc',
|
| 'first_run/desktop_cleaner.h',
|
| 'first_run/first_run_helper.cc',
|
|
|