| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index 44f13474b3b4437c39abf4e5c6ecc321c32886cc..60bed6e53b03258ef85da2b03dd417dcc3515070 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -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",
|
|
|