Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Issue 1737593002: Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (Closed)

Created:
4 years, 10 months ago by kjellander_webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, video-team_agora.io, hlundin-webrtc, yujie_mao (webrtc), Andrew MacDonald, zhengzhonghou_agora.io, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, mflodman, peah-webrtc, minyue-webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

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}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added a few more missing headers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -80 lines) Patch
M webrtc/BUILD.gn View 1 2 chunks +13 lines, -3 lines 0 comments Download
M webrtc/api/remoteaudiosource.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsession.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/audio/audio_sink.h View 1 chunk +0 lines, -53 lines 0 comments Download
M webrtc/audio/webrtc_audio.gypi View 1 chunk +0 lines, -1 line 0 comments Download
A + webrtc/audio_sink.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/common.gyp View 1 1 chunk +9 lines, -1 line 0 comments Download
M webrtc/media/base/fakemediaengine.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/channel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/video/webrtc_video.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voice_engine.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/webrtc.gyp View 1 1 chunk +3 lines, -9 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
kjellander_webrtc
solenberg,pbos: main review perkj: rubberstamp for webrtc/api, webrtc/base, webrtc/pc https://codereview.webrtc.org/1737593002/diff/20001/webrtc/BUILD.gn File webrtc/BUILD.gn (left): https://codereview.webrtc.org/1737593002/diff/20001/webrtc/BUILD.gn#oldcode171 webrtc/BUILD.gn:171: ...
4 years, 10 months ago (2016-02-25 11:12:06 UTC) #6
perkj_webrtc
why are we moving files to the root folder?
4 years, 10 months ago (2016-02-25 11:30:28 UTC) #7
kjellander_webrtc
On 2016/02/25 11:30:28, perkj_webrtc wrote: > why are we moving files to the root folder? ...
4 years, 10 months ago (2016-02-25 11:42:49 UTC) #9
pbos-webrtc
On 2016/02/25 11:42:49, kjellander (webrtc) wrote: > On 2016/02/25 11:30:28, perkj_webrtc wrote: > > why ...
4 years, 10 months ago (2016-02-25 13:02:34 UTC) #10
kjellander_webrtc
On 2016/02/25 13:02:34, pbos-webrtc wrote: > On 2016/02/25 11:42:49, kjellander (webrtc) wrote: > > On ...
4 years, 10 months ago (2016-02-25 13:26:01 UTC) #11
the sun
LGTM for moving audio_sink.h. Since it is referenced in webrtc/audio_receive_stream.h, this is where it should ...
4 years, 10 months ago (2016-02-25 13:54:32 UTC) #12
pbos-webrtc
lgtm
4 years, 10 months ago (2016-02-25 13:58:15 UTC) #13
perkj_webrtc
Putting files in the root folder means that only root owners can approve changes to ...
4 years, 10 months ago (2016-02-25 14:04:54 UTC) #14
the sun
On 2016/02/25 14:04:54, perkj_webrtc wrote: > Putting files in the root folder means that only ...
4 years, 10 months ago (2016-02-25 14:08:42 UTC) #15
perkj_webrtc
On 2016/02/25 14:04:54, perkj_webrtc wrote: > Putting files in the root folder means that only ...
4 years, 10 months ago (2016-02-25 14:08:59 UTC) #16
kjellander_webrtc
On 2016/02/25 14:04:54, perkj_webrtc wrote: > Putting files in the root folder means that only ...
4 years, 10 months ago (2016-02-25 14:09:57 UTC) #17
kjellander_webrtc
On 2016/02/25 14:08:59, perkj_webrtc wrote: > On 2016/02/25 14:04:54, perkj_webrtc wrote: > > Putting files ...
4 years, 10 months ago (2016-02-25 14:11:07 UTC) #18
kjellander_webrtc
TBR tommi for root owners approval for webrtc/audio_sink.h ;-)
4 years, 10 months ago (2016-02-25 14:12:32 UTC) #21
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/99b345c4e50c59a776c56949c17da3f50992f1a2 Cr-Commit-Position: refs/heads/master@{#11766}
4 years, 10 months ago (2016-02-25 14:12:56 UTC) #24
kjellander_webrtc
Committed patchset #2 (id:40001) manually as 99b345c4e50c59a776c56949c17da3f50992f1a2 (presubmit successful).
4 years, 10 months ago (2016-02-25 14:12:56 UTC) #25
kjellander_webrtc
4 years, 10 months ago (2016-02-25 16:36:16 UTC) #26
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:40001) has been created in
https://codereview.webrtc.org/1739783002/ by kjellander@webrtc.org.

The reason for reverting is: Breaks GN in chromium..

Powered by Google App Engine
This is Rietveld 408576698