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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'speech/SpeechRecognitionEvent.idl', 214 'speech/SpeechRecognitionEvent.idl',
215 'speech/SpeechRecognitionResult.idl', 215 'speech/SpeechRecognitionResult.idl',
216 'speech/SpeechRecognitionResultList.idl', 216 'speech/SpeechRecognitionResultList.idl',
217 'speech/SpeechSynthesis.idl', 217 'speech/SpeechSynthesis.idl',
218 'speech/SpeechSynthesisEvent.idl', 218 'speech/SpeechSynthesisEvent.idl',
219 'speech/SpeechSynthesisUtterance.idl', 219 'speech/SpeechSynthesisUtterance.idl',
220 'speech/SpeechSynthesisVoice.idl', 220 'speech/SpeechSynthesisVoice.idl',
221 'storage/Storage.idl', 221 'storage/Storage.idl',
222 'storage/StorageEvent.idl', 222 'storage/StorageEvent.idl',
223 'vr/VRDisplay.idl', 223 'vr/VRDisplay.idl',
224 'vr/VRDisplayEvent.idl',
224 'vr/VRDisplayCapabilities.idl', 225 'vr/VRDisplayCapabilities.idl',
225 'vr/VREyeParameters.idl', 226 'vr/VREyeParameters.idl',
226 'vr/VRFieldOfView.idl', 227 'vr/VRFieldOfView.idl',
227 'vr/VRPose.idl', 228 'vr/VRPose.idl',
228 'vr/VRStageParameters.idl', 229 'vr/VRStageParameters.idl',
229 'webaudio/AnalyserNode.idl', 230 'webaudio/AnalyserNode.idl',
230 'webaudio/AudioBuffer.idl', 231 'webaudio/AudioBuffer.idl',
231 'webaudio/AudioBufferCallback.idl', 232 'webaudio/AudioBufferCallback.idl',
232 'webaudio/AudioBufferSourceNode.idl', 233 'webaudio/AudioBufferSourceNode.idl',
233 'webaudio/AudioContext.idl', 234 'webaudio/AudioContext.idl',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'serviceworkers/ExtendableEvent.idl', 445 'serviceworkers/ExtendableEvent.idl',
445 'serviceworkers/ExtendableMessageEvent.idl', 446 'serviceworkers/ExtendableMessageEvent.idl',
446 'serviceworkers/FetchEvent.idl', 447 'serviceworkers/FetchEvent.idl',
447 'serviceworkers/ForeignFetchEvent.idl', 448 'serviceworkers/ForeignFetchEvent.idl',
448 'serviceworkers/InstallEvent.idl', 449 'serviceworkers/InstallEvent.idl',
449 'serviceworkers/ServiceWorkerMessageEvent.idl', 450 'serviceworkers/ServiceWorkerMessageEvent.idl',
450 'speech/SpeechRecognitionError.idl', 451 'speech/SpeechRecognitionError.idl',
451 'speech/SpeechRecognitionEvent.idl', 452 'speech/SpeechRecognitionEvent.idl',
452 'speech/SpeechSynthesisEvent.idl', 453 'speech/SpeechSynthesisEvent.idl',
453 'storage/StorageEvent.idl', 454 'storage/StorageEvent.idl',
455 'vr/VRDisplayEvent.idl',
454 'webaudio/AudioProcessingEvent.idl', 456 'webaudio/AudioProcessingEvent.idl',
455 'webaudio/OfflineAudioCompletionEvent.idl', 457 'webaudio/OfflineAudioCompletionEvent.idl',
456 'webgl/WebGLContextEvent.idl', 458 'webgl/WebGLContextEvent.idl',
457 'webmidi/MIDIConnectionEvent.idl', 459 'webmidi/MIDIConnectionEvent.idl',
458 'webmidi/MIDIMessageEvent.idl', 460 'webmidi/MIDIMessageEvent.idl',
459 'websockets/CloseEvent.idl', 461 'websockets/CloseEvent.idl',
460 ], 462 ],
461 'modules_dictionary_idl_files': [ 463 'modules_dictionary_idl_files': [
462 'app_banner/BeforeInstallPromptEventInit.idl', 464 'app_banner/BeforeInstallPromptEventInit.idl',
463 'background_sync/SyncEventInit.idl', 465 'background_sync/SyncEventInit.idl',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'serviceworkers/ExtendableMessageEventInit.idl', 545 'serviceworkers/ExtendableMessageEventInit.idl',
544 'serviceworkers/FetchEventInit.idl', 546 'serviceworkers/FetchEventInit.idl',
545 'serviceworkers/ForeignFetchEventInit.idl', 547 'serviceworkers/ForeignFetchEventInit.idl',
546 'serviceworkers/ForeignFetchOptions.idl', 548 'serviceworkers/ForeignFetchOptions.idl',
547 'serviceworkers/ForeignFetchResponse.idl', 549 'serviceworkers/ForeignFetchResponse.idl',
548 'serviceworkers/RegistrationOptions.idl', 550 'serviceworkers/RegistrationOptions.idl',
549 'serviceworkers/ServiceWorkerMessageEventInit.idl', 551 'serviceworkers/ServiceWorkerMessageEventInit.idl',
550 'speech/SpeechRecognitionErrorInit.idl', 552 'speech/SpeechRecognitionErrorInit.idl',
551 'speech/SpeechRecognitionEventInit.idl', 553 'speech/SpeechRecognitionEventInit.idl',
552 'storage/StorageEventInit.idl', 554 'storage/StorageEventInit.idl',
555 'vr/VRDisplayEventInit.idl',
553 'vr/VRFieldOfViewInit.idl', 556 'vr/VRFieldOfViewInit.idl',
554 'vr/VRLayer.idl', 557 'vr/VRLayer.idl',
555 'webaudio/PeriodicWaveConstraints.idl', 558 'webaudio/PeriodicWaveConstraints.idl',
556 'webgl/WebGLContextAttributes.idl', 559 'webgl/WebGLContextAttributes.idl',
557 'webgl/WebGLContextEventInit.idl', 560 'webgl/WebGLContextEventInit.idl',
558 'webmidi/MIDIConnectionEventInit.idl', 561 'webmidi/MIDIConnectionEventInit.idl',
559 'webmidi/MIDIMessageEventInit.idl', 562 'webmidi/MIDIMessageEventInit.idl',
560 'webmidi/MIDIOptions.idl', 563 'webmidi/MIDIOptions.idl',
561 'webshare/ShareData.idl', 564 'webshare/ShareData.idl',
562 'websockets/CloseEventInit.idl', 565 'websockets/CloseEventInit.idl',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 755 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
753 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 756 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
754 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp', 757 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. cpp',
755 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h', 758 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit. h',
756 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 759 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
757 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 760 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
758 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 761 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
759 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 762 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
760 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 763 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
761 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 764 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
765 '<(blink_modules_output_dir)/vr/VRDisplayEventInit.cpp',
766 '<(blink_modules_output_dir)/vr/VRDisplayEventInit.h',
762 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 767 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
763 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 768 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
764 '<(blink_modules_output_dir)/vr/VRLayer.cpp', 769 '<(blink_modules_output_dir)/vr/VRLayer.cpp',
765 '<(blink_modules_output_dir)/vr/VRLayer.h', 770 '<(blink_modules_output_dir)/vr/VRLayer.h',
766 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp', 771 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp',
767 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h', 772 '<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h',
768 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp', 773 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp',
769 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.h', 774 '<(blink_modules_output_dir)/webgl/WebGLContextAttributes.h',
770 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp', 775 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp',
771 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h', 776 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 'vibration/VibrationController.cpp', 1648 'vibration/VibrationController.cpp',
1644 'vibration/VibrationController.h', 1649 'vibration/VibrationController.h',
1645 'vr/NavigatorVR.cpp', 1650 'vr/NavigatorVR.cpp',
1646 'vr/NavigatorVR.h', 1651 'vr/NavigatorVR.h',
1647 'vr/VRController.cpp', 1652 'vr/VRController.cpp',
1648 'vr/VRController.h', 1653 'vr/VRController.h',
1649 'vr/VRDisplay.cpp', 1654 'vr/VRDisplay.cpp',
1650 'vr/VRDisplay.h', 1655 'vr/VRDisplay.h',
1651 'vr/VRDisplayCapabilities.cpp', 1656 'vr/VRDisplayCapabilities.cpp',
1652 'vr/VRDisplayCapabilities.h', 1657 'vr/VRDisplayCapabilities.h',
1658 'vr/VRDisplayEvent.cpp',
1659 'vr/VRDisplayEvent.h',
1653 'vr/VREyeParameters.cpp', 1660 'vr/VREyeParameters.cpp',
1654 'vr/VREyeParameters.h', 1661 'vr/VREyeParameters.h',
1655 'vr/VRFieldOfView.h', 1662 'vr/VRFieldOfView.h',
1656 'vr/VRGetDevicesCallback.cpp', 1663 'vr/VRGetDevicesCallback.cpp',
1657 'vr/VRGetDevicesCallback.h', 1664 'vr/VRGetDevicesCallback.h',
1658 'vr/VRPose.cpp', 1665 'vr/VRPose.cpp',
1659 'vr/VRPose.h', 1666 'vr/VRPose.h',
1660 'vr/VRStageParameters.cpp', 1667 'vr/VRStageParameters.cpp',
1661 'vr/VRStageParameters.h', 1668 'vr/VRStageParameters.h',
1662 'wake_lock/ScreenWakeLock.cpp', 1669 'wake_lock/ScreenWakeLock.cpp',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 'webaudio/ConvolverNodeTest.cpp', 2090 'webaudio/ConvolverNodeTest.cpp',
2084 'webaudio/DynamicsCompressorNodeTest.cpp', 2091 'webaudio/DynamicsCompressorNodeTest.cpp',
2085 'webaudio/ScriptProcessorNodeTest.cpp', 2092 'webaudio/ScriptProcessorNodeTest.cpp',
2086 'webaudio/StereoPannerNodeTest.cpp', 2093 'webaudio/StereoPannerNodeTest.cpp',
2087 'webdatabase/QuotaTrackerTest.cpp', 2094 'webdatabase/QuotaTrackerTest.cpp',
2088 'websockets/DOMWebSocketTest.cpp', 2095 'websockets/DOMWebSocketTest.cpp',
2089 'websockets/DocumentWebSocketChannelTest.cpp', 2096 'websockets/DocumentWebSocketChannelTest.cpp',
2090 ], 2097 ],
2091 }, 2098 },
2092 } 2099 }
OLDNEW
« 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