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

Issue 2064523002: GN: Add video_engine_tests (Closed)

Created:
4 years, 6 months ago by pbos-webrtc
Modified:
4 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

GN: Add video_engine_tests Adds separate source_sets for the video_engine_tests subtargets inside audio, call and video and merges them together into video_engine_tests. BUG=webrtc:5949 R=kjellander@webrtc.org TBR=mflodman@webrtc.org Committed: https://crrev.com/0208322ee36b1f6f159194b9b451d2171c1a8ce4 Cr-Commit-Position: refs/heads/master@{#13127}

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix compile issues #

Patch Set 3 : audio_receive_stream_unittest compile #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -17 lines) Patch
M webrtc/BUILD.gn View 1 1 chunk +18 lines, -0 lines 0 comments Download
M webrtc/audio/BUILD.gn View 1 chunk +20 lines, -0 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/BUILD.gn View 1 chunk +23 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/test/receiver_tests.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/test/vcm_payload_sink_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/BUILD.gn View 4 chunks +11 lines, -0 lines 1 comment Download
M webrtc/video/BUILD.gn View 2 chunks +35 lines, -0 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
pbos-webrtc
PTAL, and let me know which bug number to use (or fill it in yourself)
4 years, 6 months ago (2016-06-12 22:33:11 UTC) #1
kjellander_webrtc
Thanks for the contribution. I changed title and BUG= field. https://codereview.webrtc.org/2064523002/diff/1/webrtc/audio/BUILD.gn File webrtc/audio/BUILD.gn (right): https://codereview.webrtc.org/2064523002/diff/1/webrtc/audio/BUILD.gn#newcode55 ...
4 years, 6 months ago (2016-06-13 05:15:46 UTC) #3
pbos-webrtc
fix compile issues
4 years, 6 months ago (2016-06-13 09:50:50 UTC) #4
pbos-webrtc
audio_receive_stream_unittest compile
4 years, 6 months ago (2016-06-13 10:03:48 UTC) #5
pbos-webrtc
PTAL, I fixed the issues instead of introducing suppressions.
4 years, 6 months ago (2016-06-13 10:16:07 UTC) #6
kjellander_webrtc
Great that you fixed the warnings instead. https://codereview.webrtc.org/2064523002/diff/40001/webrtc/test/BUILD.gn File webrtc/test/BUILD.gn (right): https://codereview.webrtc.org/2064523002/diff/40001/webrtc/test/BUILD.gn#newcode190 webrtc/test/BUILD.gn:190: "testsupport/metrics/video_metrics.cc", These ...
4 years, 6 months ago (2016-06-13 11:37:19 UTC) #7
pbos-webrtc
On 2016/06/13 11:37:19, kjellander_webrtc wrote: > Great that you fixed the warnings instead. > > ...
4 years, 6 months ago (2016-06-13 20:27:13 UTC) #8
kjellander_webrtc
On 2016/06/13 20:27:13, pbos-webrtc wrote: > On 2016/06/13 11:37:19, kjellander_webrtc wrote: > > Great that ...
4 years, 6 months ago (2016-06-14 10:43:48 UTC) #9
pbos-webrtc
TBR=mflodman for rubberstamp for the simple changes in: webrtc/audio/audio_receive_stream_unittest.cc webrtc/modules/rtp_rtcp/include/rtp_rtcp.h webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc webrtc/modules/rtp_rtcp/test/testAPI/test_api.h ...
4 years, 6 months ago (2016-06-14 10:52:45 UTC) #12
pbos-webrtc
Committed patchset #3 (id:40001) manually as 0208322ee36b1f6f159194b9b451d2171c1a8ce4 (presubmit successful).
4 years, 6 months ago (2016-06-14 10:53:15 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 10:53:15 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0208322ee36b1f6f159194b9b451d2171c1a8ce4
Cr-Commit-Position: refs/heads/master@{#13127}

Powered by Google App Engine
This is Rietveld 408576698