Add AsyncInvoker files for chromium GN build
TBR=pthatcher@webrtc.org BUG=4576 Review URL: https://codereview.webrtc.org/1196993003. Cr-Commit-Position: refs/heads/master@{#9481}
This commit is contained in:
parent
6a688f5265
commit
ecb9a70c2d
@ -194,6 +194,9 @@ static_library("rtc_base") {
|
||||
"asyncfile.h",
|
||||
"asynchttprequest.cc",
|
||||
"asynchttprequest.h",
|
||||
"asyncinvoker-inl.h",
|
||||
"asyncinvoker.cc",
|
||||
"asyncinvoker.h",
|
||||
"asyncpacketsocket.cc",
|
||||
"asyncpacketsocket.h",
|
||||
"asyncresolverinterface.cc",
|
||||
@ -350,9 +353,6 @@ static_library("rtc_base") {
|
||||
public_configs += [ ":rtc_base_chromium_config" ]
|
||||
} else {
|
||||
sources += [
|
||||
"asyncinvoker-inl.h",
|
||||
"asyncinvoker.cc",
|
||||
"asyncinvoker.h",
|
||||
"bandwidthsmoother.cc",
|
||||
"bandwidthsmoother.h",
|
||||
"bind.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user