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

Unified Diff: webrtc/api/BUILD.gn

Issue 2411313003: Split audio mixer into interface and implementation. (Closed)
Patch Set: Capitalize Ssrc Created 4 years, 2 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 | « .gn ('k') | webrtc/api/api.gyp » ('j') | webrtc/api/audio/audio_mixer.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 bd701790b288c0b7c69fb97a525deee5417bc0ff..d671c69add059adf16c7deffd3dc902bc8ed1c0f 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -316,6 +316,17 @@ rtc_source_set("rtc_stats_api") {
]
}
+# GYP version: webrtc/api/api.gyp:audio_mixer_api
+rtc_source_set("audio_mixer_api") {
+ sources = [
+ "audio/audio_mixer.h",
+ ]
+
+ deps = [
+ "../base:rtc_base_approved",
+ ]
+}
+
if (rtc_include_tests) {
config("peerconnection_unittests_config") {
# The warnings below are enabled by default. Since GN orders compiler flags
« no previous file with comments | « .gn ('k') | webrtc/api/api.gyp » ('j') | webrtc/api/audio/audio_mixer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698