| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 58d5ad519e93da81f4e9e9618fc0067e4be3d7f3..01c74d79252a447647affaadf8091724530f2fae 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -840,6 +840,14 @@
|
| 'browser/ssl/ssl_policy.h',
|
| 'browser/ssl/ssl_request_info.cc',
|
| 'browser/ssl/ssl_request_info.h',
|
| + 'browser/streams/stream.cc',
|
| + 'browser/streams/stream.h',
|
| + 'browser/streams/stream_context.cc',
|
| + 'browser/streams/stream_context.h',
|
| + 'browser/streams/stream_read_observer.h',
|
| + 'browser/streams/stream_registry.cc',
|
| + 'browser/streams/stream_registry.h',
|
| + 'browser/streams/stream_write_observer.h',
|
| 'browser/storage_partition_impl.cc',
|
| 'browser/storage_partition_impl.h',
|
| 'browser/storage_partition_impl_map.cc',
|
|
|