| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 223d498d28bb00965e7b8066c67adcf59cbe7809..3c260b72815d264f328a0104a630dfeabde79500 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -273,6 +273,10 @@
|
| 'exported/WebSocketHandshakeResponseInfo.cpp',
|
| 'exported/WebSocketStreamError.cpp',
|
| 'exported/WebSourceInfo.cpp',
|
| + 'exported/WebSpeechSynthesisUtterance.cpp',
|
| + 'exported/WebSpeechSynthesisVoice.cpp',
|
| + 'exported/WebSpeechSynthesizerClientImpl.cpp',
|
| + 'exported/WebSpeechSynthesizerClientImpl.h',
|
| 'exported/WebThreadSafeData.cpp',
|
| 'exported/WebTransformKeyframe.cpp',
|
| 'exported/WebURL.cpp',
|
| @@ -749,6 +753,12 @@
|
| 'scroll/ScrollbarThemeOverlay.h',
|
| 'scroll/ScrollbarThemeWin.cpp',
|
| 'scroll/ScrollbarThemeWin.h',
|
| + 'speech/PlatformSpeechSynthesisUtterance.cpp',
|
| + 'speech/PlatformSpeechSynthesisUtterance.h',
|
| + 'speech/PlatformSpeechSynthesisVoice.cpp',
|
| + 'speech/PlatformSpeechSynthesisVoice.h',
|
| + 'speech/PlatformSpeechSynthesizer.cpp',
|
| + 'speech/PlatformSpeechSynthesizer.h',
|
| 'text/BidiContext.cpp',
|
| 'text/BidiContext.h',
|
| 'text/BidiResolver.h',
|
|
|