| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 551dd63a2b4714bb4ba01284ceb065e5728f79e7..3138e5cec60299fc5edc714854da34bc39d1b08e 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -112,6 +112,7 @@
|
| 'speech/SpeechSynthesisEvent.idl',
|
| 'speech/SpeechSynthesisUtterance.idl',
|
| 'speech/SpeechSynthesisVoice.idl',
|
| + 'vibration/NavigatorVibration.idl',
|
| 'webaudio/AudioBuffer.idl',
|
| 'webaudio/AudioBufferCallback.idl',
|
| 'webaudio/AudioBufferSourceNode.idl',
|
| @@ -441,6 +442,10 @@
|
| 'speech/SpeechSynthesisUtterance.h',
|
| 'speech/SpeechSynthesisVoice.cpp',
|
| 'speech/SpeechSynthesisVoice.h',
|
| + 'vibration/NavigatorVibration.cpp',
|
| + 'vibration/NavigatorVibration.h',
|
| + 'vibration/Vibration.cpp',
|
| + 'vibration/Vibration.h',
|
| 'webaudio/AudioBasicInspectorNode.cpp',
|
| 'webaudio/AudioBasicInspectorNode.h',
|
| 'webaudio/AudioBasicProcessorNode.cpp',
|
|
|