diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 03:13:06 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 03:13:06 +0000 |
commit | cd314c828215d0ab4fb6ca721272f317014510c2 (patch) | |
tree | 93d58b91d9e1bb4146eca1db3e234cc14f00c17f /net/net.gyp | |
parent | dc93fc6b4a41f8f14ef4f7acef40a9e8b9ef9070 (diff) | |
download | chromium_src-cd314c828215d0ab4fb6ca721272f317014510c2.zip chromium_src-cd314c828215d0ab4fb6ca721272f317014510c2.tar.gz chromium_src-cd314c828215d0ab4fb6ca721272f317014510c2.tar.bz2 |
Rename FlipStreamImpl to FlipStream and separate it out into
its own files. This is a straight refactoring with no other
changes
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/348007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30428 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 46907a0..aa8a23f 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -284,6 +284,8 @@ 'flip/flip_session.h', 'flip/flip_session_pool.cc', 'flip/flip_session_pool.h', + 'flip/flip_stream.cc', + 'flip/flip_stream.h', 'flip/flip_transaction_factory.h', 'ftp/ftp_auth_cache.cc', 'ftp/ftp_auth_cache.h', |