diff options
Diffstat (limited to 'dom/media/gmp/moz.build')
-rw-r--r-- | dom/media/gmp/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/media/gmp/moz.build b/dom/media/gmp/moz.build index 82d091168d..697edd7037 100644 --- a/dom/media/gmp/moz.build +++ b/dom/media/gmp/moz.build @@ -38,9 +38,6 @@ EXPORTS += [ 'GMPContentChild.h', 'GMPContentParent.h', 'GMPCrashHelperHolder.h', - 'GMPDecryptorChild.h', - 'GMPDecryptorParent.h', - 'GMPDecryptorProxy.h', 'GMPEncryptedBufferDataImpl.h', 'GMPLoader.h', 'GMPMessageUtils.h', @@ -77,8 +74,6 @@ UNIFIED_SOURCES += [ 'GMPChild.cpp', 'GMPContentChild.cpp', 'GMPContentParent.cpp', - 'GMPDecryptorChild.cpp', - 'GMPDecryptorParent.cpp', 'GMPDiskStorage.cpp', 'GMPEncryptedBufferDataImpl.cpp', 'GMPMemoryStorage.cpp', @@ -112,7 +107,6 @@ IPDL_SOURCES += [ 'PGMP.ipdl', 'PGMPAudioDecoder.ipdl', 'PGMPContent.ipdl', - 'PGMPDecryptor.ipdl', 'PGMPService.ipdl', 'PGMPStorage.ipdl', 'PGMPTimer.ipdl', |