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

Issue 524061: Allow using system libevent instead of the bundled one. (Closed)

Created:
10 years, 11 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, agl, dank
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Allow using system libevent instead of the bundled one. Patch by Bernard Cafarelli <voyageur@gentoo.org>; TEST=none BUG=22140 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35711

Patch Set 1 #

Total comments: 2

Patch Set 2 : nitfixing #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -43 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 1 comment Download
M base/message_pump_libevent.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/debugger/devtools_remote_listen_socket.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/listen_socket.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/telnet_server.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/tcp_client_socket_libevent.cc View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/libevent/libevent.gyp View 1 1 chunk +66 lines, -42 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Paweł Hajdan Jr.
10 years, 11 months ago (2010-01-07 17:25:20 UTC) #1
Mark Mentovai
LG otherwise. http://codereview.chromium.org/524061/diff/1/8 File third_party/libevent/libevent.gyp (right): http://codereview.chromium.org/524061/diff/1/8#newcode35 third_party/libevent/libevent.gyp:35: '.', # libevent includes some of its ...
10 years, 11 months ago (2010-01-07 17:34:09 UTC) #2
dank
What Mark said :-)
10 years, 11 months ago (2010-01-07 17:36:15 UTC) #3
Paweł Hajdan Jr.
+agl
10 years, 11 months ago (2010-01-07 17:48:35 UTC) #4
agl
LGTM. From the header files etc it doesn't look like there's a good way to ...
10 years, 11 months ago (2010-01-07 18:13:08 UTC) #5
Mark Mentovai
10 years, 11 months ago (2010-01-07 18:58:07 UTC) #6
We could do a runtime check if we really cared...

Mark

agl wrote:
> LGTM.
>
> From the header files etc it doesn't look like there's a good way to stop
> people
> from building with a bad version of libevent. They only define a string and
> you
> can't test strings in the preprocessor. I guess we just have to hope.
>
>
> http://codereview.chromium.org/524061/diff/2004/4001
> File AUTHORS (right):
>
> http://codereview.chromium.org/524061/diff/2004/4001#newcode61
> AUTHORS:61: Bernard Cafarelli <voyageur@gentoo.org>
> (I assume that he's actually signed the agreement)
>
> http://codereview.chromium.org/524061
>

Powered by Google App Engine
This is Rietveld 408576698