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:
@ -44,7 +44,7 @@ rtc_static_library("bitrate_controller") {
|
||||
"../../system_wrappers:metrics",
|
||||
"../congestion_controller/goog_cc:delay_based_bwe",
|
||||
"../pacing",
|
||||
"../remote_bitrate_estimator:remote_bitrate_estimator",
|
||||
"../remote_bitrate_estimator",
|
||||
"../rtp_rtcp",
|
||||
"../rtp_rtcp:rtp_rtcp_format",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
@ -65,13 +65,13 @@ if (rtc_include_tests) {
|
||||
"../../logging:mocks",
|
||||
"../../logging:rtc_event_bwe",
|
||||
"../../logging:rtc_event_log_api",
|
||||
"../../system_wrappers:system_wrappers",
|
||||
"../../system_wrappers",
|
||||
"../../test:field_trial",
|
||||
"../../test:test_support",
|
||||
"../congestion_controller/goog_cc:delay_based_bwe",
|
||||
"../pacing",
|
||||
"../pacing:mock_paced_sender",
|
||||
"../pacing:pacing",
|
||||
"../remote_bitrate_estimator:remote_bitrate_estimator",
|
||||
"../remote_bitrate_estimator",
|
||||
"../rtp_rtcp:rtp_rtcp_format",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user