Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(983)

Unified Diff: Source/modules/modules.gypi

Issue 848053002: Adding WebVR interface to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed feedback from philipj@opera.com, rebased Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.h » ('j') | Source/modules/vr/HMDVRDevice.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.h » ('j') | Source/modules/vr/HMDVRDevice.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698