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

Unified Diff: ios/third_party/gcdwebserver/BUILD.gn

Issue 1393303003: [iOS][GN] Port ios_web_unittests to build with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_third_party_blink
Patch Set: TODO fix-it Created 5 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
« no previous file with comments | « build/util/java_action.py ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/gcdwebserver/BUILD.gn
diff --git a/ios/third_party/gcdwebserver/BUILD.gn b/ios/third_party/gcdwebserver/BUILD.gn
index da0714820484dece991cffda31808e19351b2239..65d0d661d9f3407164e68f5bab5d7e7d8095da18 100644
--- a/ios/third_party/gcdwebserver/BUILD.gn
+++ b/ios/third_party/gcdwebserver/BUILD.gn
@@ -3,11 +3,12 @@
# found in the LICENSE file.
config("public_config") {
- ldflags = [ "-lz" ]
libs = [
"CFNetwork.framework",
"MobileCoreServices.framework",
+ "z",
]
+
include_dirs = [
"src/GCDWebServer/Core",
"src/GCDWebServer/Requests",
« no previous file with comments | « build/util/java_action.py ('k') | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698