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

Issue 2723253005: Fix cyclic deps: rent_a_codec<->audio_coding and rent_a_codec<->neteq (Closed)

Created:
3 years, 9 months ago by kwiberg-webrtc
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix cyclic deps: rent_a_codec<->audio_coding and rent_a_codec<->neteq In short, what I did was to * Remove acm_common_defs.h (the stuff in it was used only by acm_codec_database.cc). * Move audio_coding_module_typedefs.h to a new build target. * Move the NetEqDecoder enum (and the associated NetEqDecoderToSdpAudioFormat function) to a new file in a new build target. BUG=webrtc:7243, webrtc:7244 Review-Url: https://codereview.webrtc.org/2723253005 Cr-Commit-Position: refs/heads/master@{#17005} Committed: https://chromium.googlesource.com/external/webrtc/+/65cb70d939af8f9b6b8b1af9109dd7385af79f0c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -184 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 10 chunks +33 lines, -11 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_codec_database.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_codec_database.cc View 3 chunks +8 lines, -5 lines 0 comments Download
D webrtc/modules/audio_coding/acm2/acm_common_defs.h View 1 chunk +0 lines, -32 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.h View 2 chunks +1 line, -37 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 3 chunks +4 lines, -77 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.h View 2 chunks +1 line, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.cc View 3 chunks +3 lines, -6 lines 0 comments Download
A webrtc/modules/audio_coding/neteq/neteq_decoder_enum.h View 1 chunk +56 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/neteq/neteq_decoder_enum.cc View 1 chunk +89 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/test/APITest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/EncodeDecodeTest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/delay_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/iSACTest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/test/utility.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 20 (13 generated)
kwiberg-webrtc
3 years, 9 months ago (2017-03-02 12:27:33 UTC) #11
kjellander_webrtc
BUILD.gn: lgtm re-run the Chromium trybots (patch failure)
3 years, 9 months ago (2017-03-02 17:37:00 UTC) #12
kwiberg-webrtc
On 2017/03/02 17:37:00, kjellander_webrtc wrote: > BUILD.gn: lgtm > > re-run the Chromium trybots (patch ...
3 years, 9 months ago (2017-03-02 18:46:24 UTC) #13
kjellander_webrtc
On 2017/03/02 18:46:24, kwiberg-webrtc wrote: > On 2017/03/02 17:37:00, kjellander_webrtc wrote: > > BUILD.gn: lgtm ...
3 years, 9 months ago (2017-03-02 23:31:32 UTC) #14
hlundin-webrtc
lgtm
3 years, 9 months ago (2017-03-03 13:29:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2723253005/20001
3 years, 9 months ago (2017-03-03 13:38:00 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 14:16:32 UTC) #20
Message was sent while issue was closed.
Committed patchset #1 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/65cb70d939af8f9b6b8b1af91...

Powered by Google App Engine
This is Rietveld 408576698