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

Unified Diff: net/net.gyp

Issue 994193002: Compile quic_server on MacOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undefine __APPLE_USE_RFC_n after use Created 5 years, 9 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 | « net/BUILD.gn ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index b3795bae512b8c240943b59274d313b0747aa57a..e1f08a4b9145470a527f6ee261bdfa3213901cb0 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1245,6 +1245,10 @@
'tools/quic/quic_client_bin.cc',
],
},
+ ]
+ }],
+ ['os_posix == 1 and OS != "ios" and OS != "android"', {
+ 'targets': [
{
'target_name': 'quic_server',
'type': 'executable',
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698