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

Unified Diff: ui/ui.gyp

Issue 23503086: Move DropTargetEvent back to ui/base for the time being as it depends on OSExchangeData which I don… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows bustage Created 7 years, 3 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/events/event_unittest.cc ('k') | ui/views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 6a21e85552ee40cdf84bc6e9175321ada12bb415..51f5fd7806c357164188c725f48caf44ae5bccf3 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -151,6 +151,8 @@
'base/dragdrop/drag_utils.h',
'base/dragdrop/drag_utils_aura.cc',
'base/dragdrop/drag_utils_win.cc',
+ 'base/dragdrop/drop_target_event.cc',
+ 'base/dragdrop/drop_target_event.h',
'base/dragdrop/drop_target_win.cc',
'base/dragdrop/drop_target_win.h',
'base/dragdrop/gtk_dnd_util.cc',
@@ -887,6 +889,8 @@
['toolkit_views==0', {
'sources!': [
'base/x/events_x.cc',
+ 'base/dragdrop/drop_target_event.cc',
+ 'base/dragdrop/drop_target_event.h',
'events/event.cc',
'events/event.h',
'events/event_dispatcher.cc',
« no previous file with comments | « ui/events/event_unittest.cc ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698