mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Remove //api:sequence_checker from public deps
Bug: webrtc:8603 Change-Id: Ib572cdc5b5f4c1f0eb3357e5e0812fc9ce7437c4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257915 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@{#36465}
This commit is contained in:
parent
117596b15f
commit
8d4e9fba21
10 changed files with 17 additions and 1 deletions
|
@ -487,6 +487,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
|
||||||
deps = [
|
deps = [
|
||||||
"../api:libjingle_peerconnection_api",
|
"../api:libjingle_peerconnection_api",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../api/audio_codecs:builtin_audio_decoder_factory",
|
"../api/audio_codecs:builtin_audio_decoder_factory",
|
||||||
"../api/audio_codecs:builtin_audio_encoder_factory",
|
"../api/audio_codecs:builtin_audio_encoder_factory",
|
||||||
"../api/rtc_event_log:rtc_event_log_factory",
|
"../api/rtc_event_log:rtc_event_log_factory",
|
||||||
|
|
|
@ -48,6 +48,7 @@ if (is_android) {
|
||||||
deps = [
|
deps = [
|
||||||
":generated_jni",
|
":generated_jni",
|
||||||
"../../api:scoped_refptr",
|
"../../api:scoped_refptr",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../rtc_base/synchronization:mutex",
|
"../../rtc_base/synchronization:mutex",
|
||||||
"//api:libjingle_peerconnection_api",
|
"//api:libjingle_peerconnection_api",
|
||||||
"//api/rtc_event_log:rtc_event_log_factory",
|
"//api/rtc_event_log:rtc_event_log_factory",
|
||||||
|
|
|
@ -153,6 +153,7 @@ rtc_source_set("audio_device_module_from_input_and_output") {
|
||||||
":audio_device_buffer",
|
":audio_device_buffer",
|
||||||
":windows_core_audio_utility",
|
":windows_core_audio_utility",
|
||||||
"../../api:scoped_refptr",
|
"../../api:scoped_refptr",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../api/task_queue",
|
"../../api/task_queue",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
"../../rtc_base:logging",
|
"../../rtc_base:logging",
|
||||||
|
|
|
@ -317,6 +317,7 @@ if (is_mac) {
|
||||||
":desktop_capture_generic",
|
":desktop_capture_generic",
|
||||||
":primitives",
|
":primitives",
|
||||||
"../../api:scoped_refptr",
|
"../../api:scoped_refptr",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../rtc_base",
|
"../../rtc_base",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
"../../rtc_base:logging",
|
"../../rtc_base:logging",
|
||||||
|
|
|
@ -51,6 +51,7 @@ if (!build_with_chromium) {
|
||||||
deps = [
|
deps = [
|
||||||
":video_capture_module",
|
":video_capture_module",
|
||||||
"../../api:scoped_refptr",
|
"../../api:scoped_refptr",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
"../../rtc_base:logging",
|
"../../rtc_base:logging",
|
||||||
"../../rtc_base:macromagic",
|
"../../rtc_base:macromagic",
|
||||||
|
|
|
@ -138,6 +138,7 @@ rtc_library("dcsctp_socket") {
|
||||||
"../../../api:array_view",
|
"../../../api:array_view",
|
||||||
"../../../api:refcountedbase",
|
"../../../api:refcountedbase",
|
||||||
"../../../api:scoped_refptr",
|
"../../../api:scoped_refptr",
|
||||||
|
"../../../api:sequence_checker",
|
||||||
"../../../api/task_queue:task_queue",
|
"../../../api/task_queue:task_queue",
|
||||||
"../../../rtc_base:checks",
|
"../../../rtc_base:checks",
|
||||||
"../../../rtc_base:logging",
|
"../../../rtc_base:logging",
|
||||||
|
|
|
@ -238,6 +238,7 @@ rtc_source_set("jsep_transport") {
|
||||||
"../api:libjingle_peerconnection_api",
|
"../api:libjingle_peerconnection_api",
|
||||||
"../api:rtc_error",
|
"../api:rtc_error",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../api/transport:datagram_transport_interface",
|
"../api/transport:datagram_transport_interface",
|
||||||
"../media:rtc_data_sctp_transport_internal",
|
"../media:rtc_data_sctp_transport_internal",
|
||||||
"../p2p:rtc_p2p",
|
"../p2p:rtc_p2p",
|
||||||
|
@ -1392,6 +1393,7 @@ rtc_source_set("webrtc_session_description_factory") {
|
||||||
"../api:libjingle_peerconnection_api",
|
"../api:libjingle_peerconnection_api",
|
||||||
"../api:rtc_error",
|
"../api:rtc_error",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../p2p:rtc_p2p",
|
"../p2p:rtc_p2p",
|
||||||
"../rtc_base:checks",
|
"../rtc_base:checks",
|
||||||
"../rtc_base:logging",
|
"../rtc_base:logging",
|
||||||
|
@ -1878,6 +1880,7 @@ rtc_library("rtp_sender") {
|
||||||
"../api:rtc_error",
|
"../api:rtc_error",
|
||||||
"../api:rtp_parameters",
|
"../api:rtp_parameters",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../api/crypto:frame_encryptor_interface",
|
"../api/crypto:frame_encryptor_interface",
|
||||||
"../media:rtc_media_base",
|
"../media:rtc_media_base",
|
||||||
"../rtc_base:checks",
|
"../rtc_base:checks",
|
||||||
|
@ -1931,6 +1934,7 @@ rtc_library("dtmf_sender") {
|
||||||
":proxy",
|
":proxy",
|
||||||
"../api:libjingle_peerconnection_api",
|
"../api:libjingle_peerconnection_api",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../rtc_base:checks",
|
"../rtc_base:checks",
|
||||||
"../rtc_base:logging",
|
"../rtc_base:logging",
|
||||||
"../rtc_base:macromagic",
|
"../rtc_base:macromagic",
|
||||||
|
@ -2075,6 +2079,7 @@ if (rtc_include_tests && !build_with_chromium) {
|
||||||
"../api:rtp_headers",
|
"../api:rtp_headers",
|
||||||
"../api:rtp_parameters",
|
"../api:rtp_parameters",
|
||||||
"../api:scoped_refptr",
|
"../api:scoped_refptr",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../api/task_queue:task_queue",
|
"../api/task_queue:task_queue",
|
||||||
"../api/transport:datagram_transport_interface",
|
"../api/transport:datagram_transport_interface",
|
||||||
"../api/transport:enums",
|
"../api/transport:enums",
|
||||||
|
|
|
@ -182,7 +182,6 @@ rtc_library("rtc_base_approved") {
|
||||||
public_deps += [ # no-presubmit-check TODO(webrtc:8603)
|
public_deps += [ # no-presubmit-check TODO(webrtc:8603)
|
||||||
":platform_thread",
|
":platform_thread",
|
||||||
":platform_thread_types",
|
":platform_thread_types",
|
||||||
"../api:sequence_checker",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -270,6 +270,7 @@ if (is_ios || is_mac) {
|
||||||
":audio_session_observer",
|
":audio_session_observer",
|
||||||
":base_objc",
|
":base_objc",
|
||||||
"../api:array_view",
|
"../api:array_view",
|
||||||
|
"../api:sequence_checker",
|
||||||
"../api/task_queue",
|
"../api/task_queue",
|
||||||
"../api/task_queue:default_task_queue_factory",
|
"../api/task_queue:default_task_queue_factory",
|
||||||
"../modules/audio_device:audio_device_api",
|
"../modules/audio_device:audio_device_api",
|
||||||
|
|
|
@ -677,6 +677,7 @@ if (current_os == "linux" || is_android) {
|
||||||
":videoframe_jni",
|
":videoframe_jni",
|
||||||
"../../api:libjingle_peerconnection_api",
|
"../../api:libjingle_peerconnection_api",
|
||||||
"../../api:media_stream_interface",
|
"../../api:media_stream_interface",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../api/task_queue",
|
"../../api/task_queue",
|
||||||
"../../api/video:encoded_image",
|
"../../api/video:encoded_image",
|
||||||
"../../api/video:render_resolution",
|
"../../api/video:render_resolution",
|
||||||
|
@ -950,6 +951,7 @@ if (current_os == "linux" || is_android) {
|
||||||
":generated_external_classes_jni",
|
":generated_external_classes_jni",
|
||||||
":generated_native_api_jni",
|
":generated_native_api_jni",
|
||||||
":internal_jni",
|
":internal_jni",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../rtc_base:atomicops",
|
"../../rtc_base:atomicops",
|
||||||
"//api:array_view",
|
"//api:array_view",
|
||||||
"//rtc_base:checks",
|
"//rtc_base:checks",
|
||||||
|
@ -1175,6 +1177,7 @@ if (current_os == "linux" || is_android) {
|
||||||
":base_jni",
|
":base_jni",
|
||||||
":generated_audio_device_module_base_jni",
|
":generated_audio_device_module_base_jni",
|
||||||
":native_api_jni",
|
":native_api_jni",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../api/task_queue",
|
"../../api/task_queue",
|
||||||
"../../api/task_queue:default_task_queue_factory",
|
"../../api/task_queue:default_task_queue_factory",
|
||||||
"../../modules/audio_device:audio_device_api",
|
"../../modules/audio_device:audio_device_api",
|
||||||
|
@ -1201,6 +1204,7 @@ if (current_os == "linux" || is_android) {
|
||||||
":audio_device_module_base",
|
":audio_device_module_base",
|
||||||
":base_jni",
|
":base_jni",
|
||||||
":generated_java_audio_device_module_native_jni",
|
":generated_java_audio_device_module_native_jni",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../modules/audio_device",
|
"../../modules/audio_device",
|
||||||
"../../modules/audio_device:audio_device_buffer",
|
"../../modules/audio_device:audio_device_buffer",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
|
@ -1259,6 +1263,7 @@ if (current_os == "linux" || is_android) {
|
||||||
"../../api:array_view",
|
"../../api:array_view",
|
||||||
"../../api:refcountedbase",
|
"../../api:refcountedbase",
|
||||||
"../../api:scoped_refptr",
|
"../../api:scoped_refptr",
|
||||||
|
"../../api:sequence_checker",
|
||||||
"../../modules/audio_device",
|
"../../modules/audio_device",
|
||||||
"../../modules/audio_device:audio_device_buffer",
|
"../../modules/audio_device:audio_device_buffer",
|
||||||
"../../rtc_base:checks",
|
"../../rtc_base:checks",
|
||||||
|
|
Loading…
Reference in a new issue