1
- From a97d58537750064c1d4929a2c141e52fe0206ff9 Mon Sep 17 00:00:00 2001
1
+ From 690f2315a218e771f3de98297bca456ca48b5f89 Mon Sep 17 00:00:00 2001
2
2
From: Qiu Jainlin <
[email protected] >
3
- Date: Thu, 7 May 2020 09:57:47 +0800
3
+ Date: Mon, 4 Jan 2021 12:44:41 +0800
4
4
Subject: [PATCH] Remove webrtc_overrides
5
5
6
6
---
7
- webrtc_overrides/BUILD.gn | 168 -------------
7
+ webrtc_overrides/BUILD.gn | 179 - -------------
8
8
webrtc_overrides/DEPS | 7 -
9
9
webrtc_overrides/OWNERS | 6 -
10
10
webrtc_overrides/README.chromium | 20 --
11
11
webrtc_overrides/field_trial.cc | 15 --
12
- webrtc_overrides/init_webrtc.cc | 45 ----
12
+ webrtc_overrides/init_webrtc.cc | 44 ----
13
13
webrtc_overrides/init_webrtc.h | 15 --
14
14
webrtc_overrides/metrics.cc | 57 -----
15
15
.../rtc_base/diagnostic_logging.h | 126 ----------
16
16
webrtc_overrides/rtc_base/event.cc | 40 ---
17
17
webrtc_overrides/rtc_base/event.h | 48 ----
18
18
webrtc_overrides/rtc_base/gtest_prod_util.h | 10 -
19
- webrtc_overrides/rtc_base/logging.cc | 230 ------------------
19
+ webrtc_overrides/rtc_base/logging.cc | 231 ------------------
20
20
webrtc_overrides/rtc_base/logging.h | 123 ----------
21
- webrtc_overrides/task_queue_factory.cc | 144 -----------
21
+ webrtc_overrides/task_queue_factory.cc | 143 -----------
22
22
webrtc_overrides/task_queue_factory.h | 24 --
23
- 16 files changed, 1078 deletions(-)
23
+ 16 files changed, 1088 deletions(-)
24
24
delete mode 100644 webrtc_overrides/BUILD.gn
25
25
delete mode 100644 webrtc_overrides/DEPS
26
26
delete mode 100644 webrtc_overrides/OWNERS
@@ -40,10 +40,10 @@ Subject: [PATCH] Remove webrtc_overrides
40
40
41
41
diff --git a/webrtc_overrides/BUILD.gn b/webrtc_overrides/BUILD.gn
42
42
deleted file mode 100644
43
- index 4f44c48d26b ..00000000000
43
+ index f62ec73be77 ..00000000000
44
44
--- a/webrtc_overrides/BUILD.gn
45
45
+++ /dev/null
46
- @@ -1,168 +0,0 @@
46
+ @@ -1,179 +0,0 @@
47
47
- # Copyright 2017 The Chromium Authors. All rights reserved.
48
48
- # Use of this source code is governed by a BSD-style license that can be
49
49
- # found in the LICENSE file.
@@ -58,15 +58,18 @@ index 4f44c48d26b..00000000000
58
58
- ":metrics",
59
59
- ":task_queue_factory",
60
60
- "//third_party/webrtc/api:callfactory_api",
61
+ - "//third_party/webrtc/api:frame_transformer_interface",
61
62
- "//third_party/webrtc/api:ice_transport_factory",
62
63
- "//third_party/webrtc/api:libjingle_logging_api",
63
64
- "//third_party/webrtc/api:libjingle_peerconnection_api",
64
65
- "//third_party/webrtc/api:media_stream_interface",
65
66
- "//third_party/webrtc/api:packet_socket_factory",
66
67
- "//third_party/webrtc/api:rtc_error",
67
68
- "//third_party/webrtc/api:rtc_stats_api",
69
+ - "//third_party/webrtc/api:rtp_packet_info",
68
70
- "//third_party/webrtc/api:rtp_parameters",
69
71
- "//third_party/webrtc/api:scoped_refptr",
72
+ - "//third_party/webrtc/api/adaptation:resource_adaptation_api",
70
73
- "//third_party/webrtc/api/audio:aec3_config",
71
74
- "//third_party/webrtc/api/audio:aec3_config_json",
72
75
- "//third_party/webrtc/api/audio:aec3_factory",
@@ -84,16 +87,19 @@ index 4f44c48d26b..00000000000
84
87
- "//third_party/webrtc/api/audio_codecs/opus:audio_encoder_multiopus",
85
88
- "//third_party/webrtc/api/audio_codecs/opus:audio_encoder_opus",
86
89
- "//third_party/webrtc/api/rtc_event_log:rtc_event_log_factory",
90
+ - "//third_party/webrtc/api/transport:enums",
91
+ - "//third_party/webrtc/api/video:recordable_encoded_frame",
87
92
- "//third_party/webrtc/api/video:video_bitrate_allocation",
88
93
- "//third_party/webrtc/api/video:video_frame",
89
- - "//third_party/webrtc/api/video:video_frame_i420 ",
94
+ - "//third_party/webrtc/api/video:video_frame_metadata ",
90
95
- "//third_party/webrtc/api/video:video_rtp_headers",
91
96
- "//third_party/webrtc/api/video_codecs:builtin_video_decoder_factory",
92
97
- "//third_party/webrtc/api/video_codecs:rtc_software_fallback_wrappers",
93
98
- "//third_party/webrtc/api/video_codecs:video_codecs_api",
94
99
- "//third_party/webrtc/common_video",
95
100
- "//third_party/webrtc/common_video:common_video",
96
101
- "//third_party/webrtc/media:rtc_audio_video",
102
+ - "//third_party/webrtc/media:rtc_h264_profile_id",
97
103
- "//third_party/webrtc/media:rtc_internal_video_codecs",
98
104
- "//third_party/webrtc/media:rtc_media",
99
105
- "//third_party/webrtc/media:rtc_media_base",
@@ -135,9 +141,14 @@ index 4f44c48d26b..00000000000
135
141
- ]
136
142
- if (is_chromecast) {
137
143
- public_deps += [
144
+ - "//third_party/webrtc/api:network_state_predictor_api",
138
145
- "//third_party/webrtc/api/audio:audio_frame_api",
139
146
- "//third_party/webrtc/api/task_queue",
147
+ - "//third_party/webrtc/api/transport:goog_cc",
148
+ - "//third_party/webrtc/api/transport:network_control",
149
+ - "//third_party/webrtc/api/units:time_delta",
140
150
- "//third_party/webrtc/api/video:encoded_image",
151
+ - "//third_party/webrtc/call:call_interfaces",
141
152
- "//third_party/webrtc/media:rtc_h264_profile_id",
142
153
- "//third_party/webrtc/media:rtc_media_engine_defaults",
143
154
- "//third_party/webrtc/modules/audio_device:audio_device_default",
@@ -286,10 +297,10 @@ index 878e6cc576b..00000000000
286
297
- } // namespace webrtc
287
298
diff --git a/webrtc_overrides/init_webrtc.cc b/webrtc_overrides/init_webrtc.cc
288
299
deleted file mode 100644
289
- index db086b6f758 ..00000000000
300
+ index effc5796caa ..00000000000
290
301
--- a/webrtc_overrides/init_webrtc.cc
291
302
+++ /dev/null
292
- @@ -1,45 +0,0 @@
303
+ @@ -1,44 +0,0 @@
293
304
- // Copyright 2013 The Chromium Authors. All rights reserved.
294
305
- // Use of this source code is governed by a BSD-style license that can be
295
306
- // found in the LICENSE file.
@@ -299,7 +310,6 @@ index db086b6f758..00000000000
299
310
- #include "base/command_line.h"
300
311
- #include "base/files/file_path.h"
301
312
- #include "base/files/file_util.h"
302
- - #include "base/logging.h"
303
313
- #include "base/native_library.h"
304
314
- #include "base/path_service.h"
305
315
- #include "base/trace_event/trace_event.h"
@@ -669,10 +679,10 @@ index d57937aa63b..00000000000
669
679
- #endif // THIRD_PARTY_WEBRTC_OVERRIDES_RTC_BASE_GTEST_PROD_UTIL_H_
670
680
diff --git a/webrtc_overrides/rtc_base/logging.cc b/webrtc_overrides/rtc_base/logging.cc
671
681
deleted file mode 100644
672
- index d10fd254db1 ..00000000000
682
+ index 87ae618c496 ..00000000000
673
683
--- a/webrtc_overrides/rtc_base/logging.cc
674
684
+++ /dev/null
675
- @@ -1,230 +0,0 @@
685
+ @@ -1,231 +0,0 @@
676
686
- // Copyright 2015 The Chromium Authors. All rights reserved.
677
687
- // Use of this source code is governed by a BSD-style license that can be
678
688
- // found in the LICENSE file.
@@ -691,6 +701,7 @@ index d10fd254db1..00000000000
691
701
-
692
702
- #include "base/atomicops.h"
693
703
- #include "base/logging.h"
704
+ - #include "base/notreached.h"
694
705
- #include "base/strings/string_util.h"
695
706
- #include "base/threading/platform_thread.h"
696
707
- #include "third_party/webrtc/rtc_base/string_utils.h"
@@ -1034,10 +1045,10 @@ index 5513bc6ef58..00000000000
1034
1045
- #endif // THIRD_PARTY_WEBRTC_OVERRIDES_WEBRTC_RTC_BASE_LOGGING_H_
1035
1046
diff --git a/webrtc_overrides/task_queue_factory.cc b/webrtc_overrides/task_queue_factory.cc
1036
1047
deleted file mode 100644
1037
- index e81ef238494 ..00000000000
1048
+ index 2898c95ef09 ..00000000000
1038
1049
--- a/webrtc_overrides/task_queue_factory.cc
1039
1050
+++ /dev/null
1040
- @@ -1,144 +0,0 @@
1051
+ @@ -1,143 +0,0 @@
1041
1052
- // Copyright 2019 The Chromium Authors. All rights reserved.
1042
1053
- // Use of this source code is governed by a BSD-style license that can be
1043
1054
- // found in the LICENSE file.
@@ -1146,7 +1157,6 @@ index e81ef238494..00000000000
1146
1157
- #else
1147
1158
- return {base::TaskPriority::HIGHEST};
1148
1159
- #endif
1149
- - break;
1150
1160
- case webrtc::TaskQueueFactory::Priority::LOW:
1151
1161
- return {base::MayBlock(), base::TaskPriority::BEST_EFFORT};
1152
1162
- case webrtc::TaskQueueFactory::Priority::NORMAL:
@@ -1213,5 +1223,5 @@ index 957cf75e4e9..00000000000
1213
1223
-
1214
1224
- #endif // THIRD_PARTY_WEBRTC_OVERRIDES_TASK_QUEUE_FACTORY_H_
1215
1225
- -
1216
- 2.24.1 .windows.2
1226
+ 2.28.0 .windows.1
1217
1227
0 commit comments