In order to remove unused png files inside the chromium source code, I've...

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.

Review URL: https://codereview.chromium.org/296443003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272080 0039d316-1c4b-4281-b951-d872f2087c98
parent 22e14426
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment