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:
Mirko Bonadei
2018-08-09 09:47:12 +02:00
committed by Commit Bot
parent 5f0ce99c04
commit ca14a3a78c

View File

@ -110,12 +110,14 @@ rtc_source_set("platform_thread_types") {
}
rtc_source_set("ptr_util") {
visibility = [ "*" ]
sources = [
"scoped_ref_ptr.h",
]
}
rtc_source_set("refcount") {
visibility = [ "*" ]
sources = [
"refcount.h",
"refcountedobject.h",