Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: content/content_tests.gypi

Issue 1891543002: Devirtualize SpeechRecognitionEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_one_shot_engine
Patch Set: drop an include Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 0abd908e1f6804e436099ce7fc601aa97f139a12..c6050b8210cdbf045ab605e7faab60ff6f8cd914 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -739,7 +739,7 @@
'content_unittests_speech_sources': [
'browser/speech/chunked_byte_buffer_unittest.cc',
'browser/speech/endpointer/endpointer_unittest.cc',
- 'browser/speech/google_streaming_remote_engine_unittest.cc',
+ 'browser/speech/speech_recognition_engine_unittest.cc',
'browser/speech/speech_recognizer_impl_unittest.cc',
],
# Put WebRTC-related sources in the plugin+WebRTC section below.

Powered by Google App Engine
This is Rietveld 408576698