Bug 1766646 - Vendor libwebrtc from 0bb354c540 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-21 14:26:04 -05:00 коммит произвёл Connor Sheehan
Родитель 628f3b2d91
Коммит f97c683487
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -22,5 +22,5 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Modified build files in third_party/libwebrtc - Bug 1766646 (MOZ) - update files in webrtc.json non_unified_sources
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from 0bb354c540

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

@ -142,6 +142,9 @@ if CONFIG["OS_TARGET"] == "WINNT":
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/rtc_base/win/get_activation_factory.cc",
"/third_party/libwebrtc/rtc_base/win/hstring.cc",
"/third_party/libwebrtc/rtc_base/win/scoped_com_initializer.cc",
"/third_party/libwebrtc/rtc_base/win/windows_version.cc"
]