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

Issue 2729012: Add dependency on libevent where required. (Closed)

Created:
10 years, 6 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add dependency on libevent where required. Otherwise some portions of the code try to use bundled libevent headers instead of the system-provided ones if -Duse_system_libevent=1 is used. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49634

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M chrome/browser/debugger/devtools_remote_listen_socket.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M net/net.gyp View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Paweł Hajdan Jr.
I've discovered the issue while working on an updated package for Gentoo Linux, that removes ...
10 years, 6 months ago (2010-06-10 17:04:23 UTC) #1
Evan Martin
http://codereview.chromium.org/2729012/diff/1/2 File chrome/chrome.gyp (right): http://codereview.chromium.org/2729012/diff/1/2#newcode477 chrome/chrome.gyp:477: '../third_party/libevent/libevent.gyp:libevent', Does this use libevent directly? Or does it ...
10 years, 6 months ago (2010-06-10 17:23:47 UTC) #2
Paweł Hajdan Jr.
http://codereview.chromium.org/2729012/diff/1/2 File chrome/chrome.gyp (right): http://codereview.chromium.org/2729012/diff/1/2#newcode477 chrome/chrome.gyp:477: '../third_party/libevent/libevent.gyp:libevent', On 2010/06/10 17:23:48, Evan Martin wrote: > Does ...
10 years, 6 months ago (2010-06-10 17:28:44 UTC) #3
Evan Martin
Does this really use libevent directly? I see the #include but I don't see why ...
10 years, 6 months ago (2010-06-10 17:42:28 UTC) #4
apavlov
On 2010/06/10 17:42:28, Evan Martin wrote: > Does this really use libevent directly? I see ...
10 years, 6 months ago (2010-06-11 10:02:59 UTC) #5
Paweł Hajdan Jr.
Patch updated, please take another look.
10 years, 6 months ago (2010-06-11 10:06:45 UTC) #6
apavlov
LGTM Thanks a lot for handling this! Hope it builds fine :)
10 years, 6 months ago (2010-06-11 10:09:15 UTC) #7
Evan Martin
10 years, 6 months ago (2010-06-11 14:43:43 UTC) #8
I still wonder if there's a single shared place to depend on libevent, but it
seems plausible to me that net might reach into it from multiple libraries. 
LGTM if you promise you verified that these dependencies are necessary.  :)

Powered by Google App Engine
This is Rietveld 408576698