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

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

Issue 2753453002: Adding AudioDeviceDataObserver interface (Closed)
Patch Set: review comments from fredrik Created 3 years, 8 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 | « no previous file | webrtc/modules/audio_device/audio_device_data_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3fa06b513901254b24429fab5ff405bebf383ae0 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -93,8 +93,10 @@ rtc_static_library("audio_device") {
cflags = []
if (rtc_include_internal_audio_device) {
sources += [
+ "audio_device_data_observer.cc",
"audio_device_impl.cc",
"audio_device_impl.h",
+ "include/audio_device_data_observer.h",
]
if (is_android) {
sources += [
« no previous file with comments | « no previous file | webrtc/modules/audio_device/audio_device_data_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698