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

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed)

Created:
4 years, 10 months ago by kjellander_webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move talk/session/media -> webrtc/pc The libjingle_p2p target is renamed to rtc_pc. The libjingle_p2p_unittest test will be renamed in a separate follow-up CL, to make it possible to run all trybots successfully for this CL. BUG=webrtc:5419 R=deadbeef@webrtc.org, pthatcher@webrtc.org, tommi@webrtc.org Committed: https://crrev.com/9b8df25c73ac004fba7683b3034cf0b12b0813e3 Cr-Commit-Position: refs/heads/master@{#11592}

Patch Set 1 #

Patch Set 2 : Fixed GYP errors #

Patch Set 3 : Disabled -Wnon-virtual-dtor warning #

Patch Set 4 : Disabled -Wmaybe-uninitialized warning on GCC #

Total comments: 4

Patch Set 5 : Make the test target inherit the defines for rtc_pc #

Total comments: 4

Patch Set 6 : Introduce legacy_objc_api[_tests].gyp and order headers #

Total comments: 1

Patch Set 7 : Rebase f396f6085f9e4f16f37471a7828e3e31308c0d52 #11590 #

Patch Set 8 : Last rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -18458 lines) Patch
M PRESUBMIT.py View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M all.gyp View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
A talk/app/webrtc/legacy_objc_api.gyp View 1 2 3 4 5 1 chunk +191 lines, -0 lines 0 comments Download
A + talk/app/webrtc/legacy_objc_api_tests.gyp View 1 2 3 4 5 5 chunks +11 lines, -68 lines 0 comments Download
M talk/build/common.gypi View 1 2 chunks +0 lines, -14 lines 0 comments Download
D talk/build/isolate.gypi View 1 chunk +0 lines, -161 lines 0 comments Download
M talk/build/merge_ios_libs.gyp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 1 chunk +0 lines, -244 lines 0 comments Download
D talk/libjingle_p2p_unittest.isolate View 1 chunk +0 lines, -40 lines 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 4 5 1 chunk +0 lines, -149 lines 0 comments Download
D talk/session/media/audiomonitor.h View 1 chunk +0 lines, -75 lines 0 comments Download
D talk/session/media/audiomonitor.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D talk/session/media/bundlefilter.h View 1 chunk +0 lines, -71 lines 0 comments Download
D talk/session/media/bundlefilter.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D talk/session/media/bundlefilter_unittest.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D talk/session/media/channel.h View 1 chunk +0 lines, -646 lines 0 comments Download
D talk/session/media/channel.cc View 1 chunk +0 lines, -2274 lines 0 comments Download
D talk/session/media/channel_unittest.cc View 1 chunk +0 lines, -2716 lines 0 comments Download
D talk/session/media/channelmanager.h View 1 chunk +0 lines, -242 lines 0 comments Download
D talk/session/media/channelmanager.cc View 1 chunk +0 lines, -577 lines 0 comments Download
D talk/session/media/channelmanager_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -251 lines 0 comments Download
D talk/session/media/currentspeakermonitor.h View 1 chunk +0 lines, -112 lines 0 comments Download
D talk/session/media/currentspeakermonitor.cc View 1 chunk +0 lines, -218 lines 0 comments Download
D talk/session/media/currentspeakermonitor_unittest.cc View 1 chunk +0 lines, -226 lines 0 comments Download
D talk/session/media/externalhmac.h View 1 chunk +0 lines, -92 lines 0 comments Download
D talk/session/media/externalhmac.cc View 1 chunk +0 lines, -177 lines 0 comments Download
D talk/session/media/mediamonitor.h View 1 chunk +0 lines, -99 lines 0 comments Download
D talk/session/media/mediamonitor.cc View 1 chunk +0 lines, -108 lines 0 comments Download
D talk/session/media/mediasession.h View 1 chunk +0 lines, -567 lines 0 comments Download
D talk/session/media/mediasession.cc View 1 chunk +0 lines, -1996 lines 0 comments Download
D talk/session/media/mediasession_unittest.cc View 1 chunk +0 lines, -2344 lines 0 comments Download
D talk/session/media/mediasink.h View 1 chunk +0 lines, -48 lines 0 comments Download
D talk/session/media/planarfunctions_unittest.cc View 1 chunk +0 lines, -942 lines 0 comments Download
D talk/session/media/rtcpmuxfilter.h View 1 chunk +0 lines, -89 lines 0 comments Download
D talk/session/media/rtcpmuxfilter.cc View 1 chunk +0 lines, -156 lines 0 comments Download
D talk/session/media/rtcpmuxfilter_unittest.cc View 1 chunk +0 lines, -255 lines 0 comments Download
D talk/session/media/srtpfilter.h View 1 chunk +0 lines, -330 lines 0 comments Download
D talk/session/media/srtpfilter.cc View 1 chunk +0 lines, -954 lines 0 comments Download
D talk/session/media/srtpfilter_unittest.cc View 1 chunk +0 lines, -925 lines 0 comments Download
D talk/session/media/typewrapping.h.pump View 1 chunk +0 lines, -297 lines 0 comments Download
D talk/session/media/voicechannel.h View 1 chunk +0 lines, -33 lines 0 comments Download
D talk/session/media/yuvscaler_unittest.cc View 1 chunk +0 lines, -618 lines 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/api_tests.gyp View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/datachannel.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/jsepsessiondescription.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/jsepsessiondescription_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/mediacontroller.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/peerconnection.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/peerconnection_unittest.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/peerconnectionfactory.h View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/peerconnectioninterface_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/rtpsenderinterface.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/statscollector.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/videosource.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/videosource_unittest.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/videotrack_unittest.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsdp.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsdp_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsession.h View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M webrtc/api/webrtcsession.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/api/webrtcsession_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/api/webrtcsessiondescriptionfactory.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/build/common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/libjingle/libjingle.gyp View 1 chunk +1 line, -5 lines 0 comments Download
A + webrtc/libjingle_p2p_unittest.isolate View 0 chunks +-1 lines, --1 lines 0 comments Download
M webrtc/media/base/mediachannel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.h View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/audiomonitor.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/audiomonitor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/bundlefilter.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/bundlefilter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/bundlefilter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/channel.h View 1 2 3 4 5 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/pc/channel.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/pc/channel_unittest.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
A + webrtc/pc/channelmanager.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/channelmanager.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/pc/channelmanager_unittest.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
A + webrtc/pc/currentspeakermonitor.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/currentspeakermonitor.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/currentspeakermonitor_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/externalhmac.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/externalhmac.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/mediamonitor.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/mediamonitor.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/pc/mediasession.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/mediasession.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/pc/mediasession_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/pc/mediasink.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A webrtc/pc/pc.gyp View 1 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
A webrtc/pc/pc_tests.gypi View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A + webrtc/pc/planarfunctions_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/rtcpmuxfilter.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/rtcpmuxfilter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/rtcpmuxfilter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
A + webrtc/pc/srtpfilter.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/srtpfilter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + webrtc/pc/srtpfilter_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/typewrapping.h.pump View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/pc/voicechannel.h View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/pc/yuvscaler_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M webrtc/webrtc.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 1 2 3 4 5 6 chunks +6 lines, -6 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
kjellander_webrtc
Fixed GYP errors
4 years, 10 months ago (2016-02-10 18:23:31 UTC) #3
kjellander_webrtc
Sorry I didn't mean to send this out for review yet (I used -m instead ...
4 years, 10 months ago (2016-02-10 18:25:46 UTC) #4
pthatcher1
Looking so good already https://codereview.webrtc.org/1691463002/diff/60001/webrtc/pc/pc_tests.gypi File webrtc/pc/pc_tests.gypi (right): https://codereview.webrtc.org/1691463002/diff/60001/webrtc/pc/pc_tests.gypi#newcode13 webrtc/pc/pc_tests.gypi:13: 'target_name': 'libjingle_p2p_unittest', rtc_pc_unittest? https://codereview.webrtc.org/1691463002/diff/60001/webrtc/webrtc_tests.gypi File ...
4 years, 10 months ago (2016-02-10 19:10:32 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1691463002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1691463002/60001
4 years, 10 months ago (2016-02-10 19:19:33 UTC) #7
kjellander_webrtc
It should be OK to review now (pending no surprise turns up at the trybots ...
4 years, 10 months ago (2016-02-10 19:22:25 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3356)
4 years, 10 months ago (2016-02-10 19:24:02 UTC) #10
kjellander_webrtc
On 2016/02/10 19:24:02, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 10 months ago (2016-02-10 19:36:07 UTC) #11
Taylor Brandstetter
https://codereview.webrtc.org/1691463002/diff/100001/all.gyp File all.gyp (right): https://codereview.webrtc.org/1691463002/diff/100001/all.gyp#newcode29 all.gyp:29: ['OS=="ios" or (OS=="mac" and target_arch!="ia32") and include_tests==1', { Could ...
4 years, 10 months ago (2016-02-10 22:20:47 UTC) #13
kjellander_webrtc
PTAL I moved the only target remaining in talk/ (the legacy objc stuff) into talk/app/webrtc/legacy_objc_api[_tests].gyp ...
4 years, 10 months ago (2016-02-11 12:59:35 UTC) #14
Taylor Brandstetter
lgtm
4 years, 10 months ago (2016-02-11 17:34:39 UTC) #15
tommi
lgtm
4 years, 10 months ago (2016-02-11 17:46:16 UTC) #16
pthatcher1
lgtm
4 years, 10 months ago (2016-02-11 18:38:56 UTC) #17
kjellander_webrtc
Committed patchset #8 (id:160001) manually as 9b8df25c73ac004fba7683b3034cf0b12b0813e3.
4 years, 10 months ago (2016-02-12 05:48:18 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-12 05:48:20 UTC) #21
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9b8df25c73ac004fba7683b3034cf0b12b0813e3
Cr-Commit-Position: refs/heads/master@{#11592}

Powered by Google App Engine
This is Rietveld 408576698