зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1739173 - move TestRTCStatsTimestampMaker gtest behind MOZ_WEBRTC flag;r=jib
Differential Revision: https://phabricator.services.mozilla.com/D130302
This commit is contained in:
Родитель
b7e0ca6df2
Коммит
ef2889050e
|
@ -55,7 +55,6 @@ UNIFIED_SOURCES += [
|
||||||
"TestOggWriter.cpp",
|
"TestOggWriter.cpp",
|
||||||
"TestOpusParser.cpp",
|
"TestOpusParser.cpp",
|
||||||
"TestPacer.cpp",
|
"TestPacer.cpp",
|
||||||
"TestRTCStatsTimestampMaker.cpp",
|
|
||||||
"TestRust.cpp",
|
"TestRust.cpp",
|
||||||
"TestTimeUnit.cpp",
|
"TestTimeUnit.cpp",
|
||||||
"TestVideoSegment.cpp",
|
"TestVideoSegment.cpp",
|
||||||
|
@ -78,6 +77,7 @@ if CONFIG["MOZ_WEBM_ENCODER"]:
|
||||||
if CONFIG["MOZ_WEBRTC"]:
|
if CONFIG["MOZ_WEBRTC"]:
|
||||||
UNIFIED_SOURCES += [
|
UNIFIED_SOURCES += [
|
||||||
"TestAudioInputProcessing.cpp",
|
"TestAudioInputProcessing.cpp",
|
||||||
|
"TestRTCStatsTimestampMaker.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
if CONFIG["OS_TARGET"] != "Android":
|
if CONFIG["OS_TARGET"] != "Android":
|
||||||
|
|
Загрузка…
Ссылка в новой задаче