summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authormlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 21:41:38 +0000
committermlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 21:41:38 +0000
commit75f30cc2d6e90120b4ac43fcea1c38e783299f6e (patch)
tree53baa194842805393bb5ad720dcccfbf24af2e7e /net/net.gyp
parent0d03f958e30b7e6915b73f61cbe3ef79af2916dd (diff)
downloadchromium_src-75f30cc2d6e90120b4ac43fcea1c38e783299f6e.zip
chromium_src-75f30cc2d6e90120b4ac43fcea1c38e783299f6e.tar.gz
chromium_src-75f30cc2d6e90120b4ac43fcea1c38e783299f6e.tar.bz2
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
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',