diff options
Diffstat (limited to 'ipc/app/moz.build')
-rw-r--r-- | ipc/app/moz.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ipc/app/moz.build b/ipc/app/moz.build index d6239c5dc..41eb8ccff 100644 --- a/ipc/app/moz.build +++ b/ipc/app/moz.build @@ -16,6 +16,15 @@ LOCAL_INCLUDES += [ '/xpcom/base', ] +# We link GMPLoader into plugin-container on desktop so that its code is +# covered by the desktop DRM vendor's voucher. +SOURCES += [ + '../../dom/media/gmp/GMPLoader.cpp', +] +USE_LIBS += [ + 'rlz', +] + # DELAYLOAD_DLLS in this block ensures that the DLL blocklist is functional if CONFIG['OS_ARCH'] == 'WINNT': DELAYLOAD_DLLS += [ |