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

Unified Diff: net/net.gypi

Issue 1130053007: Update HTTP/2 ALTSVC wireformat from draft-04 to draft-06. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hack around win_chromium_compile_dbg_ng linker errors. Created 5 years, 7 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/spdy/spdy_alt_svc_wire_format.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 b0cd6ec7e7a1c2b8035eba027ca7782af19b1071..4fa364c340f9c29d797859d3db547d9d80424075 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1072,6 +1072,8 @@
'spdy/hpack_string_util.cc',
'spdy/hpack_string_util.h',
'spdy/spdy_bitmasks.h',
+ 'spdy/spdy_alt_svc_wire_format.h',
+ 'spdy/spdy_alt_svc_wire_format.cc',
'spdy/spdy_buffer.cc',
'spdy/spdy_buffer.h',
'spdy/spdy_buffer_producer.cc',
@@ -1668,6 +1670,7 @@
'spdy/hpack_string_util_test.cc',
'spdy/mock_spdy_framer_visitor.cc',
'spdy/mock_spdy_framer_visitor.h',
+ 'spdy/spdy_alt_svc_wire_format_test.cc',
'spdy/spdy_buffer_unittest.cc',
'spdy/spdy_frame_builder_test.cc',
'spdy/spdy_frame_reader_test.cc',
« no previous file with comments | « no previous file | net/spdy/spdy_alt_svc_wire_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698