Bug 1766646 - Vendor libwebrtc from 64cdcc0792 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-22 02:21:06 -05:00 коммит произвёл Connor Sheehan
Родитель abb291c976
Коммит f800f5f694
2 изменённых файлов: 3 добавлений и 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 db622c359b
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from 64cdcc0792

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

@ -45,6 +45,7 @@ UNIFIED_SOURCES += [
"/third_party/libwebrtc/modules/audio_processing/aec3/clockdrift_detector.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/coarse_filter_update_gain.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/comfort_noise_generator.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/config_selector.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/decimator.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/dominant_nearend_detector.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/downsampled_render_buffer.cc",
@ -63,6 +64,7 @@ UNIFIED_SOURCES += [
"/third_party/libwebrtc/modules/audio_processing/aec3/matched_filter.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/moving_average.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/multi_channel_content_detector.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/refined_filter_update_gain.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/render_buffer.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/render_delay_buffer.cc",