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:
Guo-wei Shieh 2015-06-21 23:37:01 -07:00
parent 6a688f5265
commit ecb9a70c2d

View File

@ -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",