summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 18:34:09 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 18:34:09 +0000
commit43228bb2c6f4b75b66eea26a85eea66b186315d0 (patch)
treec9cdcae5f1aa99c28c2d7533b50325a88f70ca00 /net/net.gyp
parentaa60c729140b0b1132763a2e75ac546f3c147a4e (diff)
downloadchromium_src-43228bb2c6f4b75b66eea26a85eea66b186315d0.zip
chromium_src-43228bb2c6f4b75b66eea26a85eea66b186315d0.tar.gz
chromium_src-43228bb2c6f4b75b66eea26a85eea66b186315d0.tar.bz2
Revert 162462 - Add QuicFramer and friends.
Also fixes an unsigned constant problem from 162259. Revert 162263 - Revert 162259 - Add QuicFramer and friends. Review URL: https://chromiumcodereview.appspot.com/11188017 TBR=rch@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 10c9c0a..0a9270c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -628,26 +628,6 @@
'proxy/sync_host_resolver.h',
'proxy/sync_host_resolver_bridge.cc',
'proxy/sync_host_resolver_bridge.h',
- 'quic/crypto/crypto_framer.cc',
- 'quic/crypto/crypto_framer.h',
- 'quic/crypto/crypto_protocol.cc',
- 'quic/crypto/crypto_protocol.h',
- 'quic/crypto/null_decrypter.cc',
- 'quic/crypto/null_encrypter.cc',
- 'quic/crypto/quic_decrypter.h',
- 'quic/crypto/quic_decrypter.cc',
- 'quic/crypto/quic_encrypter.h',
- 'quic/crypto/quic_encrypter.cc',
- 'quic/quic_data_reader.cc',
- 'quic/quic_data_reader.h',
- 'quic/quic_data_writer.cc',
- 'quic/quic_data_writer.h',
- 'quic/quic_framer.cc',
- 'quic/quic_framer.h',
- 'quic/quic_protocol.cc',
- 'quic/quic_protocol.h',
- 'quic/quic_utils.cc',
- 'quic/quic_utils.h',
'socket/buffered_write_stream_socket.cc',
'socket/buffered_write_stream_socket.h',
'socket/client_socket_factory.cc',
@@ -1370,12 +1350,6 @@
'proxy/proxy_server_unittest.cc',
'proxy/proxy_service_unittest.cc',
'proxy/sync_host_resolver_bridge_unittest.cc',
- 'quic/crypto/crypto_framer_test.cc',
- 'quic/crypto/null_decrypter_test.cc',
- 'quic/crypto/null_encrypter_test.cc',
- 'quic/test_tools/quic_test_utils.cc',
- 'quic/test_tools/quic_test_utils.h',
- 'quic/quic_framer_test.cc',
'socket/buffered_write_stream_socket_unittest.cc',
'socket/client_socket_pool_base_unittest.cc',
'socket/deterministic_socket_data_unittest.cc',