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

Unified Diff: net/net.gypi

Issue 2517513004: Move QUIC error code utility methods to quic_error_codes.{h,cc}, and rename them slightly. No beha… (Closed)
Patch Set: Created 4 years, 1 month 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 | « net/log/net_log_util.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 5d54398cc9cf690fa9ba5b8b53b39d3dd1cd2b87..a63785ff1d4eb1817cbd1348ac960e1665eaa65a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1033,6 +1033,7 @@
'quic/core/quic_data_reader.h',
'quic/core/quic_data_writer.cc',
'quic/core/quic_data_writer.h',
+ 'quic/core/quic_error_codes.cc',
'quic/core/quic_error_codes.h',
'quic/core/quic_flags.cc',
'quic/core/quic_flags.h',
@@ -1730,6 +1731,7 @@
'quic/core/quic_crypto_server_stream_test.cc',
'quic/core/quic_crypto_stream_test.cc',
'quic/core/quic_data_writer_test.cc',
+ 'quic/core/quic_error_codes_test.cc',
'quic/core/quic_flow_controller_test.cc',
'quic/core/quic_framer_test.cc',
'quic/core/quic_header_list_test.cc',
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/quic/core/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698