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

Unified Diff: content/content_common.gypi

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased from master. Created 8 years, 9 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4889f2c67a81c5cede2d4e003313340bd60dc7e4..e93daf8910d012de4dfdbba6728052c883c929b5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -74,8 +74,8 @@
'public/common/serialized_script_value.h',
'public/common/show_desktop_notification_params.cc',
'public/common/show_desktop_notification_params.h',
- 'public/common/speech_input_result.cc',
- 'public/common/speech_input_result.h',
+ 'public/common/speech_recognition_result.h',
+ 'public/common/speech_recognition_result.cc',
'public/common/ssl_status.cc',
'public/common/ssl_status.h',
'public/common/stop_find_action.h',
@@ -286,7 +286,7 @@
'common/socket_stream_dispatcher.cc',
'common/socket_stream_dispatcher.h',
'common/socket_stream_messages.h',
- 'common/speech_input_messages.h',
+ 'common/speech_recognition_messages.h',
'common/ssl_status_serialization.cc',
'common/ssl_status_serialization.h',
'common/swapped_out_messages.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698