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

Unified Diff: webrtc/api/api.gyp

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
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index d017cda2d621f18b51e05a48ba8027ca580e9a7c..374bc6541920b4867530df22526e2c2ce12c349f 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -231,5 +231,16 @@
'stats/rtcstatsreport.h',
],
}, # target rtc_stats_api
+ {
+ # GN version: webrtc/api:audio_mixer_api
+ 'target_name': 'audio_mixer_api',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(webrtc_root)/base/base.gyp:rtc_base_approved',
+ ],
+ 'sources': [
+ 'audio/audio_mixer.h',
+ ],
+ }, # target rtc_stats_api
], # targets
}

Powered by Google App Engine
This is Rietveld 408576698