| Index: third_party/WebKit/Source/modules/speech/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/speech/BUILD.gn b/third_party/WebKit/Source/modules/speech/BUILD.gn
|
| index 0e60ce457477b40815b17513a9a7c140f703640a..a5c366ce3d3c12156fefbfcccecf590968f57576 100644
|
| --- a/third_party/WebKit/Source/modules/speech/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/speech/BUILD.gn
|
| @@ -18,6 +18,8 @@ blink_modules_sources("speech") {
|
| "SpeechRecognitionAlternative.cpp",
|
| "SpeechRecognitionAlternative.h",
|
| "SpeechRecognitionClient.h",
|
| + "SpeechRecognitionClientProxy.cpp",
|
| + "SpeechRecognitionClientProxy.h",
|
| "SpeechRecognitionController.cpp",
|
| "SpeechRecognitionController.h",
|
| "SpeechRecognitionError.cpp",
|
|
|