Bug 1394995 - Moved DecoderDoctor files to dom/media/doctor/ - r=jwwang

MozReview-Commit-ID: 9fEmeizzAAw

--HG--
rename : dom/media/DecoderDoctorDiagnostics.cpp => dom/media/doctor/DecoderDoctorDiagnostics.cpp
rename : dom/media/DecoderDoctorDiagnostics.h => dom/media/doctor/DecoderDoctorDiagnostics.h
extra : rebase_source : 38d149815101f222bd42aec7c2f481768c7ab335
This commit is contained in:
Gerald Squelart 2017-08-28 10:37:44 +12:00
Родитель 49ddbca093
Коммит 00c6bbf432
4 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,15 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
EXPORTS += [
'DecoderDoctorDiagnostics.h',
]
UNIFIED_SOURCES += [
'DecoderDoctorDiagnostics.cpp',
]
FINAL_LIBRARY = 'xul'

Просмотреть файл

@ -32,6 +32,7 @@ with Files('GetUserMedia*'):
BUG_COMPONENT = component_av
DIRS += [
'doctor',
'eme',
'encoder',
'fake-cdm',
@ -101,7 +102,6 @@ EXPORTS += [
'BufferMediaResource.h',
'ChannelMediaDecoder.h',
'CubebUtils.h',
'DecoderDoctorDiagnostics.h',
'DecoderTraits.h',
'DOMMediaStream.h',
'FileBlockCache.h',
@ -216,7 +216,6 @@ UNIFIED_SOURCES += [
'ChannelMediaResource.cpp',
'CloneableWithRangeMediaResource.cpp',
'CubebUtils.cpp',
'DecoderDoctorDiagnostics.cpp',
'DOMMediaStream.cpp',
'FileBlockCache.cpp',
'FileMediaResource.cpp',