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

Issue 24586003: Be able to build cast_unittest and related targets in Chrome tree (Closed)

Created:
7 years, 2 months ago by Alpha Left Google
Modified:
7 years, 1 month ago
Reviewers:
hubbe, pwestin1, pwestin
CC:
chromium-reviews, feature-media-reviews_chromium.org, miu+watch_chromium.org
Visibility:
Public.

Description

Be able to build cast_unittest and related targets in Chrome tree Adding cast.gyp to build/all.gyp. Also a bunch of chromium style errors. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226264

Patch Set 1 #

Total comments: 3

Patch Set 2 : scoped_ptr for ACM #

Patch Set 3 : removed missing file #

Patch Set 4 : fix warnings #

Patch Set 5 : fix warnings #

Patch Set 6 : fix warnings #

Patch Set 7 : fix warnings #

Patch Set 8 : fix warnings #

Patch Set 9 : fix warnings #

Patch Set 10 : fix warnings #

Total comments: 22

Patch Set 11 : fix warnings #

Patch Set 12 : fix warnings #

Patch Set 13 : fix windows build warnings #

Patch Set 14 : fix win warnings #

Patch Set 15 : fix win warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -121 lines) Patch
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/audio_receiver/audio_decoder.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -5 lines 0 comments Download
M media/cast/audio_receiver/audio_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -5 lines 0 comments Download
M media/cast/audio_receiver/audio_decoder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M media/cast/audio_receiver/audio_receiver.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download
M media/cast/audio_receiver/audio_receiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/audio_sender/audio_encoder.h View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -4 lines 0 comments Download
M media/cast/audio_sender/audio_encoder.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -5 lines 0 comments Download
M media/cast/audio_sender/audio_encoder_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/cast/audio_sender/audio_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download
M media/cast/audio_sender/audio_sender_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/cast/cast.gyp View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -0 lines 0 comments Download
M media/cast/cast_config.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M media/cast/cast_config.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/cast_receiver.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/cast_receiver.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M media/cast/cast_sender.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/cast_sender.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M media/cast/cast_sender_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -7 lines 0 comments Download
M media/cast/cast_sender_impl.cc View 1 2 3 4 5 6 7 8 9 4 chunks +18 lines, -2 lines 0 comments Download
M media/cast/cast_thread.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M media/cast/cast_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -1 line 0 comments Download
M media/cast/congestion_control/congestion_control.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M media/cast/congestion_control/congestion_control.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M media/cast/framer/cast_message_builder_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/cast/framer/frame_buffer_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/framer/framer_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/pacing/mock_paced_packet_sender.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A + media/cast/pacing/mock_paced_packet_sender.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M media/cast/pacing/mock_packet_sender.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A + media/cast/pacing/mock_packet_sender.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -5 lines 0 comments Download
M media/cast/pacing/paced_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M media/cast/pacing/paced_sender.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M media/cast/rtcp/mock_rtcp_receiver_feedback.h View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -0 lines 0 comments Download
A media/cast/rtcp/mock_rtcp_receiver_feedback.cc View 1 2 3 4 5 6 7 8 9 1 chunk +23 lines, -0 lines 0 comments Download
M media/cast/rtcp/mock_rtcp_sender_feedback.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A + media/cast/rtcp/mock_rtcp_sender_feedback.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M media/cast/rtcp/rtcp_receiver_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/rtcp/rtcp_sender.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M media/cast/rtcp/rtcp_sender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
M media/cast/rtcp/rtcp_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M media/cast/rtp_common/mock_rtp_payload_feedback.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A + media/cast/rtp_common/mock_rtp_payload_feedback.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -2 lines 0 comments Download
M media/cast/rtp_receiver/receiver_stats_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/cast/rtp_receiver/rtp_parser/rtp_parser.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/rtp_receiver/rtp_parser/rtp_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -5 lines 0 comments Download
M media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -9 lines 0 comments Download
A media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.cc View 1 2 3 4 5 6 7 8 9 1 chunk +21 lines, -0 lines 0 comments Download
M media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/video_receiver/codecs/vp8/vp8_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M media/cast/video_receiver/video_decoder.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M media/cast/video_receiver/video_decoder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -1 line 0 comments Download
M media/cast/video_receiver/video_receiver.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -5 lines 0 comments Download
M media/cast/video_receiver/video_receiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -1 line 0 comments Download
M media/cast/video_sender/codecs/vp8/vp8_encoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M media/cast/video_sender/mock_video_encoder_controller.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A media/cast/video_sender/mock_video_encoder_controller.cc View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -0 lines 0 comments Download
M media/cast/video_sender/video_encoder.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -2 lines 0 comments Download
M media/cast/video_sender/video_encoder.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M media/cast/video_sender/video_encoder_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -1 line 0 comments Download
M media/cast/video_sender/video_sender.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M media/cast/video_sender/video_sender_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
Alpha Left Google
7 years, 2 months ago (2013-09-25 21:18:04 UTC) #1
pwestin
question https://codereview.chromium.org/24586003/diff/1/media/cast/audio_receiver/audio_decoder.cc File media/cast/audio_receiver/audio_decoder.cc (left): https://codereview.chromium.org/24586003/diff/1/media/cast/audio_receiver/audio_decoder.cc#oldcode52 media/cast/audio_receiver/audio_decoder.cc:52: webrtc::AudioCodingModule::Destroy(audio_decoder_); This is needed to avoid a memory ...
7 years, 2 months ago (2013-09-25 21:24:46 UTC) #2
Alpha Left Google
https://codereview.chromium.org/24586003/diff/1/media/cast/audio_receiver/audio_decoder.cc File media/cast/audio_receiver/audio_decoder.cc (left): https://codereview.chromium.org/24586003/diff/1/media/cast/audio_receiver/audio_decoder.cc#oldcode52 media/cast/audio_receiver/audio_decoder.cc:52: webrtc::AudioCodingModule::Destroy(audio_decoder_); On 2013/09/25 21:24:46, pwestin wrote: > This is ...
7 years, 2 months ago (2013-09-25 21:26:20 UTC) #3
Alpha Left Google
Updated code to use scoped_ptr to own ACM.
7 years, 2 months ago (2013-09-25 21:31:24 UTC) #4
pwestin
lgtm
7 years, 2 months ago (2013-09-25 21:41:24 UTC) #5
hubbe
https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_decoder.h File media/cast/audio_receiver/audio_decoder.h (right): https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_decoder.h#newcode41 media/cast/audio_receiver/audio_decoder.h:41: virtual ~AudioDecoder(); What's the point of making AudioDecoder virtual? ...
7 years, 2 months ago (2013-09-26 23:03:19 UTC) #6
pwestin
Added comments https://codereview.chromium.org/24586003/diff/57001/media/cast/cast_thread.cc File media/cast/cast_thread.cc (right): https://codereview.chromium.org/24586003/diff/57001/media/cast/cast_thread.cc#newcode28 media/cast/cast_thread.cc:28: CastThread::~CastThread() { nit: {} on same line ...
7 years, 2 months ago (2013-09-26 23:20:23 UTC) #7
Alpha Left Google
https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_decoder.h File media/cast/audio_receiver/audio_decoder.h (right): https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_decoder.h#newcode41 media/cast/audio_receiver/audio_decoder.h:41: virtual ~AudioDecoder(); On 2013/09/26 23:03:20, hubbe wrote: > What's ...
7 years, 2 months ago (2013-09-27 00:45:12 UTC) #8
hubbe
https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_receiver.cc File media/cast/audio_receiver/audio_receiver.cc (right): https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_receiver.cc#newcode74 media/cast/audio_receiver/audio_receiver.cc:74: virtual void RequestKeyFrame() { On 2013/09/27 00:45:13, Alpha wrote: ...
7 years, 2 months ago (2013-09-27 19:22:52 UTC) #9
Alpha Left Google
https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_receiver.cc File media/cast/audio_receiver/audio_receiver.cc (right): https://codereview.chromium.org/24586003/diff/57001/media/cast/audio_receiver/audio_receiver.cc#newcode74 media/cast/audio_receiver/audio_receiver.cc:74: virtual void RequestKeyFrame() { On 2013/09/27 19:22:53, hubbe wrote: ...
7 years, 2 months ago (2013-09-27 21:13:53 UTC) #10
hubbe
lgtm
7 years, 2 months ago (2013-09-27 21:19:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/77001
7 years, 2 months ago (2013-09-27 21:23:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/99001
7 years, 2 months ago (2013-09-27 23:14:19 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-09-28 02:52:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/99001
7 years, 2 months ago (2013-09-28 07:07:02 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-09-28 07:41:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/136001
7 years, 2 months ago (2013-09-30 19:31:08 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-01 00:43:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/146001
7 years, 2 months ago (2013-10-01 04:31:06 UTC) #19
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
7 years, 2 months ago (2013-10-01 16:41:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/24586003/146001
7 years, 2 months ago (2013-10-01 17:06:03 UTC) #21
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 18:11:15 UTC) #22
Message was sent while issue was closed.
Change committed as 226264

Powered by Google App Engine
This is Rietveld 408576698