Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2333)

Unified Diff: webrtc/base/BUILD.gn

Issue 1196993003: Add AsyncInvoker files for chromium GN build (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698