| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 6a21e85552ee40cdf84bc6e9175321ada12bb415..51f5fd7806c357164188c725f48caf44ae5bccf3 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -151,6 +151,8 @@
|
| 'base/dragdrop/drag_utils.h',
|
| 'base/dragdrop/drag_utils_aura.cc',
|
| 'base/dragdrop/drag_utils_win.cc',
|
| + 'base/dragdrop/drop_target_event.cc',
|
| + 'base/dragdrop/drop_target_event.h',
|
| 'base/dragdrop/drop_target_win.cc',
|
| 'base/dragdrop/drop_target_win.h',
|
| 'base/dragdrop/gtk_dnd_util.cc',
|
| @@ -887,6 +889,8 @@
|
| ['toolkit_views==0', {
|
| 'sources!': [
|
| 'base/x/events_x.cc',
|
| + 'base/dragdrop/drop_target_event.cc',
|
| + 'base/dragdrop/drop_target_event.h',
|
| 'events/event.cc',
|
| 'events/event.h',
|
| 'events/event_dispatcher.cc',
|
|
|