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

Unified Diff: third_party/libunwind/BUILD.gn

Issue 2953323002: Ensure libunwind symbols are hidden (Closed)
Patch Set: Roll libunwind to r306442 Created 3 years, 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libunwind/BUILD.gn
diff --git a/third_party/libunwind/BUILD.gn b/third_party/libunwind/BUILD.gn
index f58261ae91e40f177823669553b20ec52b5f386e..27196a58a7d8515f6fd82c8727a8c7de85112ce1 100644
--- a/third_party/libunwind/BUILD.gn
+++ b/third_party/libunwind/BUILD.gn
@@ -9,6 +9,7 @@ config("libunwind_config") {
source_set("libunwind") {
visibility = [ "//buildtools/third_party/libc++abi" ]
+ defines = [ "_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS" ]
sources = [
# C++ sources
"trunk/src/Unwind-EHABI.cpp",
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698