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

Unified Diff: net/net.gyp

Issue 1557643002: Fix net_unittests build errors when enable_bidirectional_stream is set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | net/spdy/bidirectional_stream_spdy_job.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 c11f60f4804c7fe120ed25fdf5e283ea2a199c00..98bb5c00defb53b56e4e610a35f72a0a27b85ef9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -289,7 +289,11 @@
'sources!': [
'http/bidirectional_stream_unittest.cc',
],
- },
+ }, { # else
+ 'defines': [
+ 'ENABLE_BIDIRECTIONAL_STREAM',
+ ],
+ }
],
[ 'enable_built_in_dns!=1', {
'sources!': [
« no previous file with comments | « no previous file | net/spdy/bidirectional_stream_spdy_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698