Remove //rtc_base:logging from public deps

Bug: webrtc:8603
Change-Id: I2704da8618f88032adac7ae9eb2a0f47fce4a836
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257908
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36443}
This commit is contained in:
Florent Castelli 2022-04-04 15:06:30 +02:00 committed by WebRTC LUCI CQ
parent 360f49a540
commit 0af55ba60d
54 changed files with 186 additions and 2 deletions

View file

@ -187,6 +187,7 @@ rtc_library("libjingle_peerconnection_api") {
":scoped_refptr",
":sequence_checker",
"../call:rtp_interfaces",
"../rtc_base:logging",
"../rtc_base:network_constants",
"adaptation:resource_adaptation_api",
"audio:audio_mixer_api",
@ -592,6 +593,7 @@ rtc_library("rtc_event_log_output_file") {
deps = [
":libjingle_logging_api",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/system:file_wrapper",
"rtc_event_log",

View file

@ -20,6 +20,7 @@ rtc_library("audio_frame_api") {
deps = [
"..:rtp_packet_info",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
}
@ -63,6 +64,7 @@ rtc_library("aec3_config_json") {
deps = [
":aec3_config",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_json",
"../../rtc_base/system:rtc_export",

View file

@ -101,6 +101,7 @@ rtc_source_set("stun_types") {
"../../api:array_view",
"../../rtc_base:checks",
"../../rtc_base:ip_address",
"../../rtc_base:logging",
"../../rtc_base:rtc_base",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:socket_address",

View file

@ -28,6 +28,7 @@ rtc_library("video_rtp_headers") {
deps = [
"..:array_view",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:rtc_export",
"../units:data_rate",

View file

@ -191,6 +191,7 @@ rtc_library("rtc_software_fallback_wrappers") {
"../../modules/video_coding:video_codec_interface",
"../../modules/video_coding:video_coding_utility",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:rtc_export",
"../../system_wrappers:field_trial",

View file

@ -87,6 +87,7 @@ rtc_library("audio") {
"../rtc_base",
"../rtc_base:audio_format_to_string",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",

View file

@ -26,6 +26,7 @@ rtc_library("audio_frame_operations") {
"../../api/audio:audio_frame_api",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:field_trial",
]
@ -44,6 +45,7 @@ if (rtc_include_tests) {
":audio_frame_operations",
"../../api/audio:audio_frame_api",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../test:field_trial",
"../../test:test_support",

View file

@ -147,6 +147,7 @@ rtc_library("rtp_receiver") {
"../modules/rtp_rtcp",
"../modules/rtp_rtcp:rtp_rtcp_format",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/containers:flat_map",
"../rtc_base/containers:flat_set",
@ -205,6 +206,7 @@ rtc_library("rtp_sender") {
"../modules/video_coding:video_codec_interface",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
@ -250,6 +252,7 @@ rtc_library("bitrate_allocator") {
"../api/units:data_rate",
"../api/units:time_delta",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:safe_minmax",
"../rtc_base/system:no_unique_address",
@ -308,6 +311,7 @@ rtc_library("call") {
"../modules/utility",
"../modules/video_coding",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
@ -415,6 +419,7 @@ rtc_library("fake_network") {
"../api:transport_api",
"../modules/utility",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/synchronization:mutex",
"../system_wrappers",
@ -544,6 +549,7 @@ if (rtc_include_tests) {
"../modules/rtp_rtcp:rtp_rtcp_format",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:task_queue_for_test",
"../rtc_base:threading",

View file

@ -44,6 +44,7 @@ rtc_library("resource_adaptation") {
"../../api/video_codecs:video_codecs_api",
"../../modules/video_coding:video_coding_utility",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../rtc_base/experiments:balanced_degradation_settings",

View file

@ -48,6 +48,7 @@ rtc_library("common_audio") {
"../api:array_view",
"../rtc_base:checks",
"../rtc_base:gtest_prod",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:sanitizer",
"../rtc_base/memory:aligned_malloc",

View file

@ -58,6 +58,7 @@ rtc_library("common_video") {
"../rtc_base",
"../rtc_base:bitstream_reader",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_task_queue",
"../rtc_base:safe_minmax",
"../rtc_base/synchronization:mutex",
@ -114,6 +115,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../api/video_codecs:video_codecs_api",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_tests_utils",
"../system_wrappers:system_wrappers",

View file

@ -684,6 +684,7 @@ if (is_linux || is_chromeos || is_win) {
"../p2p:rtc_p2p",
"../pc:video_track_source",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:net_helpers",
"../rtc_base:threading",
"../rtc_base/third_party/sigslot",
@ -919,6 +920,7 @@ if (!build_with_chromium) {
"../p2p:rtc_p2p",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:socket_address",
"../rtc_base:threading",

View file

@ -56,6 +56,7 @@ if (is_android) {
deps = [
":generated_jni",
"../../rtc_base:logging",
"../../rtc_base:socket_address",
"../../rtc_base:socket_server",
"../../rtc_base:threading",

View file

@ -302,6 +302,7 @@ rtc_library("rtc_event_log_impl_encoder") {
"../rtc_base:bitstream_reader",
"../rtc_base:checks",
"../rtc_base:ignore_wundef",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
absl_deps = [
@ -365,6 +366,7 @@ if (rtc_enable_protobuf) {
"../api/rtc_event_log",
"../api/task_queue",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
"../rtc_base:safe_minmax",
@ -443,6 +445,7 @@ if (rtc_enable_protobuf) {
"../modules/rtp_rtcp:rtp_rtcp_format",
"../rtc_base:checks",
"../rtc_base:ignore_wundef",
"../rtc_base:logging",
"../rtc_base:protobuf_utils",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_numerics",

View file

@ -80,6 +80,7 @@ rtc_library("rtc_media_base") {
"../modules/rtp_rtcp:rtp_rtcp_format",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
@ -156,6 +157,7 @@ rtc_library("rtc_simulcast_encoder_adapter") {
"../modules/video_coding:video_coding_utility",
"../rtc_base:atomicops",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/experiments:encoder_info_settings",
"../rtc_base/experiments:rate_control_settings",
@ -214,6 +216,7 @@ rtc_library("rtc_internal_video_codecs") {
"../modules/video_coding/codecs/av1:libaom_av1_decoder",
"../modules/video_coding/codecs/av1:libaom_av1_encoder_if_supported",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/system:rtc_export",
"../system_wrappers:field_trial",
@ -291,6 +294,7 @@ rtc_library("rtc_audio_video") {
"../rtc_base:audio_format_to_string",
"../rtc_base:checks",
"../rtc_base:ignore_wundef",
"../rtc_base:logging",
"../rtc_base:rtc_task_queue",
"../rtc_base:stringutils",
"../rtc_base:threading",
@ -402,6 +406,7 @@ if (rtc_build_dcsctp) {
"../net/dcsctp/timer:task_queue_timeout",
"../p2p:rtc_p2p",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:socket",
"../rtc_base:threading",
@ -594,6 +599,7 @@ if (rtc_include_tests) {
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_tests_utils",
"../rtc_base:rtc_task_queue",

View file

@ -51,6 +51,7 @@ rtc_library("audio_coding") {
"../../common_audio:common_audio_c",
"../../rtc_base:audio_format_to_string",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../system_wrappers",
@ -123,6 +124,7 @@ rtc_library("red") {
"../../api/units:time_delta",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -209,6 +211,7 @@ rtc_library("ilbc") {
"../../api/units:time_delta",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -752,6 +755,7 @@ rtc_library("webrtc_opus") {
"../../api/audio_codecs/opus:audio_encoder_opus_config",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:protobuf_utils",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
@ -900,6 +904,7 @@ rtc_library("audio_network_adaptor") {
"../../logging:rtc_event_audio",
"../../rtc_base:checks",
"../../rtc_base:ignore_wundef",
"../../rtc_base:logging",
"../../rtc_base:protobuf_utils",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:file_wrapper",
@ -1008,6 +1013,7 @@ rtc_library("neteq") {
"../../rtc_base:audio_format_to_string",
"../../rtc_base:checks",
"../../rtc_base:gtest_prod",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:safe_minmax",
"../../rtc_base:sanitizer",
@ -1393,6 +1399,7 @@ if (rtc_include_tests) {
"../../api/audio_codecs/opus:audio_encoder_opus",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../test:fileutils",

View file

@ -71,6 +71,7 @@ rtc_library("audio_device_buffer") {
"../../api/task_queue",
"../../common_audio:common_audio_c",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../rtc_base/synchronization:mutex",
@ -87,6 +88,7 @@ rtc_library("audio_device_generic") {
deps = [
":audio_device_api",
":audio_device_buffer",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
}
@ -110,6 +112,7 @@ rtc_source_set("windows_core_audio_utility") {
":audio_device_name",
"../../api/units:time_delta",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
@ -146,6 +149,7 @@ rtc_source_set("audio_device_module_from_input_and_output") {
"../../api:scoped_refptr",
"../../api/task_queue",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -170,6 +174,7 @@ rtc_library("audio_device_impl") {
"../../common_audio:common_audio_c",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../rtc_base/synchronization:mutex",
@ -389,6 +394,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:ignore_wundef",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../system_wrappers",

View file

@ -46,6 +46,7 @@ rtc_library("audio_mixer_impl") {
"../../audio/utility:audio_frame_operations",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:safe_conversions",
"../../rtc_base/synchronization:mutex",

View file

@ -178,6 +178,7 @@ rtc_library("audio_processing") {
"../../rtc_base:checks",
"../../rtc_base:gtest_prod",
"../../rtc_base:ignore_wundef",
"../../rtc_base:logging",
"../../rtc_base:refcount",
"../../rtc_base:safe_minmax",
"../../rtc_base:sanitizer",
@ -491,6 +492,7 @@ if (rtc_include_tests) {
"../../api/audio:audio_frame_api",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:safe_minmax",
"agc:gain_map",
@ -530,6 +532,7 @@ if (rtc_include_tests) {
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:ignore_wundef",
"../../rtc_base:logging",
"../../rtc_base:protobuf_utils",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_json",

View file

@ -141,6 +141,7 @@ rtc_library("aec3") {
"../../../common_audio:common_audio_c",
"../../../rtc_base:atomicops",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base/experiments:field_trial_parser",

View file

@ -70,6 +70,7 @@ if (rtc_enable_protobuf) {
"../../../api/task_queue",
"../../../rtc_base:checks",
"../../../rtc_base:ignore_wundef",
"../../../rtc_base:logging",
"../../../rtc_base:protobuf_utils",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:rtc_task_queue",

View file

@ -322,6 +322,7 @@ if (rtc_include_tests) {
"..:cpu_features",
"../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"../../../../rtc_base:safe_compare",
"../../../../test:test_support",

View file

@ -47,6 +47,7 @@ rtc_library("lib") {
"../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:checks",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"../../../../test:fileutils",
]
@ -66,6 +67,7 @@ rtc_library("unittest") {
":lib",
"../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"../../../../test:fileutils",
"../../../../test:test_support",

View file

@ -114,6 +114,7 @@ if (!build_with_chromium) {
sources = [ "quality_assessment/vad.cc" ]
deps = [
"../../../../common_audio",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"//third_party/abseil-cpp/absl/flags:flag",
"//third_party/abseil-cpp/absl/flags:parse",
@ -126,6 +127,7 @@ if (!build_with_chromium) {
deps = [
"../..",
"../../../../common_audio",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"../../vad",
"//third_party/abseil-cpp/absl/flags:flag",
@ -139,6 +141,7 @@ if (!build_with_chromium) {
deps = [
"../..",
"../../../../common_audio",
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"//third_party/abseil-cpp/absl/flags:flag",
"//third_party/abseil-cpp/absl/flags:parse",

View file

@ -33,6 +33,7 @@ rtc_library("congestion_controller") {
"../../api/units:data_rate",
"../../api/units:time_delta",
"../../api/units:timestamp",
"../../rtc_base:logging",
"../../rtc_base/synchronization:mutex",
"../pacing",
"../remote_bitrate_estimator",

View file

@ -236,6 +236,7 @@ rtc_library("delay_based_bwe") {
"../../../api/units:timestamp",
"../../../logging:rtc_event_bwe",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base/experiments:field_trial_parser",
"../../../system_wrappers:metrics",
@ -342,6 +343,7 @@ if (rtc_include_tests) {
"../../../logging:mocks",
"../../../logging:rtc_event_bwe",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:rtc_base_tests_utils",
"../../../rtc_base:stringutils",

View file

@ -52,6 +52,7 @@ rtc_library("monitor_interval") {
"../../../api/units:data_size",
"../../../api/units:time_delta",
"../../../api/units:timestamp",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
]
}

View file

@ -30,6 +30,7 @@ rtc_library("control_handler") {
"../../../api/units:data_size",
"../../../api/units:time_delta",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:safe_minmax",
"../../../rtc_base/system:no_unique_address",
"../../../system_wrappers:field_trial",
@ -58,6 +59,7 @@ rtc_library("transport_feedback") {
"../../../api/units:timestamp",
"../../../rtc_base",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base/network:sent_packet",
"../../../rtc_base/synchronization:mutex",

View file

@ -59,6 +59,7 @@ if (rtc_include_tests) {
"../../api:function_view",
"../../api:scoped_refptr",
"../../rtc_base:checks",
"../../rtc_base:logging",
]
if (rtc_desktop_capture_supported) {
deps += [
@ -119,6 +120,7 @@ if (rtc_include_tests) {
":desktop_capture_mock",
":primitives",
"../../rtc_base:checks",
"../../rtc_base:logging",
# TODO(bugs.webrtc.org/9987): Remove this dep on rtc_base:rtc_base once
# rtc_base:threading is fully defined.
@ -177,6 +179,7 @@ if (rtc_include_tests) {
":primitives",
"../../api:scoped_refptr",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
@ -312,6 +315,7 @@ if (is_mac) {
"../../api:scoped_refptr",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:rtc_export",
"../../sdk:helpers_objc",
@ -475,6 +479,7 @@ rtc_library("desktop_capture_generic") {
"../../api:sequence_checker",
"../../rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base/synchronization:mutex",
"../../rtc_base/system:arch",
"../../rtc_base/system:no_unique_address",

View file

@ -48,6 +48,7 @@ rtc_library("pacing") {
"../../logging:rtc_event_bwe",
"../../logging:rtc_event_pacing",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:rtc_task_queue",

View file

@ -55,6 +55,7 @@ rtc_library("remote_bitrate_estimator") {
"../../modules/congestion_controller/goog_cc:link_capacity_estimator",
"../../modules/rtp_rtcp:rtp_rtcp_format",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:safe_minmax",

View file

@ -121,6 +121,7 @@ rtc_library("rtp_rtcp_format") {
"../../rtc_base:bitstream_reader",
"../../rtc_base:checks",
"../../rtc_base:divide_round",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../video_coding:codec_globals_headers",
@ -292,6 +293,7 @@ rtc_library("rtp_rtcp") {
"../../rtc_base:checks",
"../../rtc_base:divide_round",
"../../rtc_base:gtest_prod",
"../../rtc_base:logging",
"../../rtc_base:rate_limiter",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
@ -342,6 +344,7 @@ rtc_source_set("rtp_rtcp_legacy") {
"../../logging:rtc_event_rtp_rtcp",
"../../rtc_base:checks",
"../../rtc_base:gtest_prod",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../system_wrappers",
@ -378,6 +381,7 @@ rtc_library("rtcp_transceiver") {
"../../api/video:video_bitrate_allocation",
"../../rtc_base:checks",
"../../rtc_base:divide_round",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/containers:flat_map",
"../../rtc_base/task_utils:repeating_task",
@ -607,6 +611,7 @@ if (rtc_include_tests) {
"../../common_video/test:utilities",
"../../logging:mocks",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rate_limiter",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base_tests_utils",

View file

@ -35,6 +35,7 @@ rtc_library("utility") {
"../../api/task_queue",
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/system:arch",
"../../system_wrappers",

View file

@ -32,6 +32,7 @@ rtc_library("video_capture_module") {
"../../api/video:video_rtp_headers",
"../../common_video",
"../../media:rtc_media_base",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:stringutils",
"../../rtc_base/synchronization:mutex",
@ -48,6 +49,7 @@ if (!build_with_chromium) {
":video_capture_module",
"../../api:scoped_refptr",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base/synchronization:mutex",
"../../system_wrappers",

View file

@ -87,6 +87,7 @@ rtc_library("nack_requester") {
"../../api/units:time_delta",
"../../api/units:timestamp",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:rtc_task_queue",
@ -336,6 +337,7 @@ rtc_library("video_coding") {
"../../common_video",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:rtc_task_queue",
@ -514,6 +516,7 @@ rtc_library("video_coding_utility") {
"../../modules/rtp_rtcp",
"../../rtc_base:bitstream_reader",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base:rtc_task_queue",
@ -565,6 +568,7 @@ rtc_library("webrtc_h264") {
"../../media:rtc_media_base",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base/system:rtc_export",
"../../system_wrappers:field_trial",
"../../system_wrappers:metrics",
@ -611,6 +615,7 @@ rtc_library("webrtc_multiplex") {
"../../media:rtc_media_base",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base/synchronization:mutex",
"../rtp_rtcp:rtp_rtcp_format",
]
@ -666,6 +671,7 @@ rtc_library("webrtc_vp8") {
"../../api/video_codecs:vp8_temporal_layers_factory",
"../../common_video",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../rtc_base/experiments:cpu_speed_experiment",
@ -705,6 +711,7 @@ rtc_library("webrtc_vp8_temporal_layers") {
"../../api:fec_controller_api",
"../../api/video_codecs:video_codecs_api",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_numerics",
"../../system_wrappers:field_trial",
@ -767,6 +774,7 @@ rtc_library("webrtc_vp9") {
"../../media:rtc_media_base",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base/experiments:encoder_info_settings",
"../../rtc_base/experiments:field_trial_parser",
"../../rtc_base/experiments:rate_control_settings",
@ -981,6 +989,7 @@ if (rtc_include_tests) {
"../../media:rtc_internal_video_codecs",
"../../media:rtc_media_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base_tests_utils",
"../../rtc_base:task_queue_for_test",

View file

@ -14,6 +14,7 @@ rtc_library("dcsctp_fuzzers") {
"../../../api:array_view",
"../../../api/task_queue:task_queue",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:math",
"../packet:chunk",
@ -38,6 +39,7 @@ if (rtc_include_tests) {
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:gunit_helpers",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../test:test_support",
"../packet:sctp_packet",

View file

@ -29,6 +29,7 @@ rtc_library("tlv_trait") {
":bounded_io",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
]
absl_deps = [
@ -71,6 +72,7 @@ rtc_library("parameter") {
":tlv_trait",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:internal_types",
"../common:math",
@ -115,6 +117,7 @@ rtc_library("error_cause") {
":tlv_trait",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:internal_types",
"../common:math",
@ -167,6 +170,7 @@ rtc_library("chunk") {
":tlv_trait",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:math",
"../common:str_join",
@ -223,6 +227,7 @@ rtc_library("chunk_validators") {
deps = [
":chunk",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
]
sources = [
@ -238,6 +243,7 @@ rtc_library("sctp_packet") {
":crc32c",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:internal_types",
"../common:math",

View file

@ -12,6 +12,7 @@ rtc_library("data_tracker") {
deps = [
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:sequence_numbers",
"../packet:chunk",
@ -48,6 +49,7 @@ rtc_library("traditional_reassembly_streams") {
":reassembly_streams",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:sequence_numbers",
"../packet:chunk",
@ -71,6 +73,7 @@ rtc_library("reassembly_queue") {
":traditional_reassembly_streams",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:internal_types",
"../common:sequence_numbers",

View file

@ -24,6 +24,7 @@ rtc_library("heartbeat_handler") {
":context",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../packet:bounded_io",
"../packet:chunk",
@ -49,6 +50,7 @@ rtc_library("stream_reset_handler") {
":context",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base/containers:flat_set",
"../common:internal_types",
@ -98,6 +100,7 @@ rtc_library("transmission_control_block") {
"../../../api:array_view",
"../../../api/task_queue:task_queue",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:sequence_numbers",
"../packet:chunk",
@ -136,6 +139,7 @@ rtc_library("dcsctp_socket") {
"../../../api:scoped_refptr",
"../../../api/task_queue:task_queue",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:internal_types",
"../packet:bounded_io",
@ -228,6 +232,7 @@ if (rtc_include_tests) {
"../../../call:simulated_network",
"../../../rtc_base:checks",
"../../../rtc_base:gunit_helpers",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:rtc_base_tests_utils",
"../../../rtc_base:socket_address",

View file

@ -35,6 +35,7 @@ rtc_library("task_queue_timeout") {
"../../../api:array_view",
"../../../api/task_queue:task_queue",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base/task_utils:pending_task_safety_flag",
"../../../rtc_base/task_utils:to_queued_task",

View file

@ -25,6 +25,7 @@ rtc_library("rr_send_queue") {
":send_queue",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../packet:data",
"../public:socket",
@ -45,6 +46,7 @@ rtc_library("rr_send_queue") {
rtc_library("retransmission_error_counter") {
deps = [
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../public:types",
]
@ -73,6 +75,7 @@ rtc_library("outstanding_data") {
":send_queue",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:math",
"../common:sequence_numbers",
@ -101,6 +104,7 @@ rtc_library("retransmission_queue") {
":send_queue",
"../../../api:array_view",
"../../../rtc_base:checks",
"../../../rtc_base:logging",
"../../../rtc_base:rtc_base_approved",
"../common:math",
"../common:sequence_numbers",

View file

@ -105,6 +105,7 @@ rtc_library("rtc_p2p") {
"../rtc_base:callback_list",
"../rtc_base:checks",
"../rtc_base:ip_address",
"../rtc_base:logging",
"../rtc_base:net_helpers",
"../rtc_base:network_constants",
"../rtc_base:rtc_numerics",
@ -250,6 +251,7 @@ if (rtc_include_tests) {
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:ip_address",
"../rtc_base:logging",
"../rtc_base:net_helpers",
"../rtc_base:network_constants",
"../rtc_base:rtc_base_approved",
@ -290,6 +292,7 @@ rtc_library("p2p_server_utils") {
"../api/transport:stun_types",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_tests_utils",
"../rtc_base:socket_address",
"../rtc_base:threading",
@ -318,6 +321,7 @@ rtc_library("libstunprober") {
"../rtc_base:async_resolver_interface",
"../rtc_base:checks",
"../rtc_base:ip_address",
"../rtc_base:logging",
"../rtc_base:socket_address",
"../rtc_base:threading",
"../rtc_base/system:rtc_export",

View file

@ -186,7 +186,10 @@ rtc_source_set("external_hmac") {
"external_hmac.cc",
"external_hmac.h",
]
deps = [ "../rtc_base:rtc_base_approved" ]
deps = [
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
if (rtc_build_libsrtp) {
deps += [ "//third_party/libsrtp" ]
}
@ -336,6 +339,7 @@ rtc_source_set("media_session") {
"../p2p:rtc_p2p",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base/third_party/base64",
]
absl_deps = [
@ -499,6 +503,7 @@ rtc_source_set("sctp_transport") {
"../p2p:rtc_p2p",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_approved",
"../rtc_base:threading",
@ -521,6 +526,7 @@ rtc_source_set("sctp_utils") {
"../api:priority",
"../api/transport:datagram_transport_interface",
"../media:rtc_media_base",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -592,6 +598,7 @@ rtc_source_set("srtp_transport") {
"../p2p:rtc_p2p",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/third_party/base64",
"../rtc_base/third_party/sigslot",
@ -1590,6 +1597,7 @@ rtc_library("rtp_transmission_manager") {
"../media:rtc_media_base",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:threading",
"../rtc_base:weak_ptr",
"../rtc_base/third_party/sigslot",
@ -1714,6 +1722,7 @@ rtc_library("video_rtp_receiver") {
"../media:rtc_media_base",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:threading",
"../rtc_base/system:no_unique_address",
@ -1855,6 +1864,7 @@ rtc_library("rtp_sender") {
"../api/crypto:frame_encryptor_interface",
"../media:rtc_media_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base",
"../rtc_base:threading",
"../rtc_base/synchronization:mutex",
@ -1881,6 +1891,7 @@ rtc_library("rtp_parameters_conversion") {
"../api:rtp_parameters",
"../media:rtc_media_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base",
]
absl_deps = [
@ -1901,6 +1912,7 @@ rtc_library("dtmf_sender") {
"../api:libjingle_peerconnection_api",
"../api:scoped_refptr",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base",
"../rtc_base:threading",
"../rtc_base/task_utils:pending_task_safety_flag",
@ -2059,6 +2071,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_tests_utils",
"../rtc_base:socket_address",
@ -2148,6 +2161,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../api:scoped_refptr",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../test:test_support",
]
@ -2307,6 +2321,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:ip_address",
"../rtc_base:logging",
"../rtc_base:network_constants",
"../rtc_base:rtc_base_tests_utils",
"../rtc_base:rtc_json",
@ -2486,6 +2501,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:ip_address",
"../rtc_base:logging",
"../rtc_base:rtc_base_tests_utils",
"../rtc_base:rtc_json",
"../rtc_base:socket_address",
@ -2584,6 +2600,7 @@ if (rtc_include_tests && !build_with_chromium) {
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
"../rtc_base:task_queue_for_test",

View file

@ -82,6 +82,7 @@ rtc_library("rtc_base_approved") {
deps = [
":atomicops",
":checks",
":logging",
":rtc_task_queue",
":safe_compare",
":type_traits",
@ -173,7 +174,6 @@ rtc_library("rtc_base_approved") {
}
public_deps += [ # no-presubmit-check TODO(webrtc:8603)
":logging",
":macromagic",
":platform_thread",
":platform_thread_types",
@ -908,6 +908,7 @@ if (is_win) {
deps = [
":checks",
":logging",
":macromagic",
":rtc_base_approved",
]
@ -933,6 +934,7 @@ rtc_library("rtc_base") {
":async_socket",
":checks",
":ip_address",
":logging",
":network_constants",
":null_socket_server",
":rtc_task_queue",
@ -1225,6 +1227,7 @@ rtc_library("rtc_base_tests_utils") {
":async_socket",
":checks",
":ip_address",
":logging",
":rtc_base",
":socket",
":socket_address",
@ -1321,6 +1324,7 @@ if (rtc_include_tests) {
":checks",
":gunit_helpers",
":ip_address",
":logging",
":net_helpers",
":null_socket_server",
":rtc_base",
@ -1401,6 +1405,7 @@ if (rtc_include_tests) {
":divide_round",
":gunit_helpers",
":ip_address",
":logging",
":null_socket_server",
":rate_limiter",
":rtc_base",
@ -1537,6 +1542,7 @@ if (rtc_include_tests) {
":checks",
":gunit_helpers",
":ip_address",
":logging",
":net_helpers",
":null_socket_server",
":rtc_base_tests_utils",

View file

@ -14,6 +14,7 @@ rtc_library("alr_experiment") {
"alr_experiment.h",
]
deps = [
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/transport:field_trial_based_config",
@ -55,6 +56,7 @@ rtc_library("quality_rampup_experiment") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/transport:field_trial_based_config",
@ -70,6 +72,7 @@ rtc_library("quality_scaler_settings") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/transport:field_trial_based_config",
@ -85,6 +88,7 @@ rtc_library("bandwidth_quality_scaler_settings") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/transport:field_trial_based_config",
@ -99,6 +103,7 @@ rtc_library("quality_scaling_experiment") {
"quality_scaling_experiment.h",
]
deps = [
"..:logging",
"../:rtc_base_approved",
"../../api/video_codecs:video_codecs_api",
"../../system_wrappers:field_trial",
@ -112,6 +117,7 @@ rtc_library("normalize_simulcast_size_experiment") {
"normalize_simulcast_size_experiment.h",
]
deps = [
"..:logging",
"../:rtc_base_approved",
"../../system_wrappers:field_trial",
]
@ -125,6 +131,7 @@ rtc_library("balanced_degradation_settings") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/video_codecs:video_codecs_api",
@ -140,6 +147,7 @@ rtc_library("cpu_speed_experiment") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../system_wrappers:field_trial",
]
@ -153,6 +161,7 @@ rtc_library("encoder_info_settings") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api/video_codecs:video_codecs_api",
"../../system_wrappers:field_trial",
@ -169,6 +178,7 @@ rtc_library("rtt_mult_experiment") {
"rtt_mult_experiment.h",
]
deps = [
"..:logging",
"../:rtc_base_approved",
"../../system_wrappers:field_trial",
]
@ -181,6 +191,7 @@ rtc_library("jitter_upper_bound_experiment") {
"jitter_upper_bound_experiment.h",
]
deps = [
"..:logging",
"../:rtc_base_approved",
"../../system_wrappers:field_trial",
]
@ -194,6 +205,7 @@ rtc_library("rate_control_settings") {
]
deps = [
":field_trial_parser",
"..:logging",
"../:rtc_base_approved",
"../../api:field_trials_view",
"../../api/transport:field_trial_based_config",

View file

@ -56,6 +56,7 @@ if (rtc_include_tests) {
deps = [
":pending_task_safety_flag",
":to_queued_task",
"..:logging",
"..:rtc_base_approved",
"..:rtc_task_queue",
"..:task_queue_for_test",

View file

@ -62,6 +62,7 @@ rtc_library("video_file_reader") {
"../api/video:video_frame",
"../api/video:video_rtp_headers",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
absl_deps = [
@ -80,6 +81,7 @@ rtc_library("video_file_writer") {
"../api:scoped_refptr",
"../api/video:video_frame",
"../api/video:video_rtp_headers",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
absl_deps = [
@ -110,6 +112,7 @@ rtc_library("video_quality_analysis") {
"../api/video:video_rtp_headers",
"../common_video",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../test:perf_test",
"//third_party/libyuv",
@ -376,6 +379,7 @@ if (!build_with_chromium) {
"../api:function_view",
"../api:network_state_predictor_api",
"../rtc_base:ignore_wundef",
"../rtc_base:logging",
# TODO(kwiberg): Remove this dependency.
"../api/audio_codecs:audio_codecs_api",
@ -471,6 +475,7 @@ if (rtc_include_tests) {
"../modules/audio_coding:neteq",
"../modules/rtp_rtcp:rtp_rtcp_format",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:protobuf_utils",
"../rtc_base:rtc_base_approved",
"../system_wrappers:field_trial",

View file

@ -124,6 +124,7 @@ if (is_ios || is_mac) {
deps = [
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
]
configs += [
"..:common_objc",
@ -232,6 +233,7 @@ if (is_ios || is_mac) {
"../modules/audio_device:audio_device_api",
"../modules/audio_device:audio_device_generic",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../system_wrappers",
]
@ -275,6 +277,7 @@ if (is_ios || is_mac) {
"../rtc_base",
"../rtc_base:atomicops",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:threading",
"../system_wrappers:field_trial",
"../system_wrappers:metrics",
@ -429,6 +432,7 @@ if (is_ios || is_mac) {
]
deps = [
":base_objc",
"../rtc_base:logging",
"//api/video:video_frame",
"//api/video:video_rtp_headers",
"//common_video",
@ -494,6 +498,7 @@ if (is_ios || is_mac) {
"../media:rtc_media_base",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -1023,6 +1028,7 @@ if (is_ios || is_mac) {
"../pc:peerconnection",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:network_constants",
"../system_wrappers:field_trial",
"../system_wrappers:metrics",
@ -1565,6 +1571,7 @@ if (is_ios || is_mac) {
"../api/video_codecs:video_codecs_api",
"../common_video",
"../rtc_base",
"../rtc_base:logging",
"../rtc_base:threading",
]
if (is_ios) {
@ -1588,6 +1595,7 @@ if (is_ios || is_mac) {
"../api:field_trials_view",
"../api:sequence_checker",
"../rtc_base",
"../rtc_base:logging",
"../rtc_base:threading",
"../rtc_base/task_utils:pending_task_safety_flag",
"../rtc_base/task_utils:to_queued_task",
@ -1634,6 +1642,7 @@ if (is_ios || is_mac) {
"../modules/video_coding:video_codec_interface",
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:logging",
]
}
@ -1652,6 +1661,7 @@ if (is_ios || is_mac) {
"../common_video",
"../modules/video_coding:webrtc_h264",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
]
}
@ -1690,6 +1700,7 @@ if (is_ios || is_mac) {
"../common_video",
"../modules/video_coding:video_codec_interface",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"//third_party/libyuv",
]

View file

@ -586,6 +586,7 @@ if (current_os == "linux" || is_android) {
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:ip_address",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:threading",
"../../rtc_base/task_utils:pending_task_safety_flag",
@ -689,6 +690,7 @@ if (current_os == "linux" || is_android) {
"../../modules/video_coding/svc:scalable_video_controller",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_task_queue",
"../../rtc_base:threading",
"../../rtc_base/synchronization:mutex",
@ -793,6 +795,7 @@ if (current_os == "linux" || is_android) {
"../../pc:webrtc_sdp",
"../../rtc_base",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_task_queue",
"../../rtc_base:threading",
@ -979,6 +982,7 @@ if (current_os == "linux" || is_android) {
"../../api:scoped_refptr",
"../../modules/audio_device",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../../system_wrappers:metrics",
@ -1140,6 +1144,7 @@ if (current_os == "linux" || is_android) {
":generated_logging_jni",
":native_api_jni",
"../../rtc_base",
"../../rtc_base:logging",
]
absl_deps = [ "//third_party/abseil-cpp/absl/strings" ]
@ -1163,6 +1168,7 @@ if (current_os == "linux" || is_android) {
"../../modules/audio_device:audio_device_api",
"../../modules/audio_device:audio_device_buffer",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:metrics",
]
@ -1185,6 +1191,7 @@ if (current_os == "linux" || is_android) {
"../../modules/audio_device",
"../../modules/audio_device:audio_device_buffer",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"../../system_wrappers:field_trial",
"../../system_wrappers:metrics",
@ -1240,6 +1247,7 @@ if (current_os == "linux" || is_android) {
"../../modules/audio_device",
"../../modules/audio_device:audio_device_buffer",
"../../rtc_base:checks",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
@ -1561,6 +1569,7 @@ if (is_android) {
":native_api_jni",
":videoframe_jni",
"../../api/video:video_frame",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
}
@ -1616,6 +1625,7 @@ if (is_android) {
"../../pc:libjingle_peerconnection",
"../../rtc_base:checks",
"../../rtc_base:ip_address",
"../../rtc_base:logging",
"../../rtc_base:rtc_base",
"../../rtc_base:threading",
"../../rtc_base/synchronization:mutex",

View file

@ -36,6 +36,7 @@ rtc_library("system_wrappers") {
"../api/units:timestamp",
"../modules:module_api_public",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base/synchronization:mutex",
"../rtc_base/system:arch",
"../rtc_base/system:rtc_export",

View file

@ -68,6 +68,7 @@ rtc_library("frame_generator_impl") {
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:criticalsection",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_event",
"../rtc_base/synchronization:mutex",

View file

@ -13,6 +13,7 @@ import("../../webrtc.gni")
rtc_library("webrtc_fuzzer_main") {
sources = [ "webrtc_fuzzer_main.cc" ]
deps = [
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
"//testing/libfuzzer:libfuzzer_main",
]
@ -659,6 +660,7 @@ webrtc_fuzzer_test("dcsctp_socket_fuzzer") {
"../../net/dcsctp/public:socket",
"../../net/dcsctp/public:types",
"../../net/dcsctp/socket:dcsctp_socket",
"../../rtc_base:logging",
"../../rtc_base:rtc_base_approved",
]
}

View file

@ -58,6 +58,7 @@ rtc_library("emulated_network") {
"../../p2p:rtc_p2p",
"../../rtc_base",
"../../rtc_base:ip_address",
"../../rtc_base:logging",
"../../rtc_base:network_constants",
"../../rtc_base:rtc_base_tests_utils",
"../../rtc_base:rtc_task_queue",

View file

@ -111,6 +111,7 @@ rtc_library("video") {
"../modules/video_processing",
"../rtc_base:atomicops",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base",
"../rtc_base:rtc_base_approved",
@ -200,6 +201,7 @@ rtc_source_set("video_legacy") {
"../modules/video_coding:video_coding_utility",
"../modules/video_coding/deprecated:nack_module",
"../rtc_base:checks",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_numerics",
"../rtc_base:rtc_task_queue",
@ -241,6 +243,7 @@ rtc_library("video_stream_decoder_impl") {
"../api/video_codecs:video_codecs_api",
"../modules/video_coding",
"../modules/video_coding:timing",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_task_queue",
"../rtc_base/memory:always_valid_pointer",
@ -884,6 +887,7 @@ if (rtc_include_tests) {
"../rtc_base",
"../rtc_base:checks",
"../rtc_base:gunit_helpers",
"../rtc_base:logging",
"../rtc_base:rate_limiter",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_tests_utils",
@ -950,6 +954,7 @@ if (rtc_include_tests) {
"../modules/utility",
"../modules/video_coding",
"../modules/video_coding:video_codec_interface",
"../rtc_base:logging",
"../rtc_base:rtc_base_approved",
"../rtc_base/task_utils:to_queued_task",
"../system_wrappers",