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

Unified Diff: ios/crnet/crnet_consumer/crnet_consumer.gyp

Issue 1179573004: Correct iOS device build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 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 | « no previous file | ios/third_party/gcdwebserver/gcdwebserver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_consumer/crnet_consumer.gyp
diff --git a/ios/crnet/crnet_consumer/crnet_consumer.gyp b/ios/crnet/crnet_consumer/crnet_consumer.gyp
index 5364d76f009a88f86305be1fc9dbbbd6336f5204..3882444688b6f607e6f6f70c7f503e57a2467edb 100644
--- a/ios/crnet/crnet_consumer/crnet_consumer.gyp
+++ b/ios/crnet/crnet_consumer/crnet_consumer.gyp
@@ -46,10 +46,14 @@
'$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
'$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
- '$(SDKROOT)/usr/lib/libresolv.dylib',
- '$(SDKROOT)/usr/lib/libsqlite3.dylib',
- '$(SDKROOT)/usr/lib/libxml2.dylib',
],
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-lresolv',
+ '-lsqlite3',
+ '-lxml2',
+ ],
+ },
},
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',
« no previous file with comments | « no previous file | ios/third_party/gcdwebserver/gcdwebserver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698