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

Issue 3014463002: Break rtp_rtcp_format out of rtp_rtcp, to resolve circular dependencies (Closed)

Created:
3 years, 3 months ago by danilchap
Modified:
3 years, 3 months ago
Reviewers:
eladalon
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Break rtp_rtcp_format out of rtp_rtcp, to resolve circular dependencies BUG=webrtc:8111 patch from issue 3011233002 at patchset 1 (http://crrev.com/3011233002#ps1) Review-Url: https://codereview.webrtc.org/3014463002 Cr-Commit-Position: refs/heads/master@{#19801} Committed: https://chromium.googlesource.com/external/webrtc/+/09f4481173c9bf7a96e8e7a190cf685d7fea0178

Patch Set 1 #

Patch Set 2 : add few more less trivial missing dependencies, and git cl format #

Patch Set 3 : include stddef for size_t #

Total comments: 7

Patch Set 4 : copied a warning supressor #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -16 lines) Patch
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 3 chunks +35 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc View 1 2 3 3 chunks +4 lines, -4 lines 2 comments Download

Messages

Total messages: 21 (13 generated)
danilchap
3 years, 3 months ago (2017-09-12 14:29:02 UTC) #4
eladalon
If it works, lgtm. https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (right): https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/BUILD.gn#newcode16 webrtc/modules/rtp_rtcp/BUILD.gn:16: "source/byte_io.h", Not in this CL, ...
3 years, 3 months ago (2017-09-12 14:41:03 UTC) #7
eladalon
https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/source/byte_io.h File webrtc/modules/rtp_rtcp/source/byte_io.h (right): https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/source/byte_io.h#newcode39 webrtc/modules/rtp_rtcp/source/byte_io.h:39: #include <stddef.h> By the way, for my information, don't ...
3 years, 3 months ago (2017-09-12 14:45:07 UTC) #8
danilchap
https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (right): https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/BUILD.gn#newcode16 webrtc/modules/rtp_rtcp/BUILD.gn:16: "source/byte_io.h", On 2017/09/12 14:41:03, eladalon wrote: > Not in ...
3 years, 3 months ago (2017-09-12 15:17:18 UTC) #11
eladalon
https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/source/byte_io.h File webrtc/modules/rtp_rtcp/source/byte_io.h (right): https://codereview.webrtc.org/3014463002/diff/40001/webrtc/modules/rtp_rtcp/source/byte_io.h#newcode39 webrtc/modules/rtp_rtcp/source/byte_io.h:39: #include <stddef.h> On 2017/09/12 15:17:18, danilchap wrote: > On ...
3 years, 3 months ago (2017-09-12 15:25:24 UTC) #12
danilchap
https://codereview.webrtc.org/3014463002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc File webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc (right): https://codereview.webrtc.org/3014463002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc#newcode105 webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc:105: return size + 3 - (size + 3) % ...
3 years, 3 months ago (2017-09-12 15:40:31 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/3014463002/60001
3 years, 3 months ago (2017-09-12 16:20:23 UTC) #18
commit-bot: I haz the power
3 years, 3 months ago (2017-09-12 16:23:31 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/09f4481173c9bf7a96e8e7a19...

Powered by Google App Engine
This is Rietveld 408576698