Bug 1766646 - Vendor libwebrtc from 1109dd0b39 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-21 14:28:59 -05:00 коммит произвёл Connor Sheehan
Родитель c61e933933
Коммит d827f344d0
3 изменённых файлов: 1 добавлений и 6 удалений

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

@ -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 1109dd0b39

1
third_party/libwebrtc/moz.build поставляемый
Просмотреть файл

@ -321,7 +321,6 @@ DIRS += [
"/third_party/libwebrtc/rtc_base/sanitizer_gn",
"/third_party/libwebrtc/rtc_base/stringutils_gn",
"/third_party/libwebrtc/rtc_base/synchronization/mutex_gn",
"/third_party/libwebrtc/rtc_base/synchronization/rw_lock_wrapper_gn",
"/third_party/libwebrtc/rtc_base/synchronization/sequence_checker_gn",
"/third_party/libwebrtc/rtc_base/synchronization/yield_gn",
"/third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn",

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

@ -120,10 +120,6 @@ if CONFIG["OS_TARGET"] == "WINNT":
DEFINES["_WINDOWS"] = True
DEFINES["__STD_C"] = True
OS_LIBS += [
"winmm"
]
if CONFIG["CPU_ARCH"] == "aarch64":
DEFINES["WEBRTC_ARCH_ARM64"] = True