| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index bebef8e525dee81bd5254e1651b3a11d95e0ed79..cbfa3b1e818043b5daa195a1d87216b9b299b2cb 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -138,9 +138,11 @@ static_library("rtc_base_approved") {
|
| "platform_thread_types.h",
|
| "random.cc",
|
| "random.h",
|
| + "refcount.h",
|
| "safe_conversions.h",
|
| "safe_conversions_impl.h",
|
| "scoped_ptr.h",
|
| + "scoped_ref_ptr.h",
|
| "stringencode.cc",
|
| "stringencode.h",
|
| "stringutils.cc",
|
| @@ -388,10 +390,8 @@ static_library("rtc_base") {
|
| "profiler.h",
|
| "proxyserver.cc",
|
| "proxyserver.h",
|
| - "refcount.h",
|
| "referencecountedsingletonfactory.h",
|
| "rollingaccumulator.h",
|
| - "scoped_ref_ptr.h",
|
| "scopedptrcollection.h",
|
| "sec_buffer.h",
|
| "sharedexclusivelock.cc",
|
|
|