summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 17:12:58 +0000
committerrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 17:12:58 +0000
commit06410e1b9c796831276b7b220bae26f91eba40bf (patch)
tree058195dfba0a1de9c4802d7cc9ca7562d18fd613
parentdd6d22140938c47119b0bd3177771f2aca9d7e06 (diff)
downloadchromium_src-06410e1b9c796831276b7b220bae26f91eba40bf.zip
chromium_src-06410e1b9c796831276b7b220bae26f91eba40bf.tar.gz
chromium_src-06410e1b9c796831276b7b220bae26f91eba40bf.tar.bz2
Fix optimize-png-files.sh path in README
The file build/sanitize-png-files.sh was moved to tools/resources/optimize-png-files.sh in http://crrev.com/221030. This CL updates chrome/app/theme/README to point to the new path. R=oshima@chromium.org BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23440043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223352 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/theme/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/README b/chrome/app/theme/README
index 9e4dbf1..84a5299 100644
--- a/chrome/app/theme/README
+++ b/chrome/app/theme/README
@@ -1,5 +1,5 @@
-Please run src/build/sanitize-png-files.sh on all new icons. For example:
- build/sanitize-png-files.sh -o2 new_pngs_dir
+Please run src/tools/resources/optimize-png-files.sh on all new icons. For example:
+ tools/resources/optimize-png-files.sh -o2 new_pngs_dir
If this script does not work for some reason, at least pngcrush the files:
mkdir crushed