summaryrefslogtreecommitdiff
path: root/dom/media/webspeech/synth/cocoa/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
commitca35efb84ebae522f9ab7803d8e017f721e03207 (patch)
tree007a31b1f12259cb1940456d8b3717e71a2ddc7d /dom/media/webspeech/synth/cocoa/moz.build
parente7e63565ee4635198cc51ec3dd6f7a41e554b930 (diff)
downloaduxp-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.build11
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'