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

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: Rebased to fix UseCounter conflict 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 5d62623ad5d0de81a83bd6428881312f84d8a1f4..425feb85ca6d50bf4f6c1e3783967680f4a1a395 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',
@@ -550,6 +552,7 @@
'speech/SpeechRecognitionErrorInit.idl',
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
+ 'vr/VRDisplayEventInit.idl',
'vr/VRFieldOfViewInit.idl',
'vr/VRLayer.idl',
'webaudio/PeriodicWaveConstraints.idl',
@@ -759,6 +762,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',
@@ -1650,6 +1655,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',
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/vr/NavigatorVR.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698