mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
This de-unifies up to and including dom/media/platforms with the exception of dom/media/platforms/wmf, because that one throws weird errors in the Win SDK which don't have a clear cause (yet)
19 lines
No EOL
555 B
Python
19 lines
No EOL
555 B
Python
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
EXPORTS.mozilla += [
|
|
'MediaDrmCDMCallbackProxy.h',
|
|
'MediaDrmCDMProxy.h',
|
|
'MediaDrmProxySupport.h',
|
|
]
|
|
|
|
SOURCES += [
|
|
'MediaDrmCDMCallbackProxy.cpp',
|
|
'MediaDrmCDMProxy.cpp',
|
|
'MediaDrmProxySupport.cpp',
|
|
]
|
|
|
|
FINAL_LIBRARY = 'xul' |