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

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: Factor out common code in test 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
« no previous file with comments | « android_webview/lib/main/webview_jni_onload_delegate.cc ('k') | base/android/base_jni_onload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « android_webview/lib/main/webview_jni_onload_delegate.cc ('k') | base/android/base_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698