| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index ddb42d562517eab40803e65f2c0768a53350f43e..f3f3c19fea1868eac313a4e958a83e9678a12a81 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -351,6 +351,8 @@
|
| 'http/http_network_session.h',
|
| 'http/http_network_transaction.cc',
|
| 'http/http_network_transaction.h',
|
| + 'http/http_request_headers.cc',
|
| + 'http/http_request_headers.h',
|
| 'http/http_request_info.h',
|
| 'http/http_response_headers.cc',
|
| 'http/http_response_headers.h',
|
| @@ -664,6 +666,7 @@
|
| 'http/http_chunked_decoder_unittest.cc',
|
| 'http/http_network_layer_unittest.cc',
|
| 'http/http_network_transaction_unittest.cc',
|
| + 'http/http_request_headers_unittest.cc',
|
| 'http/http_response_headers_unittest.cc',
|
| 'http/http_transaction_unittest.cc',
|
| 'http/http_transaction_unittest.h',
|
|
|