Commit 1d07f3c9 authored by Michael Froman's avatar Michael Froman
Browse files

Bug 1828517 - Vendor libwebrtc from 222c052864

Upstream commit: https://webrtc.googlesource.com/src/+/222c052864e8b26e95554705f7b11689a6a24ba0
    [Unwrap] Delete SequenceNumbersConformanceTest

    There is now only one sequence number unwrapper so this is redundant.

    Bug: webrtc:13982
    Change-Id: I210378e069366eb21dea0051f83d7431e4177057
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290892


    Reviewed-by: default avatarHarald Alvestrand <hta@webrtc.org>
    Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#39085}
parent 83a6d075
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20871,3 +20871,6 @@ d22dc86211
# MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
4387ad6cdc
# MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
222c052864
+2 −0
Original line number Diff line number Diff line
@@ -13936,3 +13936,5 @@ libwebrtc updated from /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-l
libwebrtc updated from /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2023-04-21T03:48:37.355759.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2023-04-21T03:49:37.288083.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/mfroman/mozilla/moz-central/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2023-04-21T03:51:03.256297.
+2 −2
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ index aa19b1aaf3..360fce3ee7 100644
   deps = [
     ":codec_globals_headers",
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 1fa3eaa0cf..4d996edb93 100644
index c6a3a4be8e..0e0663821b 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -820,7 +820,9 @@ rtc_library("rtc_json") {
@@ -638,7 +638,7 @@ index 1fa3eaa0cf..4d996edb93 100644
   }
 
   if (build_with_chromium) {
@@ -2277,7 +2337,7 @@ if (rtc_include_tests) {
@@ -2274,7 +2334,7 @@ if (rtc_include_tests) {
   }
 }
 
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ index c9b4a5d0ec..1c342cb57e 100644
 rtc_library("task_queue_test") {
   visibility = [ "*" ]
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 4d996edb93..dd7fa090b5 100644
index 0e0663821b..5e5b50799b 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -686,10 +686,14 @@ if (is_mac || is_ios) {
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ index 7a097fad17..13a8c67e67 100644
     testonly = true
 
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index dd7fa090b5..a74822a272 100644
index 5e5b50799b..ea29c9f876 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -283,6 +283,7 @@ rtc_library("sample_counter") {
Loading