| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 49cfd02d7ab590fabe90331b430778b351d1e5ac..7016a84a0703fb6fa8c16f12081d7314eb3387f5 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -191,6 +191,8 @@
|
| 'public/browser/resource_throttle.h',
|
| 'public/browser/save_page_type.h',
|
| 'public/browser/screen_orientation_dispatcher_host.h',
|
| + 'public/browser/screen_orientation_delegate.h',
|
| + 'public/browser/screen_orientation_provider.cc',
|
| 'public/browser/screen_orientation_provider.h',
|
| 'public/browser/service_worker_context.h',
|
| 'public/browser/service_worker_usage_info.cc',
|
| @@ -1125,12 +1127,12 @@
|
| 'browser/resource_context_impl.h',
|
| 'browser/safe_util_win.cc',
|
| 'browser/safe_util_win.h',
|
| + 'browser/screen_orientation/screen_orientation_delegate_android.cc',
|
| + 'browser/screen_orientation/screen_orientation_delegate_android.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_android.h',
|
| - 'browser/screen_orientation/screen_orientation_provider_android.cc',
|
| 'browser/service_worker/embedded_worker_instance.cc',
|
| 'browser/service_worker/embedded_worker_instance.h',
|
| 'browser/service_worker/embedded_worker_registry.cc',
|
|
|