| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index c554b2130a30b66347f1dee93ea991134bce33cd..fe6c0b323bb09ad329af06f2cb0b70f81582eb3d 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -209,6 +209,8 @@
|
| 'public/browser/ssl_host_state_delegate.h',
|
| 'public/browser/storage_partition.h',
|
| 'public/browser/stream_handle.h',
|
| + 'public/browser/stream_info.cc',
|
| + 'public/browser/stream_info.h',
|
| 'public/browser/tracing_controller.h',
|
| 'public/browser/user_metrics.h',
|
| 'public/browser/utility_process_host.h',
|
| @@ -841,6 +843,8 @@
|
| 'browser/loader/resource_scheduler_filter.h',
|
| 'browser/loader/stream_resource_handler.cc',
|
| 'browser/loader/stream_resource_handler.h',
|
| + 'browser/loader/stream_writer.cc',
|
| + 'browser/loader/stream_writer.h',
|
| 'browser/loader/sync_resource_handler.cc',
|
| 'browser/loader/sync_resource_handler.h',
|
| 'browser/loader/temporary_file_stream.cc',
|
|
|