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

Unified Diff: net/net.gyp

Issue 1326503003: Added a net::BidirectionalStream to expose a bidirectional streaming interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use std::move 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 6579e15864847470e238ad992689abf741a0b6fb..55ba46a98886d603ccae2074fd961fcb6c4ef7ad 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -283,6 +283,12 @@
],
},
],
+ [ 'enable_bidirectional_stream!=1', {
+ 'sources!': [
+ 'http/bidirectional_stream_unittest.cc',
+ ],
+ },
+ ],
[ 'enable_built_in_dns!=1', {
'sources!': [
'dns/address_sorter_posix_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698