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

Unified Diff: ui/ui.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/ui.gyp
===================================================================
--- ui/ui.gyp (revision 171879)
+++ ui/ui.gyp (working copy)
@@ -593,7 +593,6 @@
['exclude', 'gfx/screen_gtk.cc'],
['exclude', 'base/dialogs/select_file_dialog_mac.mm'],
['exclude', 'base/dialogs/select_file_dialog_win.cc'],
- ['exclude', 'base/dragdrop/drag_utils_win.cc'],
['exclude', 'base/work_area_watcher_observer.h'],
['exclude', 'base/x/active_window_watcher_x.cc'],
['exclude', 'base/x/active_window_watcher_x.h'],
@@ -616,8 +615,8 @@
}],
['use_aura==1 and OS=="win"', {
'sources/': [
- ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
- ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
+ ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
+ ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
],
}],
['use_aura==0 and toolkit_views==0', {
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_win.cc ('k') | ui/views/controls/textfield/native_textfield_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698