Bug 81643 - [Chromium] Fix the Android build by building NEWWTF for host
Summary: [Chromium] Fix the Android build by building NEWWTF for host
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Peter Beverloo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 03:12 PDT by Peter Beverloo
Modified: 2012-03-20 10:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2012-03-20 03:15 PDT, Peter Beverloo
tonyg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Beverloo 2012-03-20 03:12:36 PDT
[Chromium] Fix the Android build by building NEWWTF for host
Comment 1 Peter Beverloo 2012-03-20 03:15:26 PDT
Created attachment 132786 [details]
Patch
Comment 2 Peter Beverloo 2012-03-20 03:17:47 PDT
The dependency was added here:
http://trac.webkit.org/changeset/111258/trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp#file0

With the Android builder on Chromium's main waterfall now building all three major WebKit targets, this would break the Chromium tree following a WebKit roll as well.
Comment 3 Peter Beverloo 2012-03-20 03:22:05 PDT
Committed r111377: <http://trac.webkit.org/changeset/111377>
Comment 4 Eric Seidel (no email) 2012-03-20 10:16:53 PDT
Comment on attachment 132786 [details]
Patch

Thanks!