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

Unified Diff: ui/aura/aura.gyp

Issue 8949010: Rename WindowDragDropDelegate->DragDropDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 114593)
+++ ui/aura/aura.gyp (working copy)
@@ -31,11 +31,13 @@
'client/activation_delegate.h',
'client/aura_constants.cc',
'client/aura_constants.h',
+ 'client/drag_drop_client.cc',
'client/drag_drop_client.h',
'client/stacking_client.cc',
'client/stacking_client.h',
'client/tooltip_client.h',
- 'client/window_drag_drop_delegate.h',
+ 'client/drag_drop_delegate.cc',
+ 'client/drag_drop_delegate.h',
'cursor.h',
'root_window_host.h',
'root_window_host_linux.cc',
« no previous file with comments | « chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698