diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 18:53:58 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:18:59 +0200 |
commit | 8ff6e8c8a2200db8307c158ce65d16e29abd3418 (patch) | |
tree | 4e46f40e1424c5a195eb3eaf594d653a28728797 /dom/media/webspeech/synth/moz.build | |
parent | 3652cd0f998b0499c3ed1d03d2042bbaf69e0699 (diff) | |
download | UXP-8ff6e8c8a2200db8307c158ce65d16e29abd3418.tar UXP-8ff6e8c8a2200db8307c158ce65d16e29abd3418.tar.gz UXP-8ff6e8c8a2200db8307c158ce65d16e29abd3418.tar.lz UXP-8ff6e8c8a2200db8307c158ce65d16e29abd3418.tar.xz UXP-8ff6e8c8a2200db8307c158ce65d16e29abd3418.zip |
Issue #80 - De-unify dom/media part 3
Excluding /dom/media/webrtc for bad template use:
MediaTrackConstraints.cpp/h
MediaEngineCameraVideoSource.cpp and
MediaEngineRemoteVideoSource.cpp
Diffstat (limited to 'dom/media/webspeech/synth/moz.build')
-rw-r--r-- | dom/media/webspeech/synth/moz.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/webspeech/synth/moz.build b/dom/media/webspeech/synth/moz.build index bb26515af..7b8c4cd31 100644 --- a/dom/media/webspeech/synth/moz.build +++ b/dom/media/webspeech/synth/moz.build @@ -26,7 +26,7 @@ if CONFIG['MOZ_WEBSPEECH']: 'SpeechSynthesisVoice.h', ] - UNIFIED_SOURCES += [ + SOURCES += [ 'ipc/SpeechSynthesisChild.cpp', 'ipc/SpeechSynthesisParent.cpp', 'nsSpeechTask.cpp', @@ -37,7 +37,7 @@ if CONFIG['MOZ_WEBSPEECH']: ] if CONFIG['MOZ_WEBSPEECH_TEST_BACKEND']: - UNIFIED_SOURCES += [ + SOURCES += [ 'test/FakeSynthModule.cpp', 'test/nsFakeSynthServices.cpp' ] |