| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 0069073fa468b088071362a8668f4bf5b7054a0a..f272ff686f021bb53a70bd54ddbff1eaa1813289 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -120,6 +120,7 @@
|
| 'speech/SpeechSynthesisEvent.idl',
|
| 'speech/SpeechSynthesisUtterance.idl',
|
| 'speech/SpeechSynthesisVoice.idl',
|
| + 'vibration/NavigatorVibration.idl',
|
| 'webaudio/AudioBuffer.idl',
|
| 'webaudio/AudioBufferCallback.idl',
|
| 'webaudio/AudioBufferSourceNode.idl',
|
| @@ -452,6 +453,8 @@
|
| 'speech/SpeechSynthesisUtterance.h',
|
| 'speech/SpeechSynthesisVoice.cpp',
|
| 'speech/SpeechSynthesisVoice.h',
|
| + 'vibration/NavigatorVibration.cpp',
|
| + 'vibration/NavigatorVibration.h',
|
| 'webaudio/AudioBasicInspectorNode.cpp',
|
| 'webaudio/AudioBasicInspectorNode.h',
|
| 'webaudio/AudioBasicProcessorNode.cpp',
|
|
|