| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index bbf1c120ddc858b1f1ecb9fc5baf0665f9a42c51..70f4be92d2f4b513f245bb1af64170e0dbee95dc 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -131,6 +131,7 @@
|
| 'speech/SpeechSynthesisUtterance.idl',
|
| 'speech/SpeechSynthesisVoice.idl',
|
| 'speech/WindowSpeechSynthesis.idl',
|
| + 'vibration/NavigatorVibration.idl',
|
| 'webaudio/AudioBuffer.idl',
|
| 'webaudio/AudioBufferCallback.idl',
|
| 'webaudio/AudioBufferSourceNode.idl',
|
| @@ -481,6 +482,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',
|
|
|