| commit | 89a38d3fb79dda5e0415244b2ff8287282e3b9b6 | [log] [tgz] |
|---|---|---|
| author | halcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Dec 20 19:22:35 2013 +0000 |
| committer | halcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Dec 20 19:22:35 2013 +0000 |
| tree | cb963f1df066fea9202b66dc5e6fa4182c6fbdc8 | |
| parent | dedd44adea3b87faea4bcd833c6a508a6db8fcfd [diff] |
Rebaseline for WebP
What I did:
#!/bin/sh
cd expectations/skimage
for D in *; do
[ -d "$D" ] || continue
[ -f "${D}/expected-results.json" ] || continue
gsutil cp \
"gs://chromium-skia-gm/skimage/actuals/${D}/actual-results.json" \
"${D}/expected-results.json"
done
cd ../..
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/102213009
git-svn-id: http://skia.googlecode.com/svn/trunk@12805 2bbb7eff-a529-9590-31e7-b0007b416f81