Issue #80 - De-unify dom/media part 1

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)
This commit is contained in:
Moonchild 2020-04-22 02:32:20 +00:00 • committed by Roy Tam
commit 094d4730dd
40 changed files with 79 additions and 50 deletions

View file

@ -10,7 +10,7 @@ EXPORTS.mozilla += [
'MediaDrmProxySupport.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'MediaDrmCDMCallbackProxy.cpp',
'MediaDrmCDMProxy.cpp',
'MediaDrmProxySupport.cpp',

View file

@ -23,7 +23,7 @@ EXPORTS.mozilla += [
'EMEUtils.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'CDMCaps.cpp',
'DetailedPromise.cpp',
'EMEUtils.cpp',