Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 037c9a4b7d0c7dd74b204089f014e41de01dc6d4..31c28dcf4c7f3b1c924ccbeb0324da0d096de734 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -182,6 +182,8 @@ |
'public/browser/navigation_details.h', |
'public/browser/navigation_entry.h', |
'public/browser/navigation_handle.h', |
+ 'public/browser/navigation_throttle.h', |
+ 'public/browser/navigation_throttle.cc', |
'public/browser/navigation_type.h', |
'public/browser/navigator_connect_context.h', |
'public/browser/navigator_connect_service_factory.h', |
@@ -755,6 +757,8 @@ |
'browser/frame_host/navigation_entry_impl.h', |
'browser/frame_host/navigation_entry_screenshot_manager.cc', |
'browser/frame_host/navigation_entry_screenshot_manager.h', |
+ 'browser/frame_host/navigation_handle_factory.cc', |
+ 'browser/frame_host/navigation_handle_factory.h', |
'browser/frame_host/navigation_handle_impl.cc', |
'browser/frame_host/navigation_handle_impl.h', |
'browser/frame_host/navigation_request.cc', |
@@ -971,6 +975,8 @@ |
'browser/loader/mime_type_resource_handler.h', |
'browser/loader/navigation_resource_handler.cc', |
'browser/loader/navigation_resource_handler.h', |
+ 'browser/loader/navigation_resource_throttle.cc', |
+ 'browser/loader/navigation_resource_throttle.h', |
'browser/loader/navigation_url_loader.cc', |
'browser/loader/navigation_url_loader.h', |
'browser/loader/navigation_url_loader_delegate.h', |