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

Unified Diff: ui/views/controls/webview/webview.gyp

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move DropTargetWin to DesktopDragDropClientWin Created 8 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/views/controls/webview/webview.gyp
===================================================================
--- ui/views/controls/webview/webview.gyp (revision 171535)
+++ ui/views/controls/webview/webview.gyp (working copy)
@@ -31,6 +31,13 @@
'webview.h',
'webview_export.h',
],
+ 'conditions': [
+ ['OS=="win" and use_aura==1', {
+ 'dependencies': [
+ '../../../aura/aura.gyp:aura',
+ ],
+ }],
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698