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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2265053004: Adding WebVR temporary presentation handling on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 31ab244ea9b0175f7a61df3b01b814c5c36beda3..6e203227e308be79d0f23051a7642a622c1fdb10 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -221,6 +221,7 @@
'storage/Storage.idl',
'storage/StorageEvent.idl',
'vr/VRDisplay.idl',
+ 'vr/VRDisplayEvent.idl',
'vr/VRDisplayCapabilities.idl',
'vr/VREyeParameters.idl',
'vr/VRFieldOfView.idl',
@@ -451,6 +452,7 @@
'speech/SpeechRecognitionEvent.idl',
'speech/SpeechSynthesisEvent.idl',
'storage/StorageEvent.idl',
+ 'vr/VRDisplayEvent.idl',
'webaudio/AudioProcessingEvent.idl',
'webaudio/OfflineAudioCompletionEvent.idl',
'webgl/WebGLContextEvent.idl',
@@ -549,6 +551,7 @@
'speech/SpeechRecognitionErrorInit.idl',
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
+ 'vr/VRDisplayEventInit.idl',
'vr/VRFieldOfViewInit.idl',
'vr/VRLayer.idl',
'webaudio/PeriodicWaveConstraints.idl',
@@ -756,6 +759,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/VRDisplayEventInit.cpp',
+ '<(blink_modules_output_dir)/vr/VRDisplayEventInit.h',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
'<(blink_modules_output_dir)/vr/VRLayer.cpp',
@@ -1647,6 +1652,8 @@
'vr/VRDisplay.h',
'vr/VRDisplayCapabilities.cpp',
'vr/VRDisplayCapabilities.h',
+ 'vr/VRDisplayEvent.cpp',
+ 'vr/VRDisplayEvent.h',
'vr/VREyeParameters.cpp',
'vr/VREyeParameters.h',
'vr/VRFieldOfView.h',

Powered by Google App Engine
This is Rietveld 408576698