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

Issue 2335553006: Moving webrtc/stats/ into webrtc/api/ to resolve a circular dependency (Closed)

Created:
4 years, 3 months ago by hbos
Modified:
4 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moving webrtc/stats/ into webrtc/api/ to resolve a circular dependency introduced when adding PeerConnection[Interface]::GetRTCStats. BUG=chromium:627816

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1358 lines) Patch
M all.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/BUILD.gn View 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/api/api.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/api/api_tests.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/peerconnection.h View 3 chunks +4 lines, -0 lines 1 comment Download
M webrtc/api/peerconnection.cc View 2 chunks +7 lines, -0 lines 2 comments Download
M webrtc/api/peerconnectioninterface.h View 2 chunks +3 lines, -0 lines 1 comment Download
M webrtc/api/peerconnectionproxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
A + webrtc/api/rtcstats.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/rtcstats_objects.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/rtcstats_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/rtcstatscollector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/rtcstatscollector.cc View 1 chunk +1 line, -1 line 2 comments Download
A + webrtc/api/rtcstatscollector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/api/rtcstatsreport.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/api/rtcstatsreport_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D webrtc/stats/BUILD.gn View 1 chunk +0 lines, -64 lines 0 comments Download
D webrtc/stats/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D webrtc/stats/OWNERS View 1 chunk +0 lines, -9 lines 0 comments Download
D webrtc/stats/rtcstats.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D webrtc/stats/rtcstats_objects.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D webrtc/stats/rtcstats_unittest.cc View 1 chunk +0 lines, -184 lines 0 comments Download
D webrtc/stats/rtcstatscollector.h View 1 chunk +0 lines, -97 lines 0 comments Download
D webrtc/stats/rtcstatscollector.cc View 1 chunk +0 lines, -181 lines 0 comments Download
D webrtc/stats/rtcstatscollector_unittest.cc View 1 chunk +0 lines, -383 lines 0 comments Download
D webrtc/stats/rtcstatsreport.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D webrtc/stats/rtcstatsreport_unittest.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D webrtc/stats/stats.gyp View 1 chunk +0 lines, -50 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
hbos
Please take a look kjellander and nisse. Trying to avoid a circular dependency which is ...
4 years, 3 months ago (2016-09-12 18:28:09 UTC) #2
hbos
PS: Red bots and a new unittest for GetRTCStats will be addressed but first I ...
4 years, 3 months ago (2016-09-12 18:31:08 UTC) #3
nisse-webrtc
On 2016/09/12 18:28:09, hbos wrote: > Please take a look kjellander and nisse. Trying to ...
4 years, 3 months ago (2016-09-13 07:47:04 UTC) #4
hbos
On 2016/09/13 07:47:04, nisse-webrtc wrote: > On 2016/09/12 18:28:09, hbos wrote: > > Please take ...
4 years, 3 months ago (2016-09-13 07:53:39 UTC) #5
nisse-webrtc
I'm afraid I've not understood the rules for what belongs in api/. If we view ...
4 years, 3 months ago (2016-09-13 08:16:40 UTC) #6
hbos
On 2016/09/13 08:16:40, nisse-webrtc wrote: > I'm afraid I've not understood the rules for what ...
4 years, 3 months ago (2016-09-13 08:50:38 UTC) #7
hbos
+hta On 2016/09/13 08:50:38, hbos wrote: > On 2016/09/13 08:16:40, nisse-webrtc wrote: > > I'm ...
4 years, 3 months ago (2016-09-13 09:09:26 UTC) #9
hbos
On 2016/09/13 09:09:26, hbos wrote: > +hta > > On 2016/09/13 08:50:38, hbos wrote: > ...
4 years, 3 months ago (2016-09-13 09:29:45 UTC) #10
hbos
On 2016/09/13 09:29:45, hbos wrote: > Started working on a CL like that. https://codereview.webrtc.org/2335553006/
4 years, 3 months ago (2016-09-13 10:51:04 UTC) #11
hbos
On 2016/09/13 10:51:04, hbos wrote: > On 2016/09/13 09:29:45, hbos wrote: > > Started working ...
4 years, 3 months ago (2016-09-13 10:51:43 UTC) #12
kjellander_webrtc
On 2016/09/13 10:51:43, hbos wrote: > On 2016/09/13 10:51:04, hbos wrote: > > On 2016/09/13 ...
4 years, 3 months ago (2016-09-15 10:18:04 UTC) #13
hbos
4 years, 3 months ago (2016-09-15 12:10:38 UTC) #14
On 2016/09/15 10:18:04, kjellander_webrtc wrote:
> On 2016/09/13 10:51:43, hbos wrote:
> > On 2016/09/13 10:51:04, hbos wrote:
> > > On 2016/09/13 09:29:45, hbos wrote:
> > > > Started working on a CL like that.
> > > 
> > > https://codereview.webrtc.org/2335553006/
> > 
> > I meant https://codereview.webrtc.org/2331373004/
> 
> will this CL be relevant after https://codereview.webrtc.org/2331373004/ is
> landed?

No, closing

Powered by Google App Engine
This is Rietveld 408576698