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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps of application build target Created 6 years, 5 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/config/android/BUILD.gn » ('j') | mojo/public/c/system/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index d9559e53e5fdc1bfff2b0cdf296036db5df5de4a..7a104576688ba10bc83a38f1cbc75c34238c8379 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -348,6 +348,12 @@ if (is_clang) {
]
}
+if (is_android) {
+ _native_compiler_configs += [
+ "//build/config/android:no_export_static_lib_symbols",
+ ]
+}
+
# Optimizations and debug checking.
if (is_debug) {
_native_compiler_configs += [ "//build/config:debug" ]
« no previous file with comments | « no previous file | build/config/android/BUILD.gn » ('j') | mojo/public/c/system/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698