Revert of Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (patchset #2 id:40001 of https://codereview.webrtc.org/1737593002/ )
Reason for revert:
Breaks GN in chromium.
Original issue's description:
> Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies.
>
> webrtc/audio/audio_sink.h is used by voice engine, but webrtc/audio is
> depending on voice engine, resulting in a cyclic dependency (which we
> don't detect since we have that check turned off, see webrtc:4243).
>
> BUG=webrtc:4243, webrtc:5589
> R=pbos@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org
> TBR=tommi@webrtc.org
>
> Committed: https://crrev.com/99b345c4e50c59a776c56949c17da3f50992f1a2
> Cr-Commit-Position: refs/heads/master@{#11766}
TBR=solenberg@webrtc.org,pbos@webrtc.org,perkj@webrtc.org,tommi@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:4243, webrtc:5589
Review URL: https://codereview.webrtc.org/1739783002
Cr-Commit-Position: refs/heads/master@{#11769}
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 1517d85..6d84c50 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -167,12 +167,10 @@
source_set("webrtc") {
sources = [
- "audio_send_stream.h",
- "audio_state.h",
"call.h",
- "video_decoder.h",
- "video_encoder.h",
- "video_frame.h",
+ "config.h",
+ "frame_callback.h",
+ "transport.h",
]
defines = []
@@ -230,20 +228,12 @@
source_set("webrtc_common") {
sources = [
- "audio_receive_stream.h",
- "audio_sink.h",
"common_types.cc",
"common_types.h",
"config.cc",
"config.h",
"engine_configurations.h",
- "frame_callback.h",
- "stream.h",
- "transport.h",
"typedefs.h",
- "video_receive_stream.h",
- "video_renderer.h",
- "video_send_stream.h",
]
configs += [ ":common_config" ]