From 50772f1e165b49fb59ceb85f0d6391dc64eda39f Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 29 Feb 2016 06:49:43 +0100 Subject: [PATCH] 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} --- webrtc/BUILD.gn | 1 + webrtc/audio/BUILD.gn | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index 6d84c504a3..9f4fd5c7a6 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -228,6 +228,7 @@ if (!build_with_chromium) { source_set("webrtc_common") { sources = [ + "audio_sink.h", "common_types.cc", "common_types.h", "config.cc", diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn index 5a9902eac1..d33a91654b 100644 --- a/webrtc/audio/BUILD.gn +++ b/webrtc/audio/BUILD.gn @@ -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",