From ca35efb84ebae522f9ab7803d8e017f721e03207 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 8 May 2021 20:59:55 +0000 Subject: Issue #1751 -- Remove cocoa support code from /dom --- dom/media/webspeech/synth/cocoa/moz.build | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dom/media/webspeech/synth/cocoa/moz.build (limited to 'dom/media/webspeech/synth/cocoa/moz.build') 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' -- cgit v1.2.3