| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index b119085be59c91695bd7cb087fb3d2b14ff44353..f2138329331bb89da7197fc2961fa8fb40454963 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -119,6 +119,7 @@
|
| 'quota/StorageQuota.idl',
|
| 'quota/StorageQuotaCallback.idl',
|
| 'quota/StorageUsageCallback.idl',
|
| + 'screen_orientation/ScreenOrientation.idl',
|
| 'serviceworkers/Client.idl',
|
| 'serviceworkers/FetchEvent.idl',
|
| 'serviceworkers/HeaderMap.idl',
|
| @@ -234,7 +235,7 @@
|
| 'quota/NavigatorStorageQuota.idl',
|
| 'quota/WindowQuota.idl',
|
| 'quota/WorkerNavigatorStorageQuota.idl',
|
| - 'screen_orientation/ScreenOrientation.idl',
|
| + 'screen_orientation/PartialScreenOrientation.idl',
|
| 'serviceworkers/NavigatorServiceWorker.idl',
|
| 'speech/WindowSpeech.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| @@ -646,6 +647,8 @@
|
| 'quota/WorkerNavigatorStorageQuota.h',
|
| 'screen_orientation/LockOrientationCallback.cpp',
|
| 'screen_orientation/LockOrientationCallback.h',
|
| + 'screen_orientation/PartialScreenOrientation.cpp',
|
| + 'screen_orientation/PartialScreenOrientation.h',
|
| 'screen_orientation/ScreenOrientation.cpp',
|
| 'screen_orientation/ScreenOrientation.h',
|
| 'screen_orientation/ScreenOrientationController.cpp',
|
|
|