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

Unified Diff: ui/views/views.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/views/drag_utils_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 124765)
+++ ui/views/views.gyp (working copy)
@@ -63,6 +63,8 @@
'bubble/bubble_delegate.h',
'bubble/bubble_frame_view.cc',
'bubble/bubble_frame_view.h',
+ 'button_drag_utils.cc',
+ 'button_drag_utils.h',
'context_menu_controller.h',
'controls/button/button.cc',
'controls/button/button.h',
@@ -251,11 +253,6 @@
#'debug_utils.cc',
#'debug_utils.h',
'drag_controller.h',
- 'drag_utils.cc',
- 'drag_utils.h',
- 'drag_utils_aura.cc',
- 'drag_utils_gtk.cc',
- 'drag_utils_win.cc',
'events/event.cc',
'events/event.h',
'events/event_aura.cc',
« no previous file with comments | « ui/views/drag_utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698