| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 36c8a3720580a3b3afc82a1a32b028a891a92638..ca4ce1c96eadd37620ee3c622e3f9ad4eddb16a5 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -204,6 +204,7 @@
|
| 'quota/NavigatorStorageQuota.idl',
|
| 'quota/WindowQuota.idl',
|
| 'quota/WorkerNavigatorStorageQuota.idl',
|
| + 'screen_orientation/ScreenOrientation.idl',
|
| 'serviceworkers/NavigatorServiceWorker.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| 'vibration/NavigatorVibration.idl',
|
| @@ -542,6 +543,11 @@
|
| 'quota/StorageUsageCallback.h',
|
| 'quota/WorkerNavigatorStorageQuota.cpp',
|
| 'quota/WorkerNavigatorStorageQuota.h',
|
| + 'screen_orientation/ScreenOrientation.cpp',
|
| + 'screen_orientation/ScreenOrientation.h',
|
| + 'screen_orientation/ScreenOrientationClient.h',
|
| + 'screen_orientation/ScreenOrientationController.cpp',
|
| + 'screen_orientation/ScreenOrientationController.h',
|
| 'serviceworkers/InstallEvent.cpp',
|
| 'serviceworkers/InstallEvent.h',
|
| 'serviceworkers/InstallPhaseEvent.cpp',
|
| @@ -814,6 +820,7 @@
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_testing_dependency_idl_files' : [
|
| 'geolocation/testing/InternalsGeolocation.idl',
|
| + 'screen_orientation/testing/InternalsScreenOrientation.idl',
|
| 'speech/testing/InternalsSpeechSynthesis.idl',
|
| 'vibration/testing/InternalsVibration.idl',
|
| ],
|
| @@ -822,6 +829,10 @@
|
| 'geolocation/testing/InternalsGeolocation.h',
|
| 'geolocation/testing/GeolocationClientMock.h',
|
| 'geolocation/testing/GeolocationClientMock.cpp',
|
| + 'screen_orientation/testing/InternalsScreenOrientation.cpp',
|
| + 'screen_orientation/testing/InternalsScreenOrientation.h',
|
| + 'screen_orientation/testing/ScreenOrientationClientMock.cpp',
|
| + 'screen_orientation/testing/ScreenOrientationClientMock.h',
|
| 'speech/testing/InternalsSpeechSynthesis.cpp',
|
| 'speech/testing/InternalsSpeechSynthesis.h',
|
| 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
|
|
|