Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: ui/views/views.gyp

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 171879)
+++ 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,9 +478,9 @@
['OS=="win"', {
'sources/': [
['include', 'widget/desktop_aura/desktop_screen_win.cc'],
- ['include', 'widget/desktop_aura/desktop_screen_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_root_window_host_win.cc'],
- ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698