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:
@ -228,6 +228,7 @@ if (!build_with_chromium) {
|
|||||||
|
|
||||||
source_set("webrtc_common") {
|
source_set("webrtc_common") {
|
||||||
sources = [
|
sources = [
|
||||||
|
"audio_sink.h",
|
||||||
"common_types.cc",
|
"common_types.cc",
|
||||||
"common_types.h",
|
"common_types.h",
|
||||||
"config.cc",
|
"config.cc",
|
||||||
|
|||||||
@ -14,7 +14,6 @@ source_set("audio") {
|
|||||||
"audio_receive_stream.h",
|
"audio_receive_stream.h",
|
||||||
"audio_send_stream.cc",
|
"audio_send_stream.cc",
|
||||||
"audio_send_stream.h",
|
"audio_send_stream.h",
|
||||||
"audio_sink.h",
|
|
||||||
"audio_state.cc",
|
"audio_state.cc",
|
||||||
"audio_state.h",
|
"audio_state.h",
|
||||||
"conversion.h",
|
"conversion.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user