Bug 194371 - Remove extra copy of 100x100-red.tga
Summary: Remove extra copy of 100x100-red.tga
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-06 18:54 PST by Keith Rollin
Modified: 2019-02-07 11:24 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2019-02-06 19:21 PST, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 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.
Comment 1 Radar WebKit Bug Importer 2019-02-06 18:54:52 PST
<rdar://problem/47873465>
Comment 2 Keith Rollin 2019-02-06 19:21:40 PST
Created attachment 361370 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2019-02-07 11:24:15 PST
All reviewed patches have been landed.  Closing bug.