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

Unified Diff: net/net.gypi

Issue 2248343004: Add SpdyDeframerVisitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix MSVC compile error. Created 4 years, 4 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_deframer_visitor.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 7246a059ccbd4e33ffbb59bb437db9be69d5cd8a..b70a75fe25915588d407e827a30b435c97d9ba69 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1797,6 +1797,9 @@
'spdy/priority_write_scheduler_test.cc',
'spdy/spdy_alt_svc_wire_format_test.cc',
'spdy/spdy_buffer_unittest.cc',
+ 'spdy/spdy_deframer_visitor.cc',
+ 'spdy/spdy_deframer_visitor.h',
+ 'spdy/spdy_deframer_visitor_test.cc',
'spdy/spdy_frame_builder_test.cc',
'spdy/spdy_frame_reader_test.cc',
'spdy/spdy_framer_test.cc',
@@ -1810,6 +1813,8 @@
'spdy/spdy_pinnable_buffer_piece_test.cc',
'spdy/spdy_prefixed_buffer_reader_test.cc',
'spdy/spdy_protocol_test.cc',
+ 'spdy/spdy_protocol_test_utils.cc',
+ 'spdy/spdy_protocol_test_utils.h',
'spdy/spdy_proxy_client_socket_unittest.cc',
'spdy/spdy_read_queue_unittest.cc',
'spdy/spdy_session_pool_unittest.cc',
« no previous file with comments | « no previous file | net/spdy/spdy_deframer_visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698