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

Issue 2598963002: Refactor webrtc/modules/rtp_rtcp for GN check (Closed)

Created:
4 years ago by mbonadei
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, mflodman, philipel
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Refactor webrtc/modules/rtp_rtcp for GN check This moves some GN check configurations out of .gn to individual targets. This commit also removes the source file 'mocks/mock_rtp_rtcp.h' from the static_library 'rtp_rtcp' because it depends on a 'testonly = true' target. After a check this seems only included in the unitest code: $ grep -Rn "mocks/mock_rtp_rtcp.h" webrtc/modules/rtp_rtcp/ webrtc/modules/rtp_rtcp/source/ulpfec_receiver_unittest.cc:18:#include "webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h" webrtc/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc:17:#include "webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h" This commit also removes the dependency on '//webrt/modules/video_coding' because it seems that the following include can be removed: #include "webrtc/modules/video_coding/include/video_coding_defines.h" The now checked target is: "//webrtc/modules/rtp_rtcp/*" BUG=webrtc:6828 NOTRY=True Review-Url: https://codereview.webrtc.org/2598963002 Cr-Commit-Position: refs/heads/master@{#15760} Committed: https://chromium.googlesource.com/external/webrtc/+/ebafdc84843256bac7f125ff637d7e006f67d595

Patch Set 1 #

Total comments: 3

Patch Set 2 : Adding "rtp_rtcp/mocks/mock_rtp_rtcp.h" to :modules_unittest #

Patch Set 3 : Adding "rtp_rtcp/mocks/mock_rtp_rtcp.h" to :modules_unittest #

Patch Set 4 : Removing changes in .gn to run chromium trybots #

Patch Set 5 : Revert "Removing changes in .gn to run chromium trybots" #

Patch Set 6 : Revert "Removing changes in .gn to run chromium trybots" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M .gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 2 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
mbonadei
I decided to split my previous CL in a couple of small CLs. This is ...
4 years ago (2016-12-22 08:27:46 UTC) #3
danilchap
https://codereview.webrtc.org/2598963002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (left): https://codereview.webrtc.org/2598963002/diff/1/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#oldcode25 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:25: #include "webrtc/modules/video_coding/include/video_coding_defines.h" It is unused: was added in https://codereview.webrtc.org/1778503002 ...
4 years ago (2016-12-22 09:54:38 UTC) #4
kjellander_webrtc
Make sure to run Chromium trybots on this patch as well. https://codereview.webrtc.org/2598963002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (left): ...
4 years ago (2016-12-22 10:34:55 UTC) #5
mbonadei
On 2016/12/22 10:34:55, kjellander_webrtc wrote: > Make sure to run Chromium trybots on this patch ...
4 years ago (2016-12-22 12:24:53 UTC) #6
kjellander_webrtc
On 2016/12/22 12:24:53, mbonadei wrote: > On 2016/12/22 10:34:55, kjellander_webrtc wrote: > > Make sure ...
4 years ago (2016-12-22 12:42:58 UTC) #7
mbonadei
On 2016/12/22 12:42:58, kjellander_webrtc wrote: > On 2016/12/22 12:24:53, mbonadei wrote: > > On 2016/12/22 ...
4 years ago (2016-12-22 14:01:43 UTC) #8
kjellander_webrtc
lgtm, you can safely ignore the purple android trybots as they're currently broken.
4 years ago (2016-12-22 14:20:18 UTC) #9
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/2598963002/80001
4 years ago (2016-12-22 14:31:19 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/11708)
4 years ago (2016-12-22 14:35:07 UTC) #13
mbonadei
Adding Danil to the reviewers for the lgtm from an owner. https://codereview.webrtc.org/2598963002/diff/1/webrtc/modules/rtp_rtcp/BUILD.gn File webrtc/modules/rtp_rtcp/BUILD.gn (left): ...
4 years ago (2016-12-22 14:55:53 UTC) #15
danilchap
lgtm
4 years ago (2016-12-22 15:26:55 UTC) #16
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/2598963002/90005
4 years ago (2016-12-22 15:33:44 UTC) #19
commit-bot: I haz the power
4 years ago (2016-12-22 15:35:42 UTC) #22
Message was sent while issue was closed.
Committed patchset #6 (id:90005) as
https://chromium.googlesource.com/external/webrtc/+/ebafdc84843256bac7f125ff6...

Powered by Google App Engine
This is Rietveld 408576698