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

Issue 7578011: Linux: fix build with system libevent. (Closed)

Created:
9 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 4 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews
Visibility:
Public.

Description

Linux: fix build with system libevent. message_pump_libevent_unittest.cc uses libevent directly, and it must get USE_SYSTEM_LIBEVENT symbol to work correctly with libevent. To make that work, base_unittests must depend on libevent.gyp, which uses direct_dependent_settings to set USE_SYSTEM_LIBEVENT. This is upstreaming a Gentoo Linux patch. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95519

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M base/base.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Paweł Hajdan Jr.
9 years, 4 months ago (2011-08-04 21:40:40 UTC) #1
Evan Martin
Why is this needed? I see a dep on libevent already in base.gypi
9 years, 4 months ago (2011-08-04 21:44:02 UTC) #2
Paweł Hajdan Jr.
On 2011/08/04 21:44:02, Evan Martin wrote: > Why is this needed? I see a dep ...
9 years, 4 months ago (2011-08-04 21:54:23 UTC) #3
Evan Martin
On 2011/08/04 21:54:23, Paweł Hajdan Jr. wrote: > On 2011/08/04 21:44:02, Evan Martin wrote: > ...
9 years, 4 months ago (2011-08-04 21:55:58 UTC) #4
Paweł Hajdan Jr.
On 2011/08/04 21:55:58, Evan Martin wrote: > What tries to use the bundled header? message_pump_libevent_unittest.cc ...
9 years, 4 months ago (2011-08-04 22:03:41 UTC) #5
Evan Martin
On 2011/08/04 22:03:41, Paweł Hajdan Jr. wrote: > On 2011/08/04 21:55:58, Evan Martin wrote: > ...
9 years, 4 months ago (2011-08-04 22:17:57 UTC) #6
Evan Martin
9 years, 4 months ago (2011-08-04 22:17:59 UTC) #7
Evan Martin
9 years, 4 months ago (2011-08-04 22:18:18 UTC) #8
(LGTM with that)

Powered by Google App Engine
This is Rietveld 408576698