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

Unified Diff: net/net.gypi

Issue 2537233002: Split out QUIC frame definitions into quic_frames. No behavior change. (Closed)
Patch Set: Rebase 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 | « no previous file | net/quic/core/quic_frames.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 f3d88971e874515c5fab44b4227d98b54d2fd974..2b7dbb03773b42f66b89ec7ab4aeb4b17e37f470 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1053,6 +1053,8 @@
'quic/core/quic_frame_list.h',
'quic/core/quic_framer.cc',
'quic/core/quic_framer.h',
+ 'quic/core/quic_frames.cc',
+ 'quic/core/quic_frames.h',
'quic/core/quic_header_list.cc',
'quic/core/quic_header_list.h',
'quic/core/quic_headers_stream.cc',
@@ -1759,6 +1761,7 @@
'quic/core/quic_error_codes_test.cc',
'quic/core/quic_flow_controller_test.cc',
'quic/core/quic_framer_test.cc',
+ 'quic/core/quic_frames_test.cc',
'quic/core/quic_header_list_test.cc',
'quic/core/quic_headers_stream_test.cc',
'quic/core/quic_http_utils_test.cc',
« no previous file with comments | « no previous file | net/quic/core/quic_frames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698