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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 843103003: android: Hide JNI exports by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a blacklist instead of a whitelist Created 5 years, 11 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 | « no previous file | build/android/android_exports.gyp » ('j') | build/android/android_exports.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 7c9043d090a401e5eb0f3934cf9661e03f416f36..b7aaaadc648538cc5ea428947350be69e5f8a78b 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -199,6 +199,11 @@
'include_dirs': [
'..',
],
+ 'variables': {
+ # This library uses native JNI exports; tell gyp so that the required
+ # symbols will be kept.
+ 'use_native_jni_exports': 1,
+ },
'sources': [
'../android_webview/test/shell/src/draw_gl/draw_gl.cc',
],
« no previous file with comments | « no previous file | build/android/android_exports.gyp » ('j') | build/android/android_exports.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698