[Chromium] OS(ANDROID) ImageDiff requires us to build WTF for both host and target
Created attachment 140739 [details] Patch
Comment on attachment 140739 [details] Patch What is android_build_type?
Comment on attachment 140739 [details] Patch Peter explained to me what android_build_type is. LGTM.
Confirmed this works fine, patch LGTM as well. Thanks Adam!
Comment on attachment 140739 [details] Patch Clearing flags on attachment: 140739 Committed r116440: <http://trac.webkit.org/changeset/116440>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by 85904
I remember I have removed the dependency on wtf of ImageDiff. Why we need it again?
Oh, sorry. I didn't notice replying the bug would reopen it.
(In reply to comment #8) > I remember I have removed the dependency on wtf of ImageDiff. Why we need it again? Ah, that means we can fix this downstream. Thanks!