diff options
author | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 11:01:02 +0000 |
---|---|---|
committer | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 11:01:02 +0000 |
commit | c52b28964090204b87634b396823c3709855079c (patch) | |
tree | 1e8e20c58dd735baa7f8312dc115fff224e4e5cd /content/content_common.gypi | |
parent | 9104f7e80f0bd0c2353254ec5c354199d965f44d (diff) | |
download | chromium_src-c52b28964090204b87634b396823c3709855079c.zip chromium_src-c52b28964090204b87634b396823c3709855079c.tar.gz chromium_src-c52b28964090204b87634b396823c3709855079c.tar.bz2 |
Renamed speech recognition code in preparation for introducing a new speech implementation.
- The general-purpose speech recognition classes (that will be needed also by future code) have been renamed to SpeechRecognition*;
- The IPC Messages and dispatcher(host) classes that are only related to the current input tag (x-webkit-speech) support have been renamed to InputTagSpeech*;
- The namespace has been renamed from speech_input to speech;
BUG=116954
TEST=
Review URL: https://chromiumcodereview.appspot.com/9568002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 4889f2c..e93daf8 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', |