зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1822194 - Vendor libwebrtc from 1bef09708a
Upstream commit: https://webrtc.googlesource.com/src/+/1bef09708a25cdb5e2e363ca91db087fed42aa54 Delete api/stats_types.h in favor of api/legacy_stats_types.h The file was renamed, see https://groups.google.com/u/1/g/discuss-webrtc/c/ZQiP4f_bpw4 Bug: webrtc:14180 Change-Id: Ia76c85ba7d9da6b3a93d0a67a4b6a5187e07e230 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/283084 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38616}
This commit is contained in:
Родитель
ffddbab20b
Коммит
18a224e736
|
@ -19449,3 +19449,6 @@ d53578e0f5
|
|||
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
|
||||
# base of lastest vendoring
|
||||
1a00ebcbda
|
||||
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
|
||||
# base of lastest vendoring
|
||||
1bef09708a
|
||||
|
|
|
@ -12988,3 +12988,5 @@ libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches o
|
|||
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T15:04:17.239362.
|
||||
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
|
||||
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T15:06:12.302720.
|
||||
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
|
||||
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T15:07:42.435398.
|
||||
|
|
|
@ -220,7 +220,6 @@ if (!build_with_mozilla) {
|
|||
"sctp_transport_interface.h",
|
||||
"set_local_description_observer_interface.h",
|
||||
"set_remote_description_observer_interface.h",
|
||||
"stats_types.h",
|
||||
"uma_metrics.h",
|
||||
"video_track_source_proxy_factory.h",
|
||||
]
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
/*
|
||||
* Copyright 2022 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef API_STATS_TYPES_H_
|
||||
#define API_STATS_TYPES_H_
|
||||
|
||||
// TODO(https://crbug.com/webrtc/14180): When downstream dependencies are
|
||||
// including legacy_stats_types.h directly (or use spec-compliant stats) instead
|
||||
// of this file, delete it.
|
||||
#include "api/legacy_stats_types.h"
|
||||
|
||||
#endif // API_STATS_TYPES_H_
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "api/legacy_stats_types.h"
|
||||
#include "api/media_stream_interface.h"
|
||||
#include "api/stats_types.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#import "RTCLegacyStatsReport.h"
|
||||
|
||||
#include "api/stats_types.h"
|
||||
#include "api/legacy_stats_types.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче