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

Side by Side Diff: gm/rebaseline_server/testdata/inputs/skp-summaries/expectations/summary.json

Issue 848073005: Revert "delete old things!" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
(Empty)
1 {
2 "expected-results" : {
3 "changed.skp" : {
4 "whole-image" : {
5 "checksumAlgorithm" : "bitmap-64bitMD5",
6 "checksumValue" : 3101044995537104462,
7 "comparisonResult" : "no-comparison",
8 "filepath" : "changed_skp/bitmap-64bitMD5_3101044995537104462.png"
9 }
10 },
11 "only-in-before.skp" : {
12 "whole-image" : {
13 "checksumAlgorithm" : "bitmap-64bitMD5",
14 "checksumValue" : 2320185040577047131,
15 "comparisonResult" : "no-comparison",
16 "filepath" : "only-in-before_skp/bitmap-64bitMD5_2320185040577047131 .png"
17 }
18 },
19 "unchanged.skp" : {
20 "whole-image" : {
21 "checksumAlgorithm" : "bitmap-64bitMD5",
22 "checksumValue" : 3322248763049618493,
23 "comparisonResult" : "no-comparison",
24 "filepath" : "unchanged_skp/bitmap-64bitMD5_3322248763049618493.png"
25 }
26 }
27 },
28 "header" : {
29 "revision" : 1,
30 "type" : "ChecksummedImages"
31 }
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698