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

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: Fix layout tests, minor cleanup. 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'speech/SpeechRecognition.idl', 116 'speech/SpeechRecognition.idl',
117 'speech/SpeechRecognitionAlternative.idl', 117 'speech/SpeechRecognitionAlternative.idl',
118 'speech/SpeechRecognitionError.idl', 118 'speech/SpeechRecognitionError.idl',
119 'speech/SpeechRecognitionEvent.idl', 119 'speech/SpeechRecognitionEvent.idl',
120 'speech/SpeechRecognitionResult.idl', 120 'speech/SpeechRecognitionResult.idl',
121 'speech/SpeechRecognitionResultList.idl', 121 'speech/SpeechRecognitionResultList.idl',
122 'speech/SpeechSynthesis.idl', 122 'speech/SpeechSynthesis.idl',
123 'speech/SpeechSynthesisEvent.idl', 123 'speech/SpeechSynthesisEvent.idl',
124 'speech/SpeechSynthesisUtterance.idl', 124 'speech/SpeechSynthesisUtterance.idl',
125 'speech/SpeechSynthesisVoice.idl', 125 'speech/SpeechSynthesisVoice.idl',
126 'vibration/NavigatorVibration.idl',
126 'webaudio/AudioBuffer.idl', 127 'webaudio/AudioBuffer.idl',
127 'webaudio/AudioBufferCallback.idl', 128 'webaudio/AudioBufferCallback.idl',
128 'webaudio/AudioBufferSourceNode.idl', 129 'webaudio/AudioBufferSourceNode.idl',
129 'webaudio/ChannelMergerNode.idl', 130 'webaudio/ChannelMergerNode.idl',
130 'webaudio/ChannelSplitterNode.idl', 131 'webaudio/ChannelSplitterNode.idl',
131 'webaudio/AudioContext.idl', 132 'webaudio/AudioContext.idl',
132 'webaudio/AudioDestinationNode.idl', 133 'webaudio/AudioDestinationNode.idl',
133 'webaudio/GainNode.idl', 134 'webaudio/GainNode.idl',
134 'webaudio/AudioListener.idl', 135 'webaudio/AudioListener.idl',
135 'webaudio/AudioNode.idl', 136 'webaudio/AudioNode.idl',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'speech/SpeechRecognitionResultList.cpp', 455 'speech/SpeechRecognitionResultList.cpp',
455 'speech/SpeechRecognitionResultList.h', 456 'speech/SpeechRecognitionResultList.h',
456 'speech/SpeechSynthesis.cpp', 457 'speech/SpeechSynthesis.cpp',
457 'speech/SpeechSynthesis.h', 458 'speech/SpeechSynthesis.h',
458 'speech/SpeechSynthesisEvent.cpp', 459 'speech/SpeechSynthesisEvent.cpp',
459 'speech/SpeechSynthesisEvent.h', 460 'speech/SpeechSynthesisEvent.h',
460 'speech/SpeechSynthesisUtterance.cpp', 461 'speech/SpeechSynthesisUtterance.cpp',
461 'speech/SpeechSynthesisUtterance.h', 462 'speech/SpeechSynthesisUtterance.h',
462 'speech/SpeechSynthesisVoice.cpp', 463 'speech/SpeechSynthesisVoice.cpp',
463 'speech/SpeechSynthesisVoice.h', 464 'speech/SpeechSynthesisVoice.h',
465 'vibration/NavigatorVibration.cpp',
466 'vibration/NavigatorVibration.h',
464 'webaudio/AudioBasicInspectorNode.cpp', 467 'webaudio/AudioBasicInspectorNode.cpp',
465 'webaudio/AudioBasicInspectorNode.h', 468 'webaudio/AudioBasicInspectorNode.h',
466 'webaudio/AudioBasicProcessorNode.cpp', 469 'webaudio/AudioBasicProcessorNode.cpp',
467 'webaudio/AudioBasicProcessorNode.h', 470 'webaudio/AudioBasicProcessorNode.h',
468 'webaudio/AudioBuffer.cpp', 471 'webaudio/AudioBuffer.cpp',
469 'webaudio/AudioBuffer.h', 472 'webaudio/AudioBuffer.h',
470 'webaudio/AudioBufferCallback.h', 473 'webaudio/AudioBufferCallback.h',
471 'webaudio/AudioBufferSourceNode.cpp', 474 'webaudio/AudioBufferSourceNode.cpp',
472 'webaudio/AudioBufferSourceNode.h', 475 'webaudio/AudioBufferSourceNode.h',
473 'webaudio/ChannelMergerNode.cpp', 476 'webaudio/ChannelMergerNode.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'websockets/WorkerThreadableWebSocketChannel.cpp', 671 'websockets/WorkerThreadableWebSocketChannel.cpp',
669 'websockets/WorkerThreadableWebSocketChannel.h', 672 'websockets/WorkerThreadableWebSocketChannel.h',
670 ], 673 ],
671 'modules_unittest_files': [ 674 'modules_unittest_files': [
672 'websockets/WebSocketDeflaterTest.cpp', 675 'websockets/WebSocketDeflaterTest.cpp',
673 'websockets/WebSocketExtensionDispatcherTest.cpp', 676 'websockets/WebSocketExtensionDispatcherTest.cpp',
674 'websockets/WebSocketPerMessageDeflateTest.cpp', 677 'websockets/WebSocketPerMessageDeflateTest.cpp',
675 ], 678 ],
676 }, 679 },
677 } 680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698