| Index: webrtc/base/base.gyp
|
| diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
|
| index 3ae76dbe45ad49b9bfbf6f8507d3d5113fc862d1..23d8ffe1651343a881dc4d85c5dcf0f0e1cf93b3 100644
|
| --- a/webrtc/base/base.gyp
|
| +++ b/webrtc/base/base.gyp
|
| @@ -113,9 +113,11 @@
|
| 'random.h',
|
| 'ratetracker.cc',
|
| 'ratetracker.h',
|
| + 'refcount.h',
|
| 'safe_conversions.h',
|
| 'safe_conversions_impl.h',
|
| 'scoped_ptr.h',
|
| + 'scoped_ref_ptr.h',
|
| 'stringencode.cc',
|
| 'stringencode.h',
|
| 'stringutils.cc',
|
| @@ -311,14 +313,12 @@
|
| 'proxyserver.h',
|
| 'ratelimiter.cc',
|
| 'ratelimiter.h',
|
| - 'refcount.h',
|
| 'referencecountedsingletonfactory.h',
|
| 'rollingaccumulator.h',
|
| 'rtccertificate.cc',
|
| 'rtccertificate.h',
|
| 'scoped_autorelease_pool.h',
|
| 'scoped_autorelease_pool.mm',
|
| - 'scoped_ref_ptr.h',
|
| 'scopedptrcollection.h',
|
| 'sec_buffer.h',
|
| 'sha1.cc',
|
| @@ -443,7 +443,6 @@
|
| '../../webrtc_overrides/webrtc/base/win32socketinit.cc',
|
| ],
|
| 'sources!': [
|
| - 'atomicops.h',
|
| 'bandwidthsmoother.cc',
|
| 'bandwidthsmoother.h',
|
| 'bind.h',
|
| @@ -495,13 +494,11 @@
|
| 'profiler.h',
|
| 'proxyserver.cc',
|
| 'proxyserver.h',
|
| - 'refcount.h',
|
| 'referencecountedsingletonfactory.h',
|
| 'rollingaccumulator.h',
|
| 'safe_conversions.h',
|
| 'safe_conversions_impl.h',
|
| 'scopedptrcollection.h',
|
| - 'scoped_ref_ptr.h',
|
| 'sec_buffer.h',
|
| 'sharedexclusivelock.cc',
|
| 'sharedexclusivelock.h',
|
|
|