| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 1a37cc5a2f87c1f83f7795e889e93bbf9a05b9ee..a72310b6dc51436ba7ee8fb157c394d05f854bca 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -1420,6 +1420,7 @@
|
| 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
|
| 'ftp/ftp_network_transaction_unittest.cc',
|
| 'ftp/ftp_util_unittest.cc',
|
| + 'http/bidirectional_stream_unittest.cc',
|
| 'http/des_unittest.cc',
|
| 'http/disk_based_cert_cache_unittest.cc',
|
| 'http/disk_cache_based_quic_server_info_unittest.cc',
|
| @@ -1880,6 +1881,16 @@
|
| "url_request/url_request_ftp_job.cc",
|
| "url_request/url_request_ftp_job.h",
|
| ],
|
| + 'net_bidirectional_stream_sources': [
|
| + 'http/bidirectional_stream.cc',
|
| + 'http/bidirectional_stream.h',
|
| + 'http/bidirectional_stream_job.cc',
|
| + 'http/bidirectional_stream_job.h',
|
| + 'http/bidirectional_stream_request_info.cc',
|
| + 'http/bidirectional_stream_request_info.h',
|
| + 'spdy/bidirectional_stream_spdy_job.cc',
|
| + 'spdy/bidirectional_stream_spdy_job.h',
|
| + ],
|
| 'net_websockets_sources': [
|
| "websockets/websocket_basic_handshake_stream.cc",
|
| "websockets/websocket_basic_handshake_stream.h",
|
|
|