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

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: rebase 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'speech/SpeechRecognitionAlternative.idl', 124 'speech/SpeechRecognitionAlternative.idl',
125 'speech/SpeechRecognitionError.idl', 125 'speech/SpeechRecognitionError.idl',
126 'speech/SpeechRecognitionEvent.idl', 126 'speech/SpeechRecognitionEvent.idl',
127 'speech/SpeechRecognitionResult.idl', 127 'speech/SpeechRecognitionResult.idl',
128 'speech/SpeechRecognitionResultList.idl', 128 'speech/SpeechRecognitionResultList.idl',
129 'speech/SpeechSynthesis.idl', 129 'speech/SpeechSynthesis.idl',
130 'speech/SpeechSynthesisEvent.idl', 130 'speech/SpeechSynthesisEvent.idl',
131 'speech/SpeechSynthesisUtterance.idl', 131 'speech/SpeechSynthesisUtterance.idl',
132 'speech/SpeechSynthesisVoice.idl', 132 'speech/SpeechSynthesisVoice.idl',
133 'speech/WindowSpeechSynthesis.idl', 133 'speech/WindowSpeechSynthesis.idl',
134 'vibration/NavigatorVibration.idl',
134 'webaudio/AudioBuffer.idl', 135 'webaudio/AudioBuffer.idl',
135 'webaudio/AudioBufferCallback.idl', 136 'webaudio/AudioBufferCallback.idl',
136 'webaudio/AudioBufferSourceNode.idl', 137 'webaudio/AudioBufferSourceNode.idl',
137 'webaudio/ChannelMergerNode.idl', 138 'webaudio/ChannelMergerNode.idl',
138 'webaudio/ChannelSplitterNode.idl', 139 'webaudio/ChannelSplitterNode.idl',
139 'webaudio/AudioContext.idl', 140 'webaudio/AudioContext.idl',
140 'webaudio/AudioDestinationNode.idl', 141 'webaudio/AudioDestinationNode.idl',
141 'webaudio/GainNode.idl', 142 'webaudio/GainNode.idl',
142 'webaudio/AudioListener.idl', 143 'webaudio/AudioListener.idl',
143 'webaudio/AudioNode.idl', 144 'webaudio/AudioNode.idl',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'speech/SpeechRecognitionResultList.cpp', 475 'speech/SpeechRecognitionResultList.cpp',
475 'speech/SpeechRecognitionResultList.h', 476 'speech/SpeechRecognitionResultList.h',
476 'speech/SpeechSynthesis.cpp', 477 'speech/SpeechSynthesis.cpp',
477 'speech/SpeechSynthesis.h', 478 'speech/SpeechSynthesis.h',
478 'speech/SpeechSynthesisEvent.cpp', 479 'speech/SpeechSynthesisEvent.cpp',
479 'speech/SpeechSynthesisEvent.h', 480 'speech/SpeechSynthesisEvent.h',
480 'speech/SpeechSynthesisUtterance.cpp', 481 'speech/SpeechSynthesisUtterance.cpp',
481 'speech/SpeechSynthesisUtterance.h', 482 'speech/SpeechSynthesisUtterance.h',
482 'speech/SpeechSynthesisVoice.cpp', 483 'speech/SpeechSynthesisVoice.cpp',
483 'speech/SpeechSynthesisVoice.h', 484 'speech/SpeechSynthesisVoice.h',
485 'vibration/NavigatorVibration.cpp',
486 'vibration/NavigatorVibration.h',
484 'webaudio/AudioBasicInspectorNode.cpp', 487 'webaudio/AudioBasicInspectorNode.cpp',
485 'webaudio/AudioBasicInspectorNode.h', 488 'webaudio/AudioBasicInspectorNode.h',
486 'webaudio/AudioBasicProcessorNode.cpp', 489 'webaudio/AudioBasicProcessorNode.cpp',
487 'webaudio/AudioBasicProcessorNode.h', 490 'webaudio/AudioBasicProcessorNode.h',
488 'webaudio/AudioBuffer.cpp', 491 'webaudio/AudioBuffer.cpp',
489 'webaudio/AudioBuffer.h', 492 'webaudio/AudioBuffer.h',
490 'webaudio/AudioBufferCallback.h', 493 'webaudio/AudioBufferCallback.h',
491 'webaudio/AudioBufferSourceNode.cpp', 494 'webaudio/AudioBufferSourceNode.cpp',
492 'webaudio/AudioBufferSourceNode.h', 495 'webaudio/AudioBufferSourceNode.h',
493 'webaudio/ChannelMergerNode.cpp', 496 'webaudio/ChannelMergerNode.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'websockets/WorkerThreadableWebSocketChannel.cpp', 691 'websockets/WorkerThreadableWebSocketChannel.cpp',
689 'websockets/WorkerThreadableWebSocketChannel.h', 692 'websockets/WorkerThreadableWebSocketChannel.h',
690 ], 693 ],
691 'modules_unittest_files': [ 694 'modules_unittest_files': [
692 'websockets/WebSocketDeflaterTest.cpp', 695 'websockets/WebSocketDeflaterTest.cpp',
693 'websockets/WebSocketExtensionDispatcherTest.cpp', 696 'websockets/WebSocketExtensionDispatcherTest.cpp',
694 'websockets/WebSocketPerMessageDeflateTest.cpp', 697 'websockets/WebSocketPerMessageDeflateTest.cpp',
695 ], 698 ],
696 }, 699 },
697 } 700 }
OLDNEW
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698