Add missing audio_device .h files.

Bug: webrtc:7650
Change-Id: Ifbfcac49da9f761f666c6ff22b934e3a3ab783fd
Reviewed-on: https://webrtc-review.googlesource.com/37003
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21482}
This commit is contained in:
Patrik Höglund 2018-01-02 15:00:11 +01:00 committed by Commit Bot
parent 35d2b7e9de
commit d420903185

View File

@ -126,6 +126,7 @@ rtc_source_set("audio_device_generic") {
"fine_audio_buffer.h",
"include/audio_device.h",
"include/audio_device_defines.h",
"include/fake_audio_device.h",
]
include_dirs = []
@ -158,6 +159,7 @@ rtc_source_set("audio_device_generic") {
]
if (is_android) {
sources += [
"android/audio_common.h",
"android/audio_device_template.h",
"android/audio_manager.cc",
"android/audio_manager.h",
@ -288,6 +290,7 @@ rtc_source_set("mock_audio_device") {
sources = [
"include/mock_audio_device.h",
"include/mock_audio_transport.h",
"mock_audio_device_buffer.h",
]
deps = [
":audio_device",