Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-05-02 09:19:25 +08:00
commit 1453f13d33
440 changed files with 4353 additions and 3378 deletions

View file

@ -4,7 +4,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "GMPDecryptorParent.h"
#include "GMPContentParent.h"
#include "GMPUtils.h"
#include "MediaData.h"
#include "mozilla/Unused.h"

View file

@ -10,8 +10,10 @@
#include "nsCOMPtr.h"
#include "nsLiteralString.h"
#include "nsCRTGlue.h"
#include "mozIGeckoMediaPluginService.h"
#include "mozilla/Base64.h"
#include "nsISimpleEnumerator.h"
#include "prio.h"
namespace mozilla {

View file

@ -83,7 +83,7 @@ if CONFIG['OS_TARGET'] == 'Android':
'rlz',
]
UNIFIED_SOURCES += [
SOURCES += [
'GMPAudioDecoderChild.cpp',
'GMPAudioDecoderParent.cpp',
'GMPAudioHost.cpp',