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

Unified Diff: ui/ui.gyp

Issue 9582041: Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outside of views. I tried to… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months 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
« no previous file with comments | « ui/base/dragdrop/drag_utils_win.cc ('k') | ui/views/button_drag_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 124765)
+++ ui/ui.gyp (working copy)
@@ -97,6 +97,11 @@
'base/dragdrop/drag_drop_types_gtk.cc',
'base/dragdrop/drag_drop_types.h',
'base/dragdrop/drag_drop_types_win.cc',
+ 'base/dragdrop/drag_utils.cc',
+ 'base/dragdrop/drag_utils.h',
+ 'base/dragdrop/drag_utils_aura.cc',
+ 'base/dragdrop/drag_utils_gtk.cc',
+ 'base/dragdrop/drag_utils_win.cc',
'base/dragdrop/drag_source.cc',
'base/dragdrop/drag_source.h',
'base/dragdrop/drop_target.cc',
« no previous file with comments | « ui/base/dragdrop/drag_utils_win.cc ('k') | ui/views/button_drag_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698