summaryrefslogtreecommitdiffstats
path: root/dom/media/webspeech/synth/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-22 18:53:58 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-22 18:53:58 +0000
commit54e4a32da5ed7cbe25901038678c3baf111eb1a2 (patch)
treeed08b490d9e75f2ff8a148b26309858eaa74a02c /dom/media/webspeech/synth/moz.build
parent347f3bae7319cf7be6556cefae219b5fbe326ec8 (diff)
downloadUXP-54e4a32da5ed7cbe25901038678c3baf111eb1a2.tar
UXP-54e4a32da5ed7cbe25901038678c3baf111eb1a2.tar.gz
UXP-54e4a32da5ed7cbe25901038678c3baf111eb1a2.tar.lz
UXP-54e4a32da5ed7cbe25901038678c3baf111eb1a2.tar.xz
UXP-54e4a32da5ed7cbe25901038678c3baf111eb1a2.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.build4
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'
]