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

Unified Diff: components/cronet/android/only_jni_exports.lst

Issue 2685933002: Revert of Android: Use linker script to hide all non-JNI symbols (Closed)
Patch Set: Created 3 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 | « components/cronet/android/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/only_jni_exports.lst
diff --git a/components/cronet/android/only_jni_exports.lst b/components/cronet/android/only_jni_exports.lst
new file mode 100644
index 0000000000000000000000000000000000000000..322201c3eac9969ad5b06924be7087ef76fd3ebe
--- /dev/null
+++ b/components/cronet/android/only_jni_exports.lst
@@ -0,0 +1,10 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ /* Make sure we don't export anything unneeded as it could cause conflicts
+ with symbols from embedders. */
+ global: JNI_OnLoad;
+ local: *;
+};
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698