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

Issue 5016001: unit_tests: Fix link error (missing libXi) on Linux (Closed)

Created:
10 years, 1 month ago by John Knottenbelt
Modified:
9 years, 7 months ago
Reviewers:
sadrul, Evan Martin, evanm
CC:
chromium-reviews
Visibility:
Public.

Description

unit_tests: Fix link error (missing libXi) on Linux unit_tests fails to link due to requirement on libXi. This is implicitly provided by 'gdk', but unit_tests does not depend on this target. We add a 'xi' dependency for any target depending on 'x11'. BUG=63209 TEST=None (Landing patch for jknotten@chromium.org.) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66169

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
John Knottenbelt
10 years, 1 month ago (2010-11-15 16:24:00 UTC) #1
sadrul
LGTM. I think this should go through the trybots just to make sure it doesn't ...
10 years, 1 month ago (2010-11-15 16:27:01 UTC) #2
evanm
10 years, 1 month ago (2010-11-15 16:28:18 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698