diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-08 20:59:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-08 20:59:55 +0000 |
commit | ca35efb84ebae522f9ab7803d8e017f721e03207 (patch) | |
tree | 007a31b1f12259cb1940456d8b3717e71a2ddc7d /dom/media/webspeech/synth/cocoa/moz.build | |
parent | e7e63565ee4635198cc51ec3dd6f7a41e554b930 (diff) | |
download | uxp-ca35efb84ebae522f9ab7803d8e017f721e03207.tar.gz |
Issue #1751 -- Remove cocoa support code from /dom
Diffstat (limited to 'dom/media/webspeech/synth/cocoa/moz.build')
-rw-r--r-- | dom/media/webspeech/synth/cocoa/moz.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dom/media/webspeech/synth/cocoa/moz.build b/dom/media/webspeech/synth/cocoa/moz.build deleted file mode 100644 index 6953a81e95..0000000000 --- a/dom/media/webspeech/synth/cocoa/moz.build +++ /dev/null @@ -1,11 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# 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/. - -SOURCES += [ - 'OSXSpeechSynthesizerModule.cpp', - 'OSXSpeechSynthesizerService.mm' -] - -FINAL_LIBRARY = 'xul' |