diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 15:17:21 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 15:17:21 +0000 |
commit | 5537ddf13de7f74c297306aa3f138e8665b73d17 (patch) | |
tree | 153f06e4ba76ec1eb6346728d2bbfcd4031ee443 /build | |
parent | 938c2f86e8295b2ff599d47f441889418fc828be (diff) | |
download | chromium_src-5537ddf13de7f74c297306aa3f138e8665b73d17.zip chromium_src-5537ddf13de7f74c297306aa3f138e8665b73d17.tar.gz chromium_src-5537ddf13de7f74c297306aa3f138e8665b73d17.tar.bz2 |
Add Pause and Resume to Web TTS & Extension TTS APIs
The web speech spec already includes pause and resume, this
completes the implementation. For parity, this change also adds
support for Pause and Resume to Chrome's TTS extension API
and TTS Engine extension APIs.
BUG=171887
Review URL: https://chromiumcodereview.appspot.com/15108002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/system.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index bc8172e..867553f 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -517,6 +517,8 @@ 'spd_say', 'spd_stop', 'spd_close', + 'spd_pause', + 'spd_resume', 'spd_set_notification_on', 'spd_set_voice_rate', 'spd_set_voice_pitch', |