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

Issue 2640513002: Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. (Closed)

Created:
3 years, 11 months ago by Taylor Brandstetter
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, terelius
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. These defines don't work any more, so they only cause confusion: FEATURE_ENABLE_SSL HAVE_OPENSSL_SSL_H SSL_USE_OPENSSL BUG=webrtc:7025 Review-Url: https://codereview.webrtc.org/2640513002 Cr-Commit-Position: refs/heads/master@{#16224} Committed: https://chromium.googlesource.com/external/webrtc/+/1b54a5f01844e30ed87767ce990325c1a5a026ce

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebasing. #

Patch Set 3 : Initialize public_configs for rtc_base target #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -447 lines) Patch
M webrtc/BUILD.gn View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 2 3 3 chunks +1 line, -22 lines 0 comments Download
M webrtc/base/helpers.cc View 3 chunks +0 lines, -85 lines 0 comments Download
M webrtc/base/messagedigest.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M webrtc/base/openssladapter.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/base/openssldigest.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/base/opensslidentity.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/base/opensslstreamadapter.h View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/base/opensslstreamadapter.cc View 10 chunks +2 lines, -42 lines 0 comments Download
M webrtc/base/ssladapter.cc View 3 chunks +1 line, -30 lines 0 comments Download
M webrtc/base/ssladapter_unittest.cc View 2 chunks +0 lines, -4 lines 0 comments Download
D webrtc/base/sslconfig.h View 1 chunk +0 lines, -30 lines 0 comments Download
M webrtc/base/sslidentity.cc View 3 chunks +1 line, -15 lines 0 comments Download
M webrtc/base/sslstreamadapter.h View 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/base/sslstreamadapter.cc View 4 chunks +0 lines, -20 lines 0 comments Download
M webrtc/base/sslstreamadapter_unittest.cc View 1 22 chunks +0 lines, -32 lines 0 comments Download
M webrtc/p2p/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel_unittest.cc View 1 24 chunks +0 lines, -24 lines 0 comments Download
M webrtc/pc/channel_unittest.cc View 1 5 chunks +0 lines, -24 lines 0 comments Download
M webrtc/pc/peerconnection_unittest.cc View 1 2 3 11 chunks +3 lines, -19 lines 0 comments Download
M webrtc/pc/peerconnectionendtoend_unittest.cc View 1 2 3 7 chunks +0 lines, -18 lines 0 comments Download
M webrtc/pc/peerconnectioninterface_unittest.cc View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M webrtc/pc/test/peerconnectiontestwrapper.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/pc/webrtcsession_unittest.cc View 1 2 3 24 chunks +0 lines, -33 lines 0 comments Download

Messages

Total messages: 38 (25 generated)
Taylor Brandstetter
PTAL Peter. Is my assumption (that we don't intend to support building without SSL support) ...
3 years, 11 months ago (2017-01-17 18:43:46 UTC) #4
pthatcher1
lgtm I think this deserves another set of eyes, perhaps by tommi@ or kjellander.
3 years, 11 months ago (2017-01-19 21:09:14 UTC) #8
Taylor Brandstetter
kjellander: Can you take a look when back from vacation? Thanks.
3 years, 11 months ago (2017-01-19 23:17:54 UTC) #10
kjellander_webrtc
lgtm with my question answered and a BUG= referenced. I'm wondering if an announcement should ...
3 years, 11 months ago (2017-01-20 07:33:52 UTC) #11
Taylor Brandstetter
I doubt anyone on discuss-webrtc is using these defines; it would take a nontrivial of ...
3 years, 11 months ago (2017-01-20 18:26:15 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/2640513002/1
3 years, 11 months ago (2017-01-20 19:45:32 UTC) #16
commit-bot: I haz the power
Failed to apply patch for webrtc/pc/channel_unittest.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-20 21:01:24 UTC) #18
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/2640513002/20001
3 years, 11 months ago (2017-01-20 22:22:03 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/external/webrtc/+/eaa826c2ee0668cfb4a0dfb66f8d388b65da20f5
3 years, 11 months ago (2017-01-20 23:16:04 UTC) #24
Taylor Brandstetter
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.webrtc.org/2648003003/ by deadbeef@webrtc.org. ...
3 years, 11 months ago (2017-01-21 01:01:32 UTC) #25
Taylor Brandstetter
On 2017/01/21 01:01:32, Taylor Brandstetter wrote: > A revert of this CL (patchset #2 id:20001) ...
3 years, 11 months ago (2017-01-21 01:03:49 UTC) #27
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/2640513002/60001
3 years, 11 months ago (2017-01-24 02:30:43 UTC) #35
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 03:40:04 UTC) #38
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/1b54a5f01844e30ed87767ce9...

Powered by Google App Engine
This is Rietveld 408576698