Bug 194371

Summary: Remove extra copy of 100x100-red.tga
Product: WebKit Reporter: Keith Rollin <krollin>
Component: ImagesAssignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, jeffm, sabouhallawa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Keith Rollin
Reported 2019-02-06 18:54:40 PST
In order to help it pass its tests, Bug 194190 added a second copy of the file 100x100-red.tga. However, it turns out that this additional file wasn't actually needed, and that that sole previous copy was sufficient. At the same time, this second copy -- which was copied to the same location in the build output as the first copy -- now caused XCBuild to complain because there were two production rules for the same output file. Address this by removing the newly-added extra copy.
Attachments
Patch (4.99 KB, patch)
2019-02-06 19:21 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2019-02-06 18:54:52 PST
Keith Rollin
Comment 2 2019-02-06 19:21:40 PST
WebKit Commit Bot
Comment 3 2019-02-07 11:24:13 PST
Comment on attachment 361370 [details] Patch Clearing flags on attachment: 361370 Committed r241134: <https://trac.webkit.org/changeset/241134>
WebKit Commit Bot
Comment 4 2019-02-07 11:24:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.