Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Side by Side Diff: chrome/app/theme/README

Issue 15774016: Support cygwin in sanitize-png-files.sh. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/sanitize-png-files.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Please run pngcrush on all new icons. For example: 1 Please run src/build/sanitize-png-files.sh on all new icons. For example:
2 build/sanitize-png-files.sh -o2 new_pngs_dir
3
4 If this script does not work for some reason, at least pngcrush the files:
2 mkdir crushed 5 mkdir crushed
3 pngcrush -d crushed -brute -reduce -rem text -rem mkBT -rem mkTS new/*.png 6 pngcrush -d crushed -brute -reduce -rem alla new/*.png
OLDNEW
« no previous file with comments | « build/sanitize-png-files.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698