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

Unified Diff: android_webview/libwebviewchromium.gypi

Issue 920883002: Use combined native/manual JNI registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add flag to disable manual JNI registration Created 5 years, 10 months 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: android_webview/libwebviewchromium.gypi
diff --git a/android_webview/libwebviewchromium.gypi b/android_webview/libwebviewchromium.gypi
index d3ac6cf1b68efe5146f21e300e4298f531ebd32b..feff1248eda1748b4f6ef0635496f526fe7a228c 100644
--- a/android_webview/libwebviewchromium.gypi
+++ b/android_webview/libwebviewchromium.gypi
@@ -7,6 +7,9 @@
'dependencies': [
'android_webview_common',
],
+ 'variables': {
+ 'use_native_jni_exports': 1,
+ },
'conditions': [
[ 'android_webview_build==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698