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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2753453002: Adding AudioDeviceDataObserver interface (Closed)
Patch Set: Remove some unnecessary comments Created 3 years, 9 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/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index f9b7f8b6238c9140552c858cb687fd945154fae9..9ce6006d993143ec5309c586082406dfa9c1c48b 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -95,6 +95,8 @@ rtc_static_library("audio_device") {
sources += [
"audio_device_impl.cc",
"audio_device_impl.h",
+ "audio_transport_capture.cc",
+ "include/audio_transport_capture.h",
]
if (is_android) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698