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

Unified Diff: net/BUILD.gn

Issue 2547583002: Landing Recent QUIC changes until Fri Nov 18 23:21:04 2016 +0000 (Closed)
Patch Set: Remove explicit HTTP/2 enum usage Created 4 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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 5f478187ff98d0dcd0ea0cd68109440888920ab5..abd9c740dfe2d6957389f2b7cb590f8e97f4ab90 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1124,8 +1124,8 @@ source_set("simple_quic_tools") {
"tools/quic/quic_client_session.h",
"tools/quic/quic_dispatcher.cc",
"tools/quic/quic_dispatcher.h",
- "tools/quic/quic_in_memory_cache.cc",
- "tools/quic/quic_in_memory_cache.h",
+ "tools/quic/quic_http_response_cache.cc",
+ "tools/quic/quic_http_response_cache.h",
"tools/quic/quic_per_connection_packet_writer.cc",
"tools/quic/quic_per_connection_packet_writer.h",
"tools/quic/quic_process_packet_interface.h",
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/base/net_error_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698