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

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: Created 4 years, 10 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_impl.h » ('j') | net/http/http_stream_factory_impl.h » ('J')
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 064ea28e0e083fc028390eacfecaff03002ca373..f2a3db26b44e99abe30f84ae6e980c835a8f2f4f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1565,7 +1565,10 @@ test("net_unittests") {
}
if (!enable_bidirectional_stream) {
- sources -= [ "http/bidirectional_stream_unittest.cc" ]
+ sources -= [
+ "http/bidirectional_stream_unittest.cc",
+ "quic/bidirectional_stream_quic_job_unittest.cc",
+ ]
}
if (!enable_built_in_dns) {
sources -= [
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl.h » ('j') | net/http/http_stream_factory_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698