| Index: net/net.gyp
|
| ===================================================================
|
| --- net/net.gyp (revision 172130)
|
| +++ net/net.gyp (working copy)
|
| @@ -151,6 +151,8 @@
|
| 'base/gzip_filter.h',
|
| 'base/gzip_header.cc',
|
| 'base/gzip_header.h',
|
| + 'base/hash_value.cc',
|
| + 'base/hash_value.h',
|
| 'base/host_cache.cc',
|
| 'base/host_cache.h',
|
| 'base/host_mapping_rules.cc',
|
| @@ -535,6 +537,8 @@
|
| 'http/http_response_headers.h',
|
| 'http/http_response_info.cc',
|
| 'http/http_response_info.h',
|
| + 'http/http_security_headers.cc',
|
| + 'http/http_security_headers.h',
|
| 'http/http_server_properties.cc',
|
| 'http/http_server_properties.h',
|
| 'http/http_server_properties_impl.cc',
|
| @@ -1406,6 +1410,7 @@
|
| 'http/http_request_headers_unittest.cc',
|
| 'http/http_response_body_drainer_unittest.cc',
|
| 'http/http_response_headers_unittest.cc',
|
| + 'http/http_security_headers_unittest.cc',
|
| 'http/http_server_properties_impl_unittest.cc',
|
| 'http/http_stream_factory_impl_unittest.cc',
|
| 'http/http_stream_parser_unittest.cc',
|
|
|