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

Unified Diff: ui/aura/aura.gyp

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 9 years, 1 month 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 | « no previous file | ui/aura/client/aura_constants.h » ('j') | ui/aura/window_drag_drop_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 45c8709d0493e342cd7614cc7e449e4903d40620..b298c78cc678f2774de6af2b8d24d093f1e5a02b 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -35,6 +35,7 @@
'desktop_host_win.h',
'desktop.cc',
'desktop.h',
+ 'client/drag_drop_client.h',
'event.cc',
'event.h',
'event_filter.cc',
@@ -47,6 +48,7 @@
'window.cc',
'window.h',
'window_delegate.h',
+ 'window_drag_drop_delegate.h',
'window_observer.h',
'window_types.h',
],
« no previous file with comments | « no previous file | ui/aura/client/aura_constants.h » ('j') | ui/aura/window_drag_drop_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698