Make rtc_base_approved a rtc_source_set
A target with only header files should be a source_set. Bug: webrtc:9838, chromium:1319559 Change-Id: Ic60ed3ac074c36bee0a16831cd463053a7d81efe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260043 Auto-Submit: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36649}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
632e0590ff
commit
df0cbf589f
@ -78,7 +78,7 @@ rtc_source_set("callback_list") {
|
||||
# The subset of rtc_base approved for use outside of libjingle.
|
||||
# TODO(bugs.webrtc.org/9838): Create small and focused build targets and remove
|
||||
# the old concept of rtc_base and rtc_base_approved.
|
||||
rtc_library("rtc_base_approved") {
|
||||
rtc_source_set("rtc_base_approved") {
|
||||
visibility = [ "*" ]
|
||||
deps = [
|
||||
":atomicops",
|
||||
|
Reference in New Issue
Block a user