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

Unified Diff: net/BUILD.gn

Issue 1744693002: Implement QUIC-based net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basecl
Patch Set: Fix compile due to merge Created 4 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 | « no previous file | net/http/http_stream_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 511f6450850811d2f89068788bceea2345b98f2f..b9310d9efb781d3f5519783412d39a09d34b0865 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1566,7 +1566,10 @@ test("net_unittests") {
}
if (!enable_bidirectional_stream) {
- sources -= [ "http/bidirectional_stream_unittest.cc" ]
+ sources -= [
+ "http/bidirectional_stream_unittest.cc",
+ "quic/bidirectional_stream_quic_impl_unittest.cc",
+ ]
}
if (!enable_built_in_dns) {
sources -= [
« no previous file with comments | « no previous file | net/http/http_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698