| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 87a08a7a4033a171d05a9d6ae924ead8d4724986..ea9609f7cbead5db50912c157bdcb378bf923e99 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -205,6 +205,7 @@
|
| 'quota/NavigatorStorageQuota.idl',
|
| 'quota/WindowQuota.idl',
|
| 'quota/WorkerNavigatorStorageQuota.idl',
|
| + 'screen_orientation/ScreenOrientation.idl',
|
| 'serviceworkers/NavigatorServiceWorker.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| 'vibration/NavigatorVibration.idl',
|
| @@ -539,6 +540,8 @@
|
| 'quota/StorageUsageCallback.h',
|
| 'quota/WorkerNavigatorStorageQuota.cpp',
|
| 'quota/WorkerNavigatorStorageQuota.h',
|
| + 'screen_orientation/ScreenOrientation.cpp',
|
| + 'screen_orientation/ScreenOrientation.h',
|
| 'serviceworkers/InstallEvent.cpp',
|
| 'serviceworkers/InstallEvent.h',
|
| 'serviceworkers/InstallPhaseEvent.cpp',
|
|
|