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

Issue 244593002: pkg-config-wrapper: use system_libdir for libpath (Closed)

Created:
6 years, 8 months ago by vapier
Modified:
6 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, cbentzel+watch_chromium.org
Visibility:
Public.

Description

pkg-config-wrapper: use system_libdir for libpath We already have a variable for tracking the system libdir name in the gyp files, so let's use that instead of hardcoding the logic based on the arch. BUG=chromium:219015 TEST=`cbuildbot amd64-generic-tot-chrome-pfq-informational` works Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272792

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M build/linux/pkg-config-wrapper View 1 chunk +5 lines, -3 lines 2 comments Download
M build/linux/system.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 chunk +1 line, -1 line 0 comments Download
M media/media.gyp View 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/nss/ssl.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/harfbuzz.gyp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libexif/libexif.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (0 generated)
vapier
casting a wide net here as each subdir has its own set of owners
6 years, 8 months ago (2014-04-21 17:47:50 UTC) #1
Daniel Erat
lgtm
6 years, 8 months ago (2014-04-21 17:56:17 UTC) #2
acolwell GONE FROM CHROMIUM
lgtm
6 years, 8 months ago (2014-04-21 22:00:07 UTC) #3
Ryan Sleevi
lgtm
6 years, 8 months ago (2014-04-21 22:00:39 UTC) #4
Lei Zhang
Do you need to change third_party/libjingle/source/talk/libjingle.gyp in this CL too?
6 years, 8 months ago (2014-04-21 22:09:15 UTC) #5
jungshik at Google
lgtm
6 years, 8 months ago (2014-04-21 22:33:56 UTC) #6
vapier
hmm, i think so. i was using `git grep` to locate files to update. switched ...
6 years, 8 months ago (2014-04-22 02:04:54 UTC) #7
Paweł Hajdan Jr.
LGTM
6 years, 8 months ago (2014-04-22 13:58:49 UTC) #8
Paweł Hajdan Jr.
LGTM
6 years, 8 months ago (2014-04-22 13:58:49 UTC) #9
Lei Zhang
lgtm
6 years, 8 months ago (2014-04-22 18:12:43 UTC) #10
DaveMoore
lgtm
6 years, 8 months ago (2014-04-22 21:21:42 UTC) #11
vapier
The CQ bit was checked by vapier@chromium.org
6 years, 7 months ago (2014-05-25 02:38:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vapier@chromium.org/244593002/1
6 years, 7 months ago (2014-05-25 02:38:22 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-25 06:03:52 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-25 06:09:48 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/77462)
6 years, 7 months ago (2014-05-25 06:09:49 UTC) #16
vapier
The CQ bit was checked by vapier@chromium.org
6 years, 6 months ago (2014-05-25 12:59:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vapier@chromium.org/244593002/1
6 years, 6 months ago (2014-05-25 12:59:28 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 6 months ago (2014-05-25 13:05:14 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-25 13:31:45 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/77487)
6 years, 6 months ago (2014-05-25 13:31:45 UTC) #21
vapier
The CQ bit was checked by vapier@chromium.org
6 years, 6 months ago (2014-05-26 02:45:38 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vapier@chromium.org/244593002/1
6 years, 6 months ago (2014-05-26 02:46:01 UTC) #23
commit-bot: I haz the power
Change committed as 272792
6 years, 6 months ago (2014-05-26 04:37:46 UTC) #24
Alexander Potapenko
This CL broke the chrooted ASan build with 32-bit V8, see http://crbug.com/369119 https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper File build/linux/pkg-config-wrapper ...
6 years, 6 months ago (2014-06-03 08:52:22 UTC) #25
vapier
https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper File build/linux/pkg-config-wrapper (right): https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper#newcode33 build/linux/pkg-config-wrapper:33: : ${libpath:="lib64"} if system_libdir is being set to lib ...
6 years, 6 months ago (2014-06-03 14:15:08 UTC) #26
Alexander Potapenko
On 2014/06/03 14:15:08, vapier wrote: > https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper > File build/linux/pkg-config-wrapper (right): > > https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper#newcode33 > ...
6 years, 6 months ago (2014-06-03 14:21:53 UTC) #27
Alexander Potapenko
6 years, 6 months ago (2014-06-03 14:21:53 UTC) #28
Message was sent while issue was closed.
On 2014/06/03 14:15:08, vapier wrote:
>
https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapper
> File build/linux/pkg-config-wrapper (right):
> 
>
https://codereview.chromium.org/244593002/diff/1/build/linux/pkg-config-wrapp...
> build/linux/pkg-config-wrapper:33: : ${libpath:="lib64"}
> if system_libdir is being set to lib on x64, then the gyp files are broken
> already -- this CL doesn't touch how it's being initialized.  i'll take a look
> though.

This was just a drive-by note unrelated to the gyp breakage.
I'm not sure what caused the harfbuzz gyp error.

Powered by Google App Engine
This is Rietveld 408576698