Bug 1790097 (MOZ) - update files in webrtc.json non_unified_sources - moz.build file updates

This commit is contained in:
Michael Froman 2022-11-10 14:57:00 -06:00
Родитель d25297b3bb
Коммит 66da0c4424
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -23,4 +23,4 @@
# don't change CLOBBER for WebIDL changes any more.
Modified build files in third_party/libwebrtc - Bug 1790097 - Vendor libwebrtc from 8545ebae28
Modified build files in third_party/libwebrtc - Bug 1790097 (MOZ) - update files in webrtc.json non_unified_sources

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

@ -30,11 +30,14 @@ LOCAL_INCLUDES += [
"/tools/profiler/public"
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/api/video/i010_buffer.cc",
SOURCES += [
"/third_party/libwebrtc/api/video/i210_buffer.cc"
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/api/video/i010_buffer.cc"
]
if not CONFIG["MOZ_DEBUG"]:
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0"