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

Side by Side Diff: tools/tests/jsondiff/output/old-vs-new/output-expected/stdout

Issue 796813004: Remove tools/tests. (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 "differing.png": {
3 "new": 777777777,
4 "old": 888888888
5 },
6 "missing-from-new.png": {
7 "new": null,
8 "old": 44444444
9 },
10 "missing-from-old.png": {
11 "new": 3333333,
12 "old": null
13 }
14 }
OLDNEW
« no previous file with comments | « tools/tests/jsondiff/output/old-vs-new/output-expected/return_value ('k') | tools/tests/rebaseline.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698