| Index: ui/views/views.gyp
|
| ===================================================================
|
| --- ui/views/views.gyp (revision 171535)
|
| +++ ui/views/views.gyp (working copy)
|
| @@ -358,6 +358,10 @@
|
| 'widget/desktop_aura/desktop_cursor_client.h',
|
| 'widget/desktop_aura/desktop_dispatcher_client.cc',
|
| 'widget/desktop_aura/desktop_dispatcher_client.h',
|
| + 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
|
| + 'widget/desktop_aura/desktop_drag_drop_client_win.h',
|
| + 'widget/desktop_aura/desktop_drop_target_win.cc',
|
| + 'widget/desktop_aura/desktop_drop_target_win.h',
|
| 'widget/desktop_aura/desktop_layout_manager.cc',
|
| 'widget/desktop_aura/desktop_layout_manager.h',
|
| 'widget/desktop_aura/desktop_native_widget_aura.cc',
|
| @@ -474,11 +478,10 @@
|
| ['OS=="win"', {
|
| 'sources/': [
|
| ['include', 'ime/input_method_win.cc'],
|
| - ['include', 'ime/input_method_win.h'],
|
| + ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc'],
|
| + ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
|
| ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
|
| - ['include', 'widget/desktop_aura/desktop_screen_win.h'],
|
| ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc'],
|
| - ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'],
|
| ],
|
| }],
|
| ],
|
|
|