| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 603fd843b1b0c973037a5b6bc13ba99efdf6e88e..9c337aea97b365ebf0b657c55bc706c1043b7c48 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -165,6 +165,11 @@
|
| 'speech/SpeechSynthesisEvent.idl',
|
| 'speech/SpeechSynthesisUtterance.idl',
|
| 'speech/SpeechSynthesisVoice.idl',
|
| + 'vr/HMDVRDevice.idl',
|
| + 'vr/PositionSensorVRDevice.idl',
|
| + 'vr/VRDevice.idl',
|
| + 'vr/VRFieldOfView.idl',
|
| + 'vr/VRPositionState.idl',
|
| 'webaudio/AnalyserNode.idl',
|
| 'webaudio/AudioBuffer.idl',
|
| 'webaudio/AudioBufferCallback.idl',
|
| @@ -270,6 +275,7 @@
|
| 'speech/WindowSpeech.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| 'vibration/NavigatorVibration.idl',
|
| + 'vr/NavigatorVRDevice.idl',
|
| 'webaudio/WindowWebAudio.idl',
|
| 'webdatabase/WindowWebDatabase.idl',
|
| 'webmidi/NavigatorWebMIDI.idl',
|
| @@ -335,6 +341,7 @@
|
| 'serviceworkers/RegistrationOptions.idl',
|
| 'speech/SpeechRecognitionErrorInit.idl',
|
| 'speech/SpeechRecognitionEventInit.idl',
|
| + 'vr/VRFieldOfViewInit.idl',
|
| 'webmidi/MIDIConnectionEventInit.idl',
|
| 'webmidi/MIDIMessageEventInit.idl',
|
| 'webmidi/MIDIOptions.idl',
|
| @@ -410,6 +417,8 @@
|
| '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
|
| '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
|
| '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.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',
|
| @@ -1007,6 +1016,19 @@
|
| 'speech/SpeechSynthesisVoice.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/VRFieldOfView.h',
|
| + 'vr/VRHardwareUnit.cpp',
|
| + 'vr/VRHardwareUnit.h',
|
| + 'vr/VRPositionState.cpp',
|
| + 'vr/VRPositionState.h',
|
| 'webaudio/AnalyserNode.cpp',
|
| 'webaudio/AnalyserNode.h',
|
| 'webaudio/AsyncAudioDecoder.cpp',
|
|
|