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

Unified Diff: net/BUILD.gn

Issue 2783143004: Move QuicStreamFactoryPeer from net/quic/test_tools/ to net/quic/chromium/ (Closed)
Patch Set: Created 3 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_impl_job_controller_unittest.cc » ('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 bc7a714c63dc4dc966a83e4512166cfd69c68df0..96579f45211bb7a73f1be9fae1416783d84b874a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -4423,6 +4423,8 @@ test("net_unittests") {
"quic/chromium/quic_http_stream_test.cc",
"quic/chromium/quic_http_utils_test.cc",
"quic/chromium/quic_network_transaction_unittest.cc",
+ "quic/chromium/quic_stream_factory_peer.cc",
+ "quic/chromium/quic_stream_factory_peer.h",
"quic/chromium/quic_stream_factory_test.cc",
"quic/chromium/quic_test_packet_maker.cc",
"quic/chromium/quic_test_packet_maker.h",
@@ -4566,8 +4568,6 @@ test("net_unittests") {
"quic/test_tools/quic_spdy_session_peer.h",
"quic/test_tools/quic_spdy_stream_peer.cc",
"quic/test_tools/quic_spdy_stream_peer.h",
- "quic/test_tools/quic_stream_factory_peer.cc",
- "quic/test_tools/quic_stream_factory_peer.h",
"quic/test_tools/quic_stream_peer.cc",
"quic/test_tools/quic_stream_peer.h",
"quic/test_tools/quic_stream_sequencer_buffer_peer.cc",
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698