Move scoped_ptr.h to rtc_base_approved.
This is more a formality than anything since scoped_ptr.h is already being included from rtc_base_approved code. BUG= R=magjed@webrtc.org Review URL: https://codereview.webrtc.org/1287203007 . Cr-Commit-Position: refs/heads/master@{#9732}
This commit is contained in:
@ -141,6 +141,7 @@ static_library("rtc_base_approved") {
|
||||
"platform_thread.h",
|
||||
"safe_conversions.h",
|
||||
"safe_conversions_impl.h",
|
||||
"scoped_ptr.h",
|
||||
"stringencode.cc",
|
||||
"stringencode.h",
|
||||
"stringutils.cc",
|
||||
@ -275,7 +276,6 @@ static_library("rtc_base") {
|
||||
"ratetracker.h",
|
||||
"scoped_autorelease_pool.h",
|
||||
"scoped_autorelease_pool.mm",
|
||||
"scoped_ptr.h",
|
||||
"sha1.cc",
|
||||
"sha1.h",
|
||||
"sha1digest.cc",
|
||||
|
@ -67,6 +67,7 @@
|
||||
'ratetracker.h',
|
||||
'safe_conversions.h',
|
||||
'safe_conversions_impl.h',
|
||||
'scoped_ptr.h',
|
||||
'stringencode.cc',
|
||||
'stringencode.h',
|
||||
'stringutils.cc',
|
||||
@ -253,7 +254,6 @@
|
||||
'schanneladapter.h',
|
||||
'scoped_autorelease_pool.h',
|
||||
'scoped_autorelease_pool.mm',
|
||||
'scoped_ptr.h',
|
||||
'scoped_ref_ptr.h',
|
||||
'scopedptrcollection.h',
|
||||
'sec_buffer.h',
|
||||
|
Reference in New Issue
Block a user