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

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

Issue 2753453002: Adding AudioDeviceDataObserver interface (Closed)
Patch Set: Fix gn typo 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 ddf74c6e9a842a31308437058b61bd279b739eb3..e3b3e94acef9c36b303a1e1bc9378c6802d1a36f 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -103,6 +103,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