Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 882ae3724101f4c62a675ed7cdbe88cd58ceeeee..cc691a0c12d38e9e83332ca9f4ddb566bbd9aeaf 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -203,6 +203,7 @@ |
'quota/NavigatorStorageQuota.idl', |
'quota/WindowQuota.idl', |
'quota/WorkerNavigatorStorageQuota.idl', |
+ 'screen_orientation/ScreenOrientation.idl', |
'serviceworkers/NavigatorServiceWorker.idl', |
'speech/WindowSpeechSynthesis.idl', |
'vibration/NavigatorVibration.idl', |
@@ -534,6 +535,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', |