| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index dffc423ddb3ff17d49bda5716d552ec3ca014142..6f761dee947580a0b4f1f34ffcfba75220c2798c 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -172,6 +172,7 @@
|
| 'speech/SpeechRecognitionResultList.idl',
|
| 'speech/SpeechSynthesis.idl',
|
| 'speech/SpeechSynthesisEvent.idl',
|
| + 'speech/SpeechSynthesisErrorEvent.idl',
|
| 'speech/SpeechSynthesisUtterance.idl',
|
| 'speech/SpeechSynthesisVoice.idl',
|
| 'storage/Storage.idl',
|
| @@ -1096,6 +1097,8 @@
|
| 'speech/SpeechSynthesis.h',
|
| 'speech/SpeechSynthesisEvent.cpp',
|
| 'speech/SpeechSynthesisEvent.h',
|
| + 'speech/SpeechSynthesisErrorEvent.cpp',
|
| + 'speech/SpeechSynthesisErrorEvent.h',
|
| 'speech/SpeechSynthesisUtterance.cpp',
|
| 'speech/SpeechSynthesisUtterance.h',
|
| 'speech/SpeechSynthesisVoice.cpp',
|
|
|