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

Unified Diff: webrtc/build/ios/rtc_override_visibility.diff

Issue 2391123002: Add iOS static library GN build script. (Closed)
Patch Set: Remove commented line Created 4 years, 2 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
Index: webrtc/build/ios/rtc_override_visibility.diff
diff --git a/webrtc/build/ios/rtc_override_visibility.diff b/webrtc/build/ios/rtc_override_visibility.diff
new file mode 100644
index 0000000000000000000000000000000000000000..8fa6587b13e6e280712eee8addd906ba3d74cb2b
--- /dev/null
+++ b/webrtc/build/ios/rtc_override_visibility.diff
@@ -0,0 +1,13 @@
+diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
+index 4bbc34f..c53822a 100644
+--- a/build/config/compiler/BUILD.gn
++++ b/build/config/compiler/BUILD.gn
+@@ -176,7 +176,7 @@ config("compiler") {
+ # Not exporting C++ inline functions can generally be applied anywhere
+ # so we do so here. Normal function visibility is controlled by
+ # //build/config/gcc:symbol_visibility_hidden.
+- "-fvisibility-inlines-hidden",
++# "-fvisibility-inlines-hidden",
+ ]
+
+ # Stack protection.

Powered by Google App Engine
This is Rietveld 408576698