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', |
+ ], |
+ }], |
+ ], |
}, |
], |
} |