Chromium Code Reviews

Unified Diff: webrtc/api/BUILD.gn

Issue 2539213003: Support external audio mixer. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/api/peerconnection.h » ('j') | webrtc/api/peerconnection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index fe1ade26d61d5d96f171bef3b820144e58a0b3e5..4ee4b44ab2e495abc61f6b971fdbfb66bb9fe916 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -24,7 +24,7 @@ group("api") {
}
}
-rtc_source_set("call_api") {
+rtc_static_library("call_api") {
GeorgeZ 2016/12/01 17:36:32 Based on this bug https://buganizer.corp.google.co
aleloi 2016/12/05 14:03:08 Please don't post internal links here.
GeorgeZ 2016/12/05 17:56:18 Thanks for reminding. On 2016/12/05 14:03:08, ale
sources = [
"call/audio_receive_stream.h",
"call/audio_send_stream.cc",
« no previous file with comments | « no previous file | webrtc/api/peerconnection.h » ('j') | webrtc/api/peerconnection.h » ('J')

Powered by Google App Engine