Making rtc_base:ptr_util and rtc_base:refcount public.
Bug: None Change-Id: I6f4b372c087c6d25e8c451ab5577cb3bcb13f6f0 Reviewed-on: https://webrtc-review.googlesource.com/93284 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24237}
This commit is contained in:
committed by
Commit Bot
parent
5f0ce99c04
commit
ca14a3a78c
@ -110,12 +110,14 @@ rtc_source_set("platform_thread_types") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_source_set("ptr_util") {
|
rtc_source_set("ptr_util") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"scoped_ref_ptr.h",
|
"scoped_ref_ptr.h",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
rtc_source_set("refcount") {
|
rtc_source_set("refcount") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"refcount.h",
|
"refcount.h",
|
||||||
"refcountedobject.h",
|
"refcountedobject.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user