| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index 49acd6573e532efa609b69aad0e88a88815b4642..bc8172eba0387ac8dbce529f4b6d607f7906f512 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -520,6 +520,10 @@
|
| 'spd_set_notification_on',
|
| 'spd_set_voice_rate',
|
| 'spd_set_voice_pitch',
|
| + 'spd_list_synthesis_voices',
|
| + 'spd_set_synthesis_voice',
|
| + 'spd_list_modules',
|
| + 'spd_set_output_module',
|
| ],
|
| 'message': 'Generating libspeechd library loader.',
|
| 'process_outputs_as_sources': 1,
|
|
|