diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 0b5b5d4..c370020 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -397,8 +397,13 @@ 'http/http_response_info.cc', 'http/http_response_info.h', 'http/http_stream.h', + 'http/http_stream_factory.cc', + 'http/http_stream_factory.h', + 'http/http_stream_handle.h', 'http/http_stream_parser.cc', 'http/http_stream_parser.h', + 'http/http_stream_request.cc', + 'http/http_stream_request.h', 'http/http_transaction.h', 'http/http_transaction_factory.h', 'http/url_security_manager.h', @@ -419,6 +424,7 @@ 'http/md4.h', 'http/partial_data.cc', 'http/partial_data.h', + 'http/stream_factory.h', 'ocsp/nss_ocsp.cc', 'ocsp/nss_ocsp.h', 'proxy/init_proxy_resolver.cc', |