Index: android_webview/android_webview.gyp |
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp |
index 87249f9d8f6f6c9c2a25b91cfd114de1be80039b..88fbb672020b3f41db74b347232511921b5f1ee6 100644 |
--- a/android_webview/android_webview.gyp |
+++ b/android_webview/android_webview.gyp |
@@ -24,7 +24,7 @@ |
'lib/main/webview_entry_point.cc', |
], |
'conditions': [ |
- ['android_build_type != 0', { |
+ ['android_webview_build != 0', { |
benm (inactive)
2013/03/11 17:23:29
while we're here, would a_w_b == 1 be easier to pa
Torne
2013/03/11 17:31:11
Done.
|
'libraries': [ |
# The "android" gyp backend doesn't quite handle static libraries' |
# dependencies correctly; force this to be linked as a workaround. |