diff options
author | shouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 16:48:20 +0000 |
---|---|---|
committer | shouqun.liu@intel.com <shouqun.liu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 16:48:20 +0000 |
commit | 39d13d9412c68e846a66c1973e87654b34e1beb4 (patch) | |
tree | 4ea2c3b4729cb8360c6f934d84ac548506445535 /net/net.gyp | |
parent | 0b616cde2ef04f1117a4b18b2b612b85431e31a9 (diff) | |
download | chromium_src-39d13d9412c68e846a66c1973e87654b34e1beb4.zip chromium_src-39d13d9412c68e846a66c1973e87654b34e1beb4.tar.gz chromium_src-39d13d9412c68e846a66c1973e87654b34e1beb4.tar.bz2 |
Refactor the SPDY stream unit test with merging common part.
BUG=
TEST=net_unittests SpdyStreamSpdy2Test SpdyStreamSpdy3Test
Review URL: https://chromiumcodereview.appspot.com/10802006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 632b4a4..7cef705 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1262,6 +1262,8 @@ 'spdy/spdy_session_spdy2_unittest.cc', 'spdy/spdy_stream_spdy3_unittest.cc', 'spdy/spdy_stream_spdy2_unittest.cc', + 'spdy/spdy_stream_test_util.cc', + 'spdy/spdy_stream_test_util.h', 'spdy/spdy_test_util_spdy3.cc', 'spdy/spdy_test_util_spdy3.h', 'spdy/spdy_test_util_spdy2.cc', |