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

Unified Diff: build/config/android/BUILD.gn

Issue 2648543003: Android: Add no-op configs for hiding symbols by default (Closed)
Patch Set: Created 3 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 | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/BUILD.gn
diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn
index 8b42a2ec0afe12f4e16b9d9724e2fb8bb81cc394..270003472e7cc2a6380db870e6af5c9b48a00e36 100644
--- a/build/config/android/BUILD.gn
+++ b/build/config/android/BUILD.gn
@@ -200,6 +200,14 @@ config("hide_native_jni_exports") {
rebase_path("//build/android/android_no_jni_exports.lst") ]
}
+config("hide_all_but_jni_onload") {
+ # TODO(agrieve): https://codereview.chromium.org/2633593004/
+}
+
+config("hide_all_but_jni") {
+ # TODO(agrieve): https://codereview.chromium.org/2633593004/
+}
+
# Instrumentation -------------------------------------------------------------
#
# The BUILDCONFIG file sets the "default_cygprofile_instrumentation" config on
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698