Bug 87545

Summary: Support building the Android port of chromium with Ninja
Product: WebKit Reporter: Yaron Friedman <yfriedman>
Component: New BugsAssignee: Yaron Friedman <yfriedman>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, thakis, wangxianzhu, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66687    
Attachments:
Description Flags
Patch
none
Patch none

Description Yaron Friedman 2012-05-25 16:10:11 PDT
Support building the Android port of chromium with Ninja
Comment 1 Yaron Friedman 2012-05-25 16:13:20 PDT
Created attachment 144165 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-25 16:15:33 PDT
Attachment 144165 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/D..." exit_code: 1
Tools/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
Tools/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
Tools/ChangeLog:11:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Adam Barth 2012-05-25 16:17:37 PDT
Looks like you've got some tabs in your ChangeLog.  This looks plausible to me, but I don't actually know how this all works.  Hopefully thakis can help.  :)
Comment 4 Nico Weber 2012-05-25 16:19:15 PDT
LGTM. I'm not a fan of the ant_build_dir, but that's how android's doing it in chromium land too.
Comment 5 Yaron Friedman 2012-05-25 16:23:55 PDT
Created attachment 144167 [details]
Patch
Comment 6 Yaron Friedman 2012-05-25 16:24:58 PDT
Fixed changelog. I'm gonna land the dependent change in chromium on Tuesday (don't want to hit the bit now) and then I guess wait for that to roll into webkit?
Comment 7 Adam Barth 2012-05-25 16:43:24 PDT
> Fixed changelog. I'm gonna land the dependent change in chromium on Tuesday (don't want to hit the bit now) and then I guess wait for that to roll into webkit?

Once your change lands in Chromium, you just need to edit this revision number:

http://trac.webkit.org/browser/trunk/Source/WebKit/chromium/DEPS#L35

We typically just bump the number in a separate commit as needed.  It usually goes smoothly, but if you have and trouble, feel free to ping me and we'll figure it out.
Comment 8 Yaron Friedman 2012-05-31 17:30:03 PDT
While I was doing something else, looks like other folks already rolled DEPS past my revision. Seems like this is ready to go.
Comment 9 Yaron Friedman 2012-05-31 17:32:06 PDT
I'm not a committer, though. Adam can you put it in the CQ?
Comment 10 WebKit Review Bot 2012-05-31 18:13:29 PDT
Comment on attachment 144167 [details]
Patch

Clearing flags on attachment: 144167

Committed r119183: <http://trac.webkit.org/changeset/119183>
Comment 11 WebKit Review Bot 2012-05-31 18:13:33 PDT
All reviewed patches have been landed.  Closing bug.