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

Side by Side Diff: Source/modules/modules.gypi

Issue 15724023: Vibration API: use runtime flag, change from client to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fold Vibration into NavigatorVibration. Update interface and algorithm. Created 7 years, 6 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'speech/SpeechRecognition.idl', 113 'speech/SpeechRecognition.idl',
114 'speech/SpeechRecognitionAlternative.idl', 114 'speech/SpeechRecognitionAlternative.idl',
115 'speech/SpeechRecognitionError.idl', 115 'speech/SpeechRecognitionError.idl',
116 'speech/SpeechRecognitionEvent.idl', 116 'speech/SpeechRecognitionEvent.idl',
117 'speech/SpeechRecognitionResult.idl', 117 'speech/SpeechRecognitionResult.idl',
118 'speech/SpeechRecognitionResultList.idl', 118 'speech/SpeechRecognitionResultList.idl',
119 'speech/SpeechSynthesis.idl', 119 'speech/SpeechSynthesis.idl',
120 'speech/SpeechSynthesisEvent.idl', 120 'speech/SpeechSynthesisEvent.idl',
121 'speech/SpeechSynthesisUtterance.idl', 121 'speech/SpeechSynthesisUtterance.idl',
122 'speech/SpeechSynthesisVoice.idl', 122 'speech/SpeechSynthesisVoice.idl',
123 'vibration/NavigatorVibration.idl',
123 'webaudio/AudioBuffer.idl', 124 'webaudio/AudioBuffer.idl',
124 'webaudio/AudioBufferCallback.idl', 125 'webaudio/AudioBufferCallback.idl',
125 'webaudio/AudioBufferSourceNode.idl', 126 'webaudio/AudioBufferSourceNode.idl',
126 'webaudio/ChannelMergerNode.idl', 127 'webaudio/ChannelMergerNode.idl',
127 'webaudio/ChannelSplitterNode.idl', 128 'webaudio/ChannelSplitterNode.idl',
128 'webaudio/AudioContext.idl', 129 'webaudio/AudioContext.idl',
129 'webaudio/AudioDestinationNode.idl', 130 'webaudio/AudioDestinationNode.idl',
130 'webaudio/GainNode.idl', 131 'webaudio/GainNode.idl',
131 'webaudio/AudioListener.idl', 132 'webaudio/AudioListener.idl',
132 'webaudio/AudioNode.idl', 133 'webaudio/AudioNode.idl',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'speech/SpeechRecognitionResultList.cpp', 446 'speech/SpeechRecognitionResultList.cpp',
446 'speech/SpeechRecognitionResultList.h', 447 'speech/SpeechRecognitionResultList.h',
447 'speech/SpeechSynthesis.cpp', 448 'speech/SpeechSynthesis.cpp',
448 'speech/SpeechSynthesis.h', 449 'speech/SpeechSynthesis.h',
449 'speech/SpeechSynthesisEvent.cpp', 450 'speech/SpeechSynthesisEvent.cpp',
450 'speech/SpeechSynthesisEvent.h', 451 'speech/SpeechSynthesisEvent.h',
451 'speech/SpeechSynthesisUtterance.cpp', 452 'speech/SpeechSynthesisUtterance.cpp',
452 'speech/SpeechSynthesisUtterance.h', 453 'speech/SpeechSynthesisUtterance.h',
453 'speech/SpeechSynthesisVoice.cpp', 454 'speech/SpeechSynthesisVoice.cpp',
454 'speech/SpeechSynthesisVoice.h', 455 'speech/SpeechSynthesisVoice.h',
456 'vibration/NavigatorVibration.cpp',
457 'vibration/NavigatorVibration.h',
455 'webaudio/AudioBasicInspectorNode.cpp', 458 'webaudio/AudioBasicInspectorNode.cpp',
456 'webaudio/AudioBasicInspectorNode.h', 459 'webaudio/AudioBasicInspectorNode.h',
457 'webaudio/AudioBasicProcessorNode.cpp', 460 'webaudio/AudioBasicProcessorNode.cpp',
458 'webaudio/AudioBasicProcessorNode.h', 461 'webaudio/AudioBasicProcessorNode.h',
459 'webaudio/AudioBuffer.cpp', 462 'webaudio/AudioBuffer.cpp',
460 'webaudio/AudioBuffer.h', 463 'webaudio/AudioBuffer.h',
461 'webaudio/AudioBufferCallback.h', 464 'webaudio/AudioBufferCallback.h',
462 'webaudio/AudioBufferSourceNode.cpp', 465 'webaudio/AudioBufferSourceNode.cpp',
463 'webaudio/AudioBufferSourceNode.h', 466 'webaudio/AudioBufferSourceNode.h',
464 'webaudio/ChannelMergerNode.cpp', 467 'webaudio/ChannelMergerNode.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'websockets/WorkerThreadableWebSocketChannel.cpp', 662 'websockets/WorkerThreadableWebSocketChannel.cpp',
660 'websockets/WorkerThreadableWebSocketChannel.h', 663 'websockets/WorkerThreadableWebSocketChannel.h',
661 ], 664 ],
662 'modules_unittest_files': [ 665 'modules_unittest_files': [
663 'websockets/WebSocketDeflaterTest.cpp', 666 'websockets/WebSocketDeflaterTest.cpp',
664 'websockets/WebSocketExtensionDispatcherTest.cpp', 667 'websockets/WebSocketExtensionDispatcherTest.cpp',
665 'websockets/WebSocketPerMessageDeflateTest.cpp', 668 'websockets/WebSocketPerMessageDeflateTest.cpp',
666 ], 669 ],
667 }, 670 },
668 } 671 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698