diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 18:53:58 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 18:53:58 +0000 |
commit | 54e4a32da5ed7cbe25901038678c3baf111eb1a2 (patch) | |
tree | ed08b490d9e75f2ff8a148b26309858eaa74a02c /dom/media/webspeech/synth/pico/moz.build | |
parent | 347f3bae7319cf7be6556cefae219b5fbe326ec8 (diff) | |
download | UXP-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/pico/moz.build')
-rw-r--r-- | dom/media/webspeech/synth/pico/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/webspeech/synth/pico/moz.build b/dom/media/webspeech/synth/pico/moz.build index 01ef30450..8c360bc85 100644 --- a/dom/media/webspeech/synth/pico/moz.build +++ b/dom/media/webspeech/synth/pico/moz.build @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -UNIFIED_SOURCES += [ +SOURCES += [ 'nsPicoService.cpp', 'PicoModule.cpp' ] |