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

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: 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 'modules_idl_files': [ 3 'modules_idl_files': [
4 'device_orientation/DeviceAcceleration.idl', 4 'device_orientation/DeviceAcceleration.idl',
5 'device_orientation/DeviceMotionEvent.idl', 5 'device_orientation/DeviceMotionEvent.idl',
6 'device_orientation/DeviceRotationRate.idl', 6 'device_orientation/DeviceRotationRate.idl',
7 'donottrack/NavigatorDoNotTrack.idl', 7 'donottrack/NavigatorDoNotTrack.idl',
8 'encryptedmedia/MediaKeyMessageEvent.idl', 8 'encryptedmedia/MediaKeyMessageEvent.idl',
9 'encryptedmedia/MediaKeyNeededEvent.idl', 9 'encryptedmedia/MediaKeyNeededEvent.idl',
10 'encryptedmedia/MediaKeys.idl', 10 'encryptedmedia/MediaKeys.idl',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'speech/SpeechRecognition.idl', 105 'speech/SpeechRecognition.idl',
106 'speech/SpeechRecognitionAlternative.idl', 106 'speech/SpeechRecognitionAlternative.idl',
107 'speech/SpeechRecognitionError.idl', 107 'speech/SpeechRecognitionError.idl',
108 'speech/SpeechRecognitionEvent.idl', 108 'speech/SpeechRecognitionEvent.idl',
109 'speech/SpeechRecognitionResult.idl', 109 'speech/SpeechRecognitionResult.idl',
110 'speech/SpeechRecognitionResultList.idl', 110 'speech/SpeechRecognitionResultList.idl',
111 'speech/SpeechSynthesis.idl', 111 'speech/SpeechSynthesis.idl',
112 'speech/SpeechSynthesisEvent.idl', 112 'speech/SpeechSynthesisEvent.idl',
113 'speech/SpeechSynthesisUtterance.idl', 113 'speech/SpeechSynthesisUtterance.idl',
114 'speech/SpeechSynthesisVoice.idl', 114 'speech/SpeechSynthesisVoice.idl',
115 'vibration/NavigatorVibration.idl',
115 'webaudio/AudioBuffer.idl', 116 'webaudio/AudioBuffer.idl',
116 'webaudio/AudioBufferCallback.idl', 117 'webaudio/AudioBufferCallback.idl',
117 'webaudio/AudioBufferSourceNode.idl', 118 'webaudio/AudioBufferSourceNode.idl',
118 'webaudio/ChannelMergerNode.idl', 119 'webaudio/ChannelMergerNode.idl',
119 'webaudio/ChannelSplitterNode.idl', 120 'webaudio/ChannelSplitterNode.idl',
120 'webaudio/AudioContext.idl', 121 'webaudio/AudioContext.idl',
121 'webaudio/AudioDestinationNode.idl', 122 'webaudio/AudioDestinationNode.idl',
122 'webaudio/GainNode.idl', 123 'webaudio/GainNode.idl',
123 'webaudio/AudioListener.idl', 124 'webaudio/AudioListener.idl',
124 'webaudio/AudioNode.idl', 125 'webaudio/AudioNode.idl',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'speech/SpeechRecognitionResultList.cpp', 435 'speech/SpeechRecognitionResultList.cpp',
435 'speech/SpeechRecognitionResultList.h', 436 'speech/SpeechRecognitionResultList.h',
436 'speech/SpeechSynthesis.cpp', 437 'speech/SpeechSynthesis.cpp',
437 'speech/SpeechSynthesis.h', 438 'speech/SpeechSynthesis.h',
438 'speech/SpeechSynthesisEvent.cpp', 439 'speech/SpeechSynthesisEvent.cpp',
439 'speech/SpeechSynthesisEvent.h', 440 'speech/SpeechSynthesisEvent.h',
440 'speech/SpeechSynthesisUtterance.cpp', 441 'speech/SpeechSynthesisUtterance.cpp',
441 'speech/SpeechSynthesisUtterance.h', 442 'speech/SpeechSynthesisUtterance.h',
442 'speech/SpeechSynthesisVoice.cpp', 443 'speech/SpeechSynthesisVoice.cpp',
443 'speech/SpeechSynthesisVoice.h', 444 'speech/SpeechSynthesisVoice.h',
445 'vibration/NavigatorVibration.cpp',
446 'vibration/NavigatorVibration.h',
447 'vibration/Vibration.cpp',
448 'vibration/Vibration.h',
444 'webaudio/AudioBasicInspectorNode.cpp', 449 'webaudio/AudioBasicInspectorNode.cpp',
445 'webaudio/AudioBasicInspectorNode.h', 450 'webaudio/AudioBasicInspectorNode.h',
446 'webaudio/AudioBasicProcessorNode.cpp', 451 'webaudio/AudioBasicProcessorNode.cpp',
447 'webaudio/AudioBasicProcessorNode.h', 452 'webaudio/AudioBasicProcessorNode.h',
448 'webaudio/AudioBuffer.cpp', 453 'webaudio/AudioBuffer.cpp',
449 'webaudio/AudioBuffer.h', 454 'webaudio/AudioBuffer.h',
450 'webaudio/AudioBufferCallback.h', 455 'webaudio/AudioBufferCallback.h',
451 'webaudio/AudioBufferSourceNode.cpp', 456 'webaudio/AudioBufferSourceNode.cpp',
452 'webaudio/AudioBufferSourceNode.h', 457 'webaudio/AudioBufferSourceNode.h',
453 'webaudio/ChannelMergerNode.cpp', 458 'webaudio/ChannelMergerNode.cpp',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'websockets/WorkerThreadableWebSocketChannel.cpp', 649 'websockets/WorkerThreadableWebSocketChannel.cpp',
645 'websockets/WorkerThreadableWebSocketChannel.h', 650 'websockets/WorkerThreadableWebSocketChannel.h',
646 ], 651 ],
647 'modules_unittest_files': [ 652 'modules_unittest_files': [
648 'websockets/WebSocketDeflaterTest.cpp', 653 'websockets/WebSocketDeflaterTest.cpp',
649 'websockets/WebSocketExtensionDispatcherTest.cpp', 654 'websockets/WebSocketExtensionDispatcherTest.cpp',
650 'websockets/WebSocketPerMessageDeflateTest.cpp', 655 'websockets/WebSocketPerMessageDeflateTest.cpp',
651 ], 656 ],
652 }, 657 },
653 } 658 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698