| Index: net/net.gypi
|
| diff --git a/net/net.gypi b/net/net.gypi
|
| index 0fd8848232d46513472c4c3cb914a1aeabacafc2..4f9e332c8ddca9a80df871fa23e7330cf1c8f79d 100644
|
| --- a/net/net.gypi
|
| +++ b/net/net.gypi
|
| @@ -705,6 +705,10 @@
|
| 'http/http_stream_factory_impl.h',
|
| 'http/http_stream_factory_impl_job.cc',
|
| 'http/http_stream_factory_impl_job.h',
|
| + 'http/http_stream_factory_impl_job_factory_impl.cc',
|
| + 'http/http_stream_factory_impl_job_factory_impl.h',
|
| + 'http/http_stream_factory_impl_job_controller.cc',
|
| + 'http/http_stream_factory_impl_job_controller.h',
|
| 'http/http_stream_factory_impl_request.cc',
|
| 'http/http_stream_factory_impl_request.h',
|
| 'http/http_stream_parser.cc',
|
| @@ -1511,6 +1515,7 @@
|
| 'http/http_server_properties_manager_unittest.cc',
|
| 'http/http_status_code_unittest.cc',
|
| 'http/http_status_line_validator_unittest.cc',
|
| + 'http/http_stream_factory_impl_job_controller_unittest.cc',
|
| 'http/http_stream_factory_impl_request_unittest.cc',
|
| 'http/http_stream_factory_impl_unittest.cc',
|
| 'http/http_stream_parser_unittest.cc',
|
|
|