GN: Update audio_sink.h location

This should have been a part of
https://codereview.webrtc.org/1740873003/
but wasn't discovered since we cannot have --check turned
on for GN yet.

BUG=webrtc:5589
TBR=solenberg@webrtc.org, henrika@webrtc.org,

Review URL: https://codereview.webrtc.org/1744123002 .

Cr-Commit-Position: refs/heads/master@{#11803}
This commit is contained in:
kjellander@webrtc.org
2016-02-29 06:49:43 +01:00
parent 804e0822fc
commit 50772f1e16
2 changed files with 1 additions and 1 deletions

View File

@ -228,6 +228,7 @@ if (!build_with_chromium) {
source_set("webrtc_common") {
sources = [
"audio_sink.h",
"common_types.cc",
"common_types.h",
"config.cc",

View File

@ -14,7 +14,6 @@ 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",