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

Unified Diff: net/net.gypi

Issue 2541673002: Rename quic_protocol to quic_packets. No behavior change. (Closed)
Patch Set: Rollback accidentally wrong CL 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/chromium/mock_quic_data.h » ('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 ce56fdf3838ff2b97bbf45acff099f13f46cba41..ba2aa8b7f2ce69c0a7def46684a65a33f4143256 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1074,8 +1074,8 @@
'quic/core/quic_packet_generator.cc',
'quic/core/quic_packet_generator.h',
'quic/core/quic_packet_writer.h',
- 'quic/core/quic_protocol.cc',
- 'quic/core/quic_protocol.h',
+ 'quic/core/quic_packets.cc',
+ 'quic/core/quic_packets.h',
'quic/core/quic_received_packet_manager.cc',
'quic/core/quic_received_packet_manager.h',
'quic/core/quic_sent_packet_manager.cc',
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/quic/chromium/mock_quic_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698