Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index c554b2130a30b66347f1dee93ea991134bce33cd..d782c2a08efe91228fca8adbcad06c3a13c37b95 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', |
@@ -611,8 +613,6 @@ |
'browser/frame_host/interstitial_page_impl.h', |
'browser/frame_host/interstitial_page_navigator_impl.cc', |
'browser/frame_host/interstitial_page_navigator_impl.h', |
- 'browser/frame_host/navigation_before_commit_info.cc', |
- 'browser/frame_host/navigation_before_commit_info.h', |
'browser/frame_host/navigation_controller_android.cc', |
'browser/frame_host/navigation_controller_android.h', |
'browser/frame_host/navigation_controller_delegate.h', |
@@ -816,6 +816,15 @@ |
'browser/loader/global_routing_id.h', |
'browser/loader/layered_resource_handler.cc', |
'browser/loader/layered_resource_handler.h', |
+ 'browser/loader/navigation_resource_handler.cc', |
+ 'browser/loader/navigation_resource_handler.h', |
+ 'browser/loader/navigation_url_loader.cc', |
+ 'browser/loader/navigation_url_loader.h', |
+ 'browser/loader/navigation_url_loader_core.cc', |
+ 'browser/loader/navigation_url_loader_core.h', |
+ 'browser/loader/navigation_url_loader_factory.h', |
+ 'browser/loader/navigation_url_loader_impl.cc', |
+ 'browser/loader/navigation_url_loader_impl.h', |
'browser/loader/power_save_block_resource_throttle.cc', |
'browser/loader/power_save_block_resource_throttle.h', |
'browser/loader/redirect_to_file_resource_handler.cc', |
@@ -841,6 +850,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', |