Bug 1254950 - Remove several media Makefile.ins; r=ted

MozReview-Commit-ID: 4dvngHQnH0b
This commit is contained in:
Mike Shal 2016-03-14 18:02:02 -04:00
Родитель 0ea1e0d44b
Коммит f33175df08
6 изменённых файлов: 15 добавлений и 36 удалений

Просмотреть файл

@ -1,12 +0,0 @@
#
# 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/.
INSTALL_TARGETS += FAKE_GMP_OPENH264_PLUGIN
FAKE_GMP_OPENH264_PLUGIN_DEST = $(DEPTH)/dist/bin/gmp-fakeopenh264/1.0
FAKE_GMP_OPENH264_PLUGIN_FILES = \
$(srcdir)/fakeopenh264.info \
$(srcdir)/fakeopenh264.voucher \
$(NULL)

Просмотреть файл

@ -7,6 +7,12 @@
# largely a copy of dom/media/gmp-fake/moz.build
FINAL_TARGET = 'dist/bin/gmp-fakeopenh264/1.0'
FINAL_TARGET_FILES += [
'fakeopenh264.info',
'fakeopenh264.voucher',
]
SOURCES += [
'gmp-fake-openh264.cpp',
]

Просмотреть файл

@ -1,13 +0,0 @@
#
# 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/.
INSTALL_TARGETS += FAKE_GMP_PLUGIN
FAKE_GMP_PLUGIN_DEST = $(DEPTH)/dist/bin/gmp-fake/1.0
FAKE_GMP_PLUGIN_FILES = \
$(SHARED_LIBRARY) \
$(srcdir)/fake.info \
$(srcdir)/fake.voucher
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -4,7 +4,13 @@
# 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/.
DIST_INSTALL = False
FINAL_TARGET = 'dist/bin/gmp-fake/1.0'
FINAL_TARGET_FILES += [
'fake.info',
'fake.voucher',
]
SOURCES += [
'gmp-fake.cpp',
'gmp-test-decryptor.cpp',

Просмотреть файл

@ -1,10 +0,0 @@
# 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/.
CLEARKEY_CDM_PATH := $(DEPTH)/dist/bin/gmp-clearkey/0.1
CLEARKEY_CDM := \
clearkey.info.in \
$(NULL)
PP_TARGETS := CLEARKEY_CDM

Просмотреть файл

@ -8,6 +8,8 @@ SharedLibrary('clearkey')
FINAL_TARGET = 'dist/bin/gmp-clearkey/0.1'
FINAL_TARGET_PP_FILES += ['clearkey.info.in']
UNIFIED_SOURCES += [
'ClearKeyAsyncShutdown.cpp',
'ClearKeyBase64.cpp',