Cleanup BUILD.gn files from imports like foo:foo
Repalce all occurrences of foo:foo in deps with just foo in BUILD.gn files. Done with Sublime regex replace. Find: \b([-a-zA-Z0-9_]+):+\1\b In: *.gn Replace with: \1 Bug: None Change-Id: I40aba1b14face687a595b852ffe443cb20197611 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127899 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27225}
This commit is contained in:
14
api/BUILD.gn
14
api/BUILD.gn
@ -53,8 +53,8 @@ rtc_static_library("create_peerconnection_factory") {
|
||||
"../modules/audio_device:audio_device_api",
|
||||
"../modules/audio_processing:api",
|
||||
"../pc:peerconnection",
|
||||
"../rtc_base",
|
||||
"../rtc_base:deprecation",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"audio:audio_mixer_api",
|
||||
"audio_codecs:audio_codecs_api",
|
||||
@ -162,9 +162,9 @@ rtc_static_library("libjingle_peerconnection_api") {
|
||||
"../logging:rtc_event_log_api",
|
||||
"../media:rtc_media_config",
|
||||
"../modules/audio_processing:audio_processing_statistics",
|
||||
"../rtc_base",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:deprecation",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"../rtc_base/system:rtc_export",
|
||||
]
|
||||
@ -326,8 +326,8 @@ rtc_source_set("simulated_network_api") {
|
||||
"test/simulated_network.h",
|
||||
]
|
||||
deps = [
|
||||
"../rtc_base",
|
||||
"../rtc_base:criticalsection",
|
||||
"../rtc_base:rtc_base",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
]
|
||||
}
|
||||
@ -339,7 +339,7 @@ rtc_source_set("network_emulation_manager_api") {
|
||||
]
|
||||
deps = [
|
||||
":simulated_network_api",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base",
|
||||
]
|
||||
}
|
||||
|
||||
@ -386,7 +386,7 @@ rtc_source_set("ice_transport_factory") {
|
||||
":libjingle_peerconnection_api",
|
||||
":scoped_refptr",
|
||||
"../p2p:rtc_p2p",
|
||||
"../rtc_base:rtc_base",
|
||||
"../rtc_base",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
]
|
||||
}
|
||||
@ -410,8 +410,8 @@ if (rtc_include_tests) {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"../modules/audio_processing",
|
||||
"../modules/audio_processing:api",
|
||||
"../modules/audio_processing:audio_processing",
|
||||
"../modules/audio_processing:audioproc_f_impl",
|
||||
]
|
||||
}
|
||||
@ -673,8 +673,8 @@ if (rtc_include_tests) {
|
||||
|
||||
deps = [
|
||||
":libjingle_peerconnection_api",
|
||||
"../rtc_base",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_base",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
]
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ rtc_source_set("aec3_config_json") {
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:rtc_json",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
"//third_party/abseil-cpp/absl/strings:strings",
|
||||
"//third_party/abseil-cpp/absl/strings",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -50,8 +50,8 @@ rtc_source_set("video_frame_i420") {
|
||||
deps = [
|
||||
":video_frame",
|
||||
"..:scoped_refptr",
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base",
|
||||
"../../rtc_base/memory:aligned_malloc",
|
||||
"../../rtc_base/system:rtc_export",
|
||||
"//third_party/libyuv",
|
||||
@ -68,8 +68,8 @@ rtc_source_set("video_frame_i010") {
|
||||
":video_frame",
|
||||
":video_frame_i420",
|
||||
"..:scoped_refptr",
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base",
|
||||
"../../rtc_base/memory:aligned_malloc",
|
||||
"//third_party/libyuv",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user