Index: ios/web/ios_web_shell.gyp |
diff --git a/ios/web/ios_web_shell.gyp b/ios/web/ios_web_shell.gyp |
index 9659780e3daf149931d775e6a95ca1d9b09f7ddf..e4a5c649fe6c2cfe5818b74ac9825d772affd4d5 100644 |
--- a/ios/web/ios_web_shell.gyp |
+++ b/ios/web/ios_web_shell.gyp |
@@ -20,8 +20,12 @@ |
], |
'xcode_settings': { |
'INFOPLIST_FILE': 'shell/Info.plist', |
+ 'STRIPFLAGS': '-S', |
'OTHER_LDFLAGS': [ |
- '-Xlinker -objc_abi_version -Xlinker 2' |
+ '-Xlinker -objc_abi_version', |
+ '-Xlinker 2', |
+ '-exported_symbols_list', |
+ '../../ios/web/ios_web_shell_exported_symbols_list' |
] |
}, |
'sources': [ |
@@ -68,6 +72,9 @@ |
'shell/view_controller.h', |
'shell/view_controller.mm', |
], |
+ 'xcode_settings': { |
+ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
+ }, |
'link_settings': { |
'libraries': [ |
'$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |