Bug 52713 - Chromium build scripts are broken
Summary: Chromium build scripts are broken
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 05:51 PST by Jonas H
Modified: 2011-08-30 15:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas H 2011-01-19 05:51:45 PST
Following the Chromium Trac page (http://trac.webkit.org/wiki/Chromium), the issues arised running `update-webkit` (using yesterday's nightly build):

1.) WebKit/chromium/DEPS misses many dependencies. In particular:
    libwebp  zlib  modp_b64  libevent  harfbuzz  iccjpeg  libjpeg  libpng
    libxml  libxslt  libwebp  npapi  sqlite  mesa  yasm  openmax  grit

    I fixed this issue by manually adding these to DEPS.

2.) The subprocess call on WebKit/chromium/tools/gyp/pylib/gyp/input.py:639 is broken.
    ``contents[1]`` starts with "../tools/" but the script is called from WebKit/chromium/
    so the "../" should not be there.
Comment 1 Julien Chaffraix 2011-08-30 15:05:55 PDT
Looks like this was a transient issues with Chromium: I have build chromium using WebKit for the past months without issues.

If it is still happening, please reopen this bug and blame me!