author | James Cheng <jacheng@mozilla.com> |
Wed, 27 Sep 2017 02:27:29 +0800 | |
changeset 383442 | 8454cca82c4d874d3354bd181650bf62f6677dfd |
parent 383441 | d5f0f1ba4b5c733106c414d863055b1a337cc0dd |
child 383443 | e2174dbb6efc708cbb67b1d4b54938c12e3f2fa1 |
push id | 32594 |
push user | kwierso@gmail.com |
push date | Thu, 28 Sep 2017 22:49:33 +0000 |
treeherder | mozilla-central@6dea0ee45b66 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | cpearce |
bugs | 1396493 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
rename from dom/media/gmp-plugin/cdm-test-decryptor.cpp rename to dom/media/fake-cdm/cdm-test-decryptor.cpp
rename from dom/media/gmp-plugin/cdm-test-decryptor.h rename to dom/media/fake-cdm/cdm-test-decryptor.h
rename from dom/media/gmp-plugin/cdm-test-output-protection.h rename to dom/media/fake-cdm/cdm-test-output-protection.h
rename from dom/media/gmp-plugin/cdm-test-storage.cpp rename to dom/media/fake-cdm/cdm-test-storage.cpp
--- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -29,19 +29,19 @@ with Files('RTC*'): component_av = ('Core', 'WebRTC: Audio/Video') with Files('GetUserMedia*'): BUG_COMPONENT = component_av DIRS += [ 'eme', 'encoder', + 'fake-cdm', 'flac', 'gmp', - 'gmp-plugin', 'gmp-plugin-openh264', 'imagecapture', 'ipc', 'mediasink', 'mediasource', 'mp3', 'ogg', 'platforms',