Bug 1766646 - Vendor libwebrtc from 3a9e6877e5 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-22 03:04:43 -05:00 коммит произвёл Connor Sheehan
Родитель 6d86a4fd69
Коммит bc0c40c7b5
3 изменённых файлов: 1 добавлений и 7 удалений

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

@ -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 3a9e6877e5

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

@ -311,7 +311,6 @@ DIRS += [
"/third_party/libwebrtc/rtc_base/bit_buffer_gn",
"/third_party/libwebrtc/rtc_base/bitstream_reader_gn",
"/third_party/libwebrtc/rtc_base/buffer_gn",
"/third_party/libwebrtc/rtc_base/buffer_queue_gn",
"/third_party/libwebrtc/rtc_base/byte_buffer_gn",
"/third_party/libwebrtc/rtc_base/byte_order_gn",
"/third_party/libwebrtc/rtc_base/callback_list_gn",
@ -379,7 +378,6 @@ DIRS += [
"/third_party/libwebrtc/rtc_base/socket_gn",
"/third_party/libwebrtc/rtc_base/socket_server_gn",
"/third_party/libwebrtc/rtc_base/stringutils_gn",
"/third_party/libwebrtc/rtc_base/strong_alias_gn",
"/third_party/libwebrtc/rtc_base/swap_queue_gn",
"/third_party/libwebrtc/rtc_base/synchronization/mutex_gn",
"/third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn",

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

@ -52,10 +52,6 @@ if CONFIG["OS_TARGET"] == "Android":
DEFINES["__STDC_CONSTANT_MACROS"] = True
DEFINES["__STDC_FORMAT_MACROS"] = True
OS_LIBS += [
"log"
]
if CONFIG["OS_TARGET"] == "Darwin":
DEFINES["WEBRTC_ENABLE_AVX2"] = True