In order to remove unused png files inside the chromium source code, I've first wrote a simple python script to narrow my research.
With http://pastebin.com/ZEz4TgzD, I'm doing three things:
- Restricting my search to folders I'm familiar with.
- Listing all strings that end with ".png"
- Grabbing only PNG files that haven't been created in 2014
Then, because I know there might some cases that are not covered, I've looked into *all of them* to make sure they were not used for real anymore.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272080
Issue 296443003: Deleted unused PNG files
(Closed)
Created 6 years, 7 months ago by François Beaufort
Modified 6 years, 7 months ago
Reviewers: sky, oshima
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0