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

Unified Diff: components/cronet.gypi

Issue 1915683002: Export only Cronet API symbols and hide all others. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Defined CRONET_EXPORT Created 4 years, 8 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 | components/cronet/ios/Cronet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index b0fbbbc559fca50281fd31e2a0dec49300f559e5..1f1bb391c249ed6435249f892569cb12efec6adb 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -773,6 +773,7 @@
'-fdata-sections',
'-ffunction-sections',
'-fno-rtti',
+ '-fvisibility=hidden'
'-fvisibility-inlines-hidden',
'-Wno-sign-promo',
'-Wno-missing-field-initializers',
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698