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

Unified Diff: net/net_common.gypi

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 | « ios/third_party/gcdwebserver/gcdwebserver.gyp ('k') | third_party/class-dump/class-dump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index c951d3651e109a85bb3cb1cb66ea9143f083823f..a4a1dc4699af5e930cfb1591e9a2954269c5b9f7 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -354,8 +354,12 @@
'$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
'$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
- '$(SDKROOT)/usr/lib/libresolv.dylib',
],
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-lresolv',
+ ],
+ },
},
},
],
« no previous file with comments | « ios/third_party/gcdwebserver/gcdwebserver.gyp ('k') | third_party/class-dump/class-dump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698