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

Issue 2791963003: Reland of Loosening the coupling between WebRTC and //third_party/protobuf (Closed)

Created:
3 years, 8 months ago by mbonadei
Modified:
3 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #1 id:1 of https://codereview.webrtc.org/2786363002/ ) Reason for revert: Trying to re-land after solving some related issues. There are no changes compared to the original CL. Original issue's description: > Revert of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #16 id:300001 of https://codereview.webrtc.org/2747863003/ ) > > Reason for revert: > I will try to reland next week because it is causing some problems. > > Original issue's description: > > To accommodate some downstream WebRTC users we need to loosen > > the coupling between our code and the //third_party/protobuf. > > > > This includes using typedefs to define strings instead of > > assuming std::string. > > > > After this refactoring it will be possible to link with other > > protobuf implementations than the current one. > > > > We moved the PRESUBMIT check to another CL [1]. The goal of this > > presubmit is to avoid the direct usage of google::protobuf outside > > of the webrtc/base/protobuf_utils.h header file. > > > > [1] - https://codereview.webrtc.org/2753823003/ > > > > BUG=webrtc:7340 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2747863003 > > Cr-Commit-Position: refs/heads/master@{#17466} > > Committed: https://chromium.googlesource.com/external/webrtc/+/16ab93b952f9e8268f2e663ffe49548e8043d5af > > TBR=kjellander@webrtc.org,henrik.lundin@webrtc.org,kwiberg@webrtc.org,michaelt@webrtc.org,peah@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:7340 > > Review-Url: https://codereview.webrtc.org/2786363002 > Cr-Commit-Position: refs/heads/master@{#17483} > Committed: https://chromium.googlesource.com/external/webrtc/+/d00aad5eb2fa5a7b5aeda714f7702b50cd26ee28 TBR=kjellander@webrtc.org,henrik.lundin@webrtc.org,kwiberg@webrtc.org,michaelt@webrtc.org,peah@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:7340 NOTRY=True Review-Url: https://codereview.webrtc.org/2791963003 Cr-Commit-Position: refs/heads/master@{#17584} Committed: https://chromium.googlesource.com/external/webrtc/+/7c2c8438f1356a4f4311e4ba35c2c45209ad431d

Patch Set 1 #

Patch Set 2 : Removing useless dependency in webrtc/tools #

Patch Set 3 : Rebasing #

Patch Set 4 : Fixing webrtc/modules/audio_coding:builtin_audio_encoder_factory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -33 lines) Patch
M webrtc/BUILD.gn View 1 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/base/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A webrtc/base/protobuf_utils.h View 1 chunk +36 lines, -0 lines 0 comments Download
M webrtc/logging/BUILD.gn View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log_parser.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 8 chunks +9 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager_unittest.cc View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 1 2 3 6 chunks +7 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/test/protobuf_utils.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/protobuf_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (9 generated)
mbonadei
Created Reland of Loosening the coupling between WebRTC and //third_party/protobuf
3 years, 8 months ago (2017-04-03 18:30:40 UTC) #1
kwiberg-webrtc
On 2017/04/03 18:30:40, mbonadei wrote: > Created Reland of Loosening the coupling between WebRTC and ...
3 years, 8 months ago (2017-04-03 19:49:02 UTC) #2
mbonadei
On 2017/04/03 19:49:02, kwiberg-webrtc wrote: > On 2017/04/03 18:30:40, mbonadei wrote: > > Created Reland ...
3 years, 8 months ago (2017-04-03 20:20:55 UTC) #4
kwiberg-webrtc
On 2017/04/03 20:20:55, mbonadei wrote: > On 2017/04/03 19:49:02, kwiberg-webrtc wrote: > > On 2017/04/03 ...
3 years, 8 months ago (2017-04-03 20:46:25 UTC) #5
kwiberg-webrtc
lgtm
3 years, 8 months ago (2017-04-03 20:46:33 UTC) #6
kjellander_webrtc
On 2017/04/03 20:46:25, kwiberg-webrtc wrote: > On 2017/04/03 20:20:55, mbonadei wrote: > > On 2017/04/03 ...
3 years, 8 months ago (2017-04-04 05:38:34 UTC) #7
michaelt
lgtm
3 years, 8 months ago (2017-04-04 06:30:20 UTC) #8
kwiberg-webrtc
On 2017/04/04 05:38:34, kjellander_webrtc wrote: > On 2017/04/03 20:46:25, kwiberg-webrtc wrote: > > On 2017/04/03 ...
3 years, 8 months ago (2017-04-04 08:08:27 UTC) #9
kjellander_webrtc
On 2017/04/04 08:08:27, kwiberg-webrtc wrote: > On 2017/04/04 05:38:34, kjellander_webrtc wrote: > > On 2017/04/03 ...
3 years, 8 months ago (2017-04-04 08:39:37 UTC) #10
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/2791963003/270001
3 years, 8 months ago (2017-04-07 06:27:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_arm64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_arm64_dbg/builds/190)
3 years, 8 months ago (2017-04-07 06:31:34 UTC) #15
mbonadei
On 2017/04/07 06:31:34, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 8 months ago (2017-04-07 07:24:10 UTC) #16
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/2791963003/290001
3 years, 8 months ago (2017-04-07 07:56:07 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 07:59:18 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:290001) as
https://chromium.googlesource.com/external/webrtc/+/7c2c8438f1356a4f4311e4ba3...

Powered by Google App Engine
This is Rietveld 408576698