| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 76cc65d8e69ba759460b3459e15c5ce015d2fc26..1f8da711aa947a1fd70293ee232b76b13c650c1c 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -31,6 +31,7 @@
|
| 'port/browser/location_provider.h',
|
| 'port/browser/render_view_host_delegate_view.h',
|
| 'port/browser/render_widget_host_view_port.h',
|
| + 'port/browser/screen_orientation_provider.h',
|
| 'port/browser/vibration_provider.h',
|
| 'port/browser/web_contents_view_port.h',
|
| 'public/browser/access_token_store.h',
|
| @@ -1100,6 +1101,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_provider_android.cc',
|
| + 'browser/screen_orientation/screen_orientation_provider_android.h',
|
| 'browser/service_worker/embedded_worker_instance.cc',
|
| 'browser/service_worker/embedded_worker_instance.h',
|
| 'browser/service_worker/embedded_worker_registry.cc',
|
|
|