Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 29f39777741f47e667e738f694d3ca2285e49624..a15ca765baedc86d383753fcbc8655ff423d3dbd 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -190,6 +190,8 @@ |
'public/browser/resource_request_info.h', |
'public/browser/resource_throttle.h', |
'public/browser/save_page_type.h', |
+ 'public/browser/screen_orientation_dispatcher_host.h', |
+ 'public/browser/screen_orientation_provider.h', |
'public/browser/service_worker_context.h', |
'public/browser/service_worker_usage_info.cc', |
'public/browser/service_worker_usage_info.h', |
@@ -1111,11 +1113,10 @@ |
'browser/resource_context_impl.h', |
'browser/safe_util_win.cc', |
'browser/safe_util_win.h', |
- 'browser/screen_orientation/screen_orientation_dispatcher_host.cc', |
- 'browser/screen_orientation/screen_orientation_dispatcher_host.h', |
+ 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
+ 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
'browser/screen_orientation/screen_orientation_message_filter_android.h', |
'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
- 'browser/screen_orientation/screen_orientation_provider.h', |
'browser/screen_orientation/screen_orientation_provider_android.h', |
'browser/screen_orientation/screen_orientation_provider_android.cc', |
'browser/service_worker/embedded_worker_instance.cc', |