Chromium build fix: Include new .cc files in rtc_base
r8656 added a couple of new .cc files to rtc_base. Two of them turned out to mistakenly be in the set excluded from the Chromium build. TBR=kjellander@webrtc.org, tommi@webrtc.org BUG=163 Review URL: https://webrtc-codereview.appspot.com/44589004 Cr-Commit-Position: refs/heads/master@{#8659} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8659 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a3823e29a2
commit
dad85aa53b
@ -161,6 +161,8 @@ static_library("rtc_base") {
|
||||
"asynchttprequest.h",
|
||||
"asyncpacketsocket.cc",
|
||||
"asyncpacketsocket.h",
|
||||
"asyncresolverinterface.cc",
|
||||
"asyncresolverinterface.h",
|
||||
"asyncsocket.cc",
|
||||
"asyncsocket.h",
|
||||
"asynctcpsocket.cc",
|
||||
@ -172,6 +174,8 @@ static_library("rtc_base") {
|
||||
"base64.cc",
|
||||
"base64.h",
|
||||
"basicdefs.h",
|
||||
"buffer.cc",
|
||||
"buffer.h",
|
||||
"bytebuffer.cc",
|
||||
"bytebuffer.h",
|
||||
"byteorder.h",
|
||||
@ -322,16 +326,12 @@ static_library("rtc_base") {
|
||||
"asyncinvoker.cc",
|
||||
"asyncinvoker.h",
|
||||
"asyncinvoker-inl.h",
|
||||
"asyncresolverinterface.cc",
|
||||
"asyncresolverinterface.h",
|
||||
"atomicops.h",
|
||||
"bandwidthsmoother.cc",
|
||||
"bandwidthsmoother.h",
|
||||
"basictypes.h",
|
||||
"bind.h",
|
||||
"bind.h.pump",
|
||||
"buffer.cc",
|
||||
"buffer.h",
|
||||
"callback.h",
|
||||
"callback.h.pump",
|
||||
"constructormagic.h",
|
||||
|
@ -357,16 +357,12 @@
|
||||
'asyncinvoker.cc',
|
||||
'asyncinvoker.h',
|
||||
'asyncinvoker-inl.h',
|
||||
'asyncresolverinterface.cc',
|
||||
'asyncresolverinterface.h',
|
||||
'atomicops.h',
|
||||
'bandwidthsmoother.cc',
|
||||
'bandwidthsmoother.h',
|
||||
'basictypes.h',
|
||||
'bind.h',
|
||||
'bind.h.pump',
|
||||
'buffer.cc',
|
||||
'buffer.h',
|
||||
'callback.h',
|
||||
'callback.h.pump',
|
||||
'constructormagic.h',
|
||||
|
Loading…
Reference in New Issue
Block a user