From 75f30cc2d6e90120b4ac43fcea1c38e783299f6e Mon Sep 17 00:00:00 2001 From: "mlloyd@chromium.org" Date: Mon, 28 Jun 2010 21:41:38 +0000 Subject: Refactors SPDY frame construction methods out of spdy_network_transaction_unittest.cc to promote code reuse. Removes the kGetSyn and kGetSynReply binary SPDY frame constants and replaces them with calls to factory methods, for better clarity and to reduce maintenance costs going forward. Also adds some helper methods for constructing mock reads and writes from SpdyFrames. TEST=net_unittests pass. BUG=None Review URL: http://codereview.chromium.org/2881001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51049 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index ec5e187..b5cfd93 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -751,6 +751,7 @@ 'spdy/spdy_network_transaction_unittest.cc', 'spdy/spdy_protocol_test.cc', 'spdy/spdy_session_unittest.cc', + 'spdy/spdy_test_util.cc', 'spdy/spdy_test_util.h', 'tools/dump_cache/url_to_filename_encoder.cc', 'tools/dump_cache/url_to_filename_encoder.h', -- cgit v1.1