| Index: Source/web/web.gypi
|
| diff --git a/Source/web/web.gypi b/Source/web/web.gypi
|
| index f102558bd7b8cf890cec0c0d2c469c90266606bc..ec0f2e92c6241106abe576b3475f679e3edd8e43 100644
|
| --- a/Source/web/web.gypi
|
| +++ b/Source/web/web.gypi
|
| @@ -81,6 +81,8 @@
|
| 'PrerendererClientImpl.h',
|
| 'ScrollbarGroup.cpp',
|
| 'ScrollbarGroup.h',
|
| + 'ScreenOrientationClientProxy.cpp',
|
| + 'ScreenOrientationClientProxy.h',
|
| 'ServiceWorkerGlobalScopeClientImpl.cpp',
|
| 'ServiceWorkerGlobalScopeClientImpl.h',
|
| 'ServiceWorkerGlobalScopeProxy.cpp',
|
| @@ -218,6 +220,7 @@
|
| 'WebScopedUserGesture.cpp',
|
| 'WebScopedUserGesture.cpp',
|
| 'WebScopedWindowFocusAllowedIndicator.cpp',
|
| + 'WebScreenOrientationController.cpp',
|
| 'WebScriptBindings.cpp',
|
| 'WebScriptController.cpp',
|
| 'WebScrollbarThemePainter.cpp',
|
|
|