Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index d2ba53b4e410db53be18da057c77446b70e26d46..a3f19a4637ee0c1cf2613225ab3c7abf8b0ee394 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -169,6 +169,12 @@ |
'speech/SpeechSynthesisVoice.idl', |
'storage/Storage.idl', |
'storage/StorageEvent.idl', |
+ 'vr/HMDVRDevice.idl', |
+ 'vr/PositionSensorVRDevice.idl', |
+ 'vr/VRDevice.idl', |
+ 'vr/VREyeParameters.idl', |
+ 'vr/VRFieldOfView.idl', |
+ 'vr/VRPositionState.idl', |
'webaudio/AnalyserNode.idl', |
'webaudio/AudioBuffer.idl', |
'webaudio/AudioBufferCallback.idl', |
@@ -273,6 +279,7 @@ |
'speech/WindowSpeechSynthesis.idl', |
'storage/WindowStorage.idl', |
'vibration/NavigatorVibration.idl', |
+ 'vr/NavigatorVRDevice.idl', |
'webaudio/WindowWebAudio.idl', |
'webdatabase/WindowWebDatabase.idl', |
'webmidi/NavigatorWebMIDI.idl', |
@@ -344,6 +351,7 @@ |
'speech/SpeechRecognitionErrorInit.idl', |
'speech/SpeechRecognitionEventInit.idl', |
'storage/StorageEventInit.idl', |
+ 'vr/VRFieldOfViewInit.idl', |
'webmidi/MIDIConnectionEventInit.idl', |
'webmidi/MIDIMessageEventInit.idl', |
'webmidi/MIDIOptions.idl', |
@@ -425,6 +433,8 @@ |
'<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', |
'<(blink_modules_output_dir)/storage/StorageEventInit.cpp', |
'<(blink_modules_output_dir)/storage/StorageEventInit.h', |
+ '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', |
+ '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', |
'<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', |
'<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', |
'<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', |
@@ -1055,6 +1065,21 @@ |
'storage/StorageNamespaceController.h', |
'vibration/NavigatorVibration.cpp', |
'vibration/NavigatorVibration.h', |
+ 'vr/HMDVRDevice.cpp', |
+ 'vr/HMDVRDevice.h', |
+ 'vr/NavigatorVRDevice.cpp', |
+ 'vr/NavigatorVRDevice.h', |
+ 'vr/PositionSensorVRDevice.cpp', |
+ 'vr/PositionSensorVRDevice.h', |
+ 'vr/VRDevice.cpp', |
+ 'vr/VRDevice.h', |
+ 'vr/VREyeParameters.cpp', |
+ 'vr/VREyeParameters.h', |
+ 'vr/VRFieldOfView.h', |
+ 'vr/VRHardwareUnit.cpp', |
+ 'vr/VRHardwareUnit.h', |
+ 'vr/VRPositionState.cpp', |
+ 'vr/VRPositionState.h', |
'webaudio/AnalyserNode.cpp', |
'webaudio/AnalyserNode.h', |
'webaudio/AsyncAudioDecoder.cpp', |