| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 6b34ea5cc9138b1731c8869233f1c97d91f8da55..66aca7dfe7954531b66aa0296b142d2e316095e5 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -267,6 +267,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',
|
| @@ -673,6 +677,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',
|
|
|