aboutsummaryrefslogtreecommitdiff
path: root/webrtc/audio/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/audio/BUILD.gn')
-rw-r--r--webrtc/audio/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index d5061db9dc..5a9902eac1 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -14,6 +14,9 @@ source_set("audio") {
"audio_receive_stream.h",
"audio_send_stream.cc",
"audio_send_stream.h",
+ "audio_sink.h",
+ "audio_state.cc",
+ "audio_state.h",
"conversion.h",
"scoped_voe_interface.h",
]
@@ -29,7 +32,7 @@ source_set("audio") {
deps = [
"..:webrtc_common",
- "../voice_engine",
"../system_wrappers",
+ "../voice_engine",
]
}