| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index f7a935b487c7d6290d5c4e3be3fb47bb7eeceeb6..917595df37b12e853159b2329ea035dfa32bb3ab 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',
|
| @@ -562,8 +564,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',
|
|
|