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

Unified Diff: net/BUILD.gn

Issue 1008323002: Land Recent QUIC Changes until 03/15/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0315
Patch Set: Add quic_packet_reader to BUILD.gn to fix compiler errors Created 5 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/base/linked_hash_map.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 ffd968b2493ee3cd44919b795e899059318e8910..9baebe6f2ed39a5d70f3d66f19bb3dcf6f93ae4b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1149,6 +1149,8 @@ if (is_linux) {
"tools/quic/quic_epoll_connection_helper.h",
"tools/quic/quic_in_memory_cache.cc",
"tools/quic/quic_in_memory_cache.h",
+ "tools/quic/quic_packet_reader.cc",
+ "tools/quic/quic_packet_reader.h",
"tools/quic/quic_packet_writer_wrapper.cc",
"tools/quic/quic_packet_writer_wrapper.h",
"tools/quic/quic_per_connection_packet_writer.cc",
« no previous file with comments | « no previous file | net/base/linked_hash_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698