Bug 81643

Summary: [Chromium] Fix the Android build by building NEWWTF for host
Product: WebKit Reporter: Peter Beverloo <peter>
Component: New BugsAssignee: Peter Beverloo <peter>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, tonyg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tonyg: review+

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!