diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 02:32:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 02:32:20 +0000 |
commit | b5b62d841c733dcb62112f3158f1488e670671d6 (patch) | |
tree | 6a83353eed59e416073ead6cbd8661d389d7f9a6 /dom/media/eme | |
parent | c9bde0ff25540e6e3a41638c982cc7a575659487 (diff) | |
download | uxp-b5b62d841c733dcb62112f3158f1488e670671d6.tar.gz |
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)
Diffstat (limited to 'dom/media/eme')
-rw-r--r-- | dom/media/eme/mediadrm/moz.build | 2 | ||||
-rw-r--r-- | dom/media/eme/moz.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/eme/mediadrm/moz.build b/dom/media/eme/mediadrm/moz.build index c01f7a52e2..83479d670e 100644 --- a/dom/media/eme/mediadrm/moz.build +++ b/dom/media/eme/mediadrm/moz.build @@ -10,7 +10,7 @@ EXPORTS.mozilla += [ 'MediaDrmProxySupport.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'MediaDrmCDMCallbackProxy.cpp', 'MediaDrmCDMProxy.cpp', 'MediaDrmProxySupport.cpp', diff --git a/dom/media/eme/moz.build b/dom/media/eme/moz.build index 47e622ae36..b55ae3df59 100644 --- a/dom/media/eme/moz.build +++ b/dom/media/eme/moz.build @@ -23,7 +23,7 @@ EXPORTS.mozilla += [ 'EMEUtils.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'CDMCaps.cpp', 'DetailedPromise.cpp', 'EMEUtils.cpp', |