Bug 1336367 - Rename TestTrackEncoder to TestAudioTrackEncoder. r=pehrsons

The TestTrackEncoder file only contained audio encoder tests. This makes the
distinction between the already existing TestVideoTrackEncoder and these audio
tests clearer.

MozReview-Commit-ID: KmM616S72Gm

--HG--
rename : dom/media/gtest/TestTrackEncoder.cpp => dom/media/gtest/TestAudioTrackEncoder.cpp
extra : rebase_source : abd0965fd27ef0f51575ac20e908b4cc908bca47
This commit is contained in:
Bryce Van Dyk 2017-09-14 13:54:43 +12:00
Родитель 2cc5363e39
Коммит 1d69fbd829
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -11,6 +11,7 @@ UNIFIED_SOURCES += [
'TestAudioMixer.cpp',
'TestAudioPacketizer.cpp',
'TestAudioSegment.cpp',
'TestAudioTrackEncoder.cpp',
'TestBlankVideoDataCreator.cpp',
'TestGMPCrossOrigin.cpp',
'TestGMPRemoveAndDelete.cpp',
@ -22,7 +23,6 @@ UNIFIED_SOURCES += [
'TestMP3Demuxer.cpp',
'TestMP4Demuxer.cpp',
'TestRust.cpp',
'TestTrackEncoder.cpp',
'TestVideoSegment.cpp',
'TestVideoUtils.cpp',
'TestVPXDecoding.cpp',