Bug 1766646 - Vendor libwebrtc from ae1f8f59ac - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-21 18:06:58 -05:00 коммит произвёл Connor Sheehan
Родитель 2706ea6661
Коммит 5233e3d543
2 изменённых файлов: 2 добавлений и 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 - Vendor libwebrtc from 78f04d8f4d
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from ae1f8f59ac

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

@ -38,6 +38,7 @@ UNIFIED_SOURCES += [
"/third_party/libwebrtc/modules/remote_bitrate_estimator/inter_arrival.cc",
"/third_party/libwebrtc/modules/remote_bitrate_estimator/overuse_detector.cc",
"/third_party/libwebrtc/modules/remote_bitrate_estimator/overuse_estimator.cc",
"/third_party/libwebrtc/modules/remote_bitrate_estimator/packet_arrival_map.cc",
"/third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
"/third_party/libwebrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc"
]