summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 04:43:21 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 04:43:21 +0000
commit7adaccba309723e23cf444e4d64b5d5a761591e3 (patch)
tree9e95f5bdcde65854be5bfc18853c23a00bcc1749 /net/net.gyp
parent595c0ffc98abcad93010c94da8e99a87efce80c8 (diff)
downloadchromium_src-7adaccba309723e23cf444e4d64b5d5a761591e3.zip
chromium_src-7adaccba309723e23cf444e4d64b5d5a761591e3.tar.gz
chromium_src-7adaccba309723e23cf444e4d64b5d5a761591e3.tar.bz2
Add a command line switch to enable flip sockets.
With this change, flip code is now compiled and the limited unit tests actually run. BUG=none TEST=none Review URL: http://codereview.chromium.org/259064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 9c7ecdc..ed1b851 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -192,6 +192,19 @@
'disk_cache/storage_block.h',
'disk_cache/trace.cc',
'disk_cache/trace.h',
+ 'flip/flip_bitmasks.h',
+ 'flip/flip_frame_builder.cc',
+ 'flip/flip_frame_builder.h',
+ 'flip/flip_framer.cc',
+ 'flip/flip_framer.h',
+ 'flip/flip_network_transaction.cc',
+ 'flip/flip_network_transaction.h',
+ 'flip/flip_protocol.h',
+ 'flip/flip_session.cc',
+ 'flip/flip_session.h',
+ 'flip/flip_session_pool.cc',
+ 'flip/flip_session_pool.h',
+ 'flip/flip_transaction_factory.h',
'ftp/ftp_auth_cache.cc',
'ftp/ftp_auth_cache.h',
'ftp/ftp_ctrl_response_buffer.cc',
@@ -497,6 +510,9 @@
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
'http/des_unittest.cc',
+ 'flip/flip_framer_test.cc',
+ 'flip/flip_network_transaction_unittest.cc',
+ 'flip/flip_session_unittest.cc',
'http/http_auth_cache_unittest.cc',
'http/http_auth_handler_basic_unittest.cc',
'http/http_auth_handler_digest_unittest.cc',