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

Issue 2470913004: Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency (Closed)

Created:
4 years, 1 month ago by charujain
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency Issue: video_receive_stream.cc includes transport_adapter.h which use to be inside call/ and call depends on video/ which caused circular dependency. We moved transport_adapter.h/.cc inside video/ and removed dependency of video/ on call/ BUG=webrtc:6412 NOTRY=True Committed: https://crrev.com/bf6a45b44253988b8dceda43aad157f340aa6e82 Cr-Commit-Position: refs/heads/master@{#14907}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Sorted the imports and review comments #

Patch Set 3 : Fixed header guards. #

Total comments: 4

Patch Set 4 : Sorted imports #

Total comments: 1

Patch Set 5 : Fixed footer guards #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -99 lines) Patch
M webrtc/call/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/call/call_perf_tests.cc View 1 2 chunks +1 line, -1 line 0 comments Download
D webrtc/call/transport_adapter.h View 1 chunk +0 lines, -39 lines 0 comments Download
D webrtc/call/transport_adapter.cc View 1 chunk +0 lines, -48 lines 0 comments Download
M webrtc/call/webrtc_call.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
A + webrtc/video/transport_adapter.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/video/transport_adapter.cc View 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (11 generated)
charujain
4 years, 1 month ago (2016-11-02 16:53:24 UTC) #4
kjellander_webrtc
I'm glad you found a solution for this. A few comments. https://codereview.webrtc.org/2470913004/diff/1/webrtc/call/call_perf_tests.cc File webrtc/call/call_perf_tests.cc (right): ...
4 years, 1 month ago (2016-11-02 20:33:09 UTC) #6
charujain
Fixed the comments.
4 years, 1 month ago (2016-11-03 09:12:00 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (right): https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/end_to_end_tests.cc#newcode24 webrtc/video/end_to_end_tests.cc:24: #include "webrtc/video/transport_adapter.h" Sort https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/transport_adapter.cc File webrtc/video/transport_adapter.cc (right): https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/transport_adapter.cc#newcode12 webrtc/video/transport_adapter.cc:12: ...
4 years, 1 month ago (2016-11-03 09:30:29 UTC) #9
charujain
On 2016/11/03 09:30:29, stefan-webrtc (holmer) wrote: > https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/end_to_end_tests.cc > File webrtc/video/end_to_end_tests.cc (right): > > https://codereview.webrtc.org/2470913004/diff/40001/webrtc/video/end_to_end_tests.cc#newcode24 ...
4 years, 1 month ago (2016-11-03 09:51:21 UTC) #10
kjellander_webrtc
lgtm, assuming you run at least a few sanity check compile trybots again after the ...
4 years, 1 month ago (2016-11-03 10:02:47 UTC) #11
stefan-webrtc
lgtm
4 years, 1 month ago (2016-11-03 10:25:52 UTC) #12
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/2470913004/60001
4 years, 1 month ago (2016-11-03 10:32:20 UTC) #14
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/9780)
4 years, 1 month ago (2016-11-03 10:35:11 UTC) #16
kjellander_webrtc
One cpplint error left https://codereview.webrtc.org/2470913004/diff/60001/webrtc/video/transport_adapter.h File webrtc/video/transport_adapter.h (right): https://codereview.webrtc.org/2470913004/diff/60001/webrtc/video/transport_adapter.h#newcode39 webrtc/video/transport_adapter.h:39: #endif // WEBRTC_CALL_TRANSPORT_ADAPTER_H_ You missed ...
4 years, 1 month ago (2016-11-03 10:46:19 UTC) #17
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/2470913004/80001
4 years, 1 month ago (2016-11-03 11:20:07 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-03 11:21:46 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 11:21:51 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/bf6a45b44253988b8dceda43aad157f340aa6e82
Cr-Commit-Position: refs/heads/master@{#14907}

Powered by Google App Engine
This is Rietveld 408576698