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

Unified Diff: gn/BUILD.gn

Issue 2180383003: Turn on flags to enforce SK_API. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/BUILD.gn
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 547f57ebea9202a5bf9dcd43457c8e07b580c42d..71a8259257b83b689e3d42379a0f64a94f84bf8c 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -14,6 +14,7 @@ config("default") {
"-g",
"-fstrict-aliasing",
"-fPIC",
+ "-fvisibility=hidden",
"-Werror",
"-Wall",
@@ -31,6 +32,7 @@ config("default") {
"-fno-exceptions",
"-fno-rtti",
"-fno-threadsafe-statics",
+ "-fvisibility-inlines-hidden",
"-Wnon-virtual-dtor",
]
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698