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

Issue 19671002: migrate skpdiff to tools (Closed)

Created:
7 years, 5 months ago by Zach Reizner
Modified:
7 years, 5 months ago
Reviewers:
bungeman-skia, djsollen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : skpdiff_main #

Patch Set 3 : rm skpdiff.gyp #

Patch Set 4 : mac link support #

Patch Set 5 : ports #

Total comments: 4

Patch Set 6 : i shake my fist at Visual Studio's default use of tabs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -4957 lines) Patch
D experimental/skpdiff/README View 1 chunk +0 lines, -12 lines 0 comments Download
D experimental/skpdiff/SkCLImageDiffer.h View 1 chunk +0 lines, -90 lines 0 comments Download
D experimental/skpdiff/SkCLImageDiffer.cpp View 1 chunk +0 lines, -122 lines 0 comments Download
D experimental/skpdiff/SkDiffContext.h View 1 chunk +0 lines, -116 lines 0 comments Download
D experimental/skpdiff/SkDiffContext.cpp View 1 chunk +0 lines, -232 lines 0 comments Download
D experimental/skpdiff/SkDifferentPixelsMetric.h View 1 chunk +0 lines, -57 lines 0 comments Download
D experimental/skpdiff/SkDifferentPixelsMetric_cpu.cpp View 1 chunk +0 lines, -95 lines 0 comments Download
D experimental/skpdiff/SkDifferentPixelsMetric_opencl.cpp View 1 chunk +0 lines, -168 lines 0 comments Download
D experimental/skpdiff/SkImageDiffer.h View 1 chunk +0 lines, -97 lines 0 comments Download
D experimental/skpdiff/SkImageDiffer.cpp View 1 chunk +0 lines, -36 lines 0 comments Download
D experimental/skpdiff/SkPMetric.h View 1 chunk +0 lines, -42 lines 0 comments Download
D experimental/skpdiff/SkPMetric.cpp View 1 chunk +0 lines, -471 lines 0 comments Download
D experimental/skpdiff/SkPMetricUtil_generated.h View 1 chunk +0 lines, -2586 lines 0 comments Download
D experimental/skpdiff/diff_viewer.js View 1 chunk +0 lines, -103 lines 0 comments Download
D experimental/skpdiff/generate_pmetric_tables.py View 1 chunk +0 lines, -149 lines 0 comments Download
D experimental/skpdiff/main.cpp View 1 chunk +0 lines, -192 lines 0 comments Download
D experimental/skpdiff/skpdiff.gyp View 1 chunk +0 lines, -53 lines 0 comments Download
D experimental/skpdiff/skpdiff_util.h View 1 chunk +0 lines, -48 lines 0 comments Download
D experimental/skpdiff/skpdiff_util.cpp View 1 chunk +0 lines, -119 lines 0 comments Download
D experimental/skpdiff/viewer.html View 1 chunk +0 lines, -63 lines 0 comments Download
D experimental/skpdiff/viewer_style.css View 1 chunk +0 lines, -80 lines 0 comments Download
M gyp/tools.gyp View 1 2 3 4 2 chunks +49 lines, -0 lines 0 comments Download
A + tools/skpdiff/README View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkCLImageDiffer.h View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
A + tools/skpdiff/SkCLImageDiffer.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkDiffContext.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkDiffContext.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + tools/skpdiff/SkDifferentPixelsMetric.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkDifferentPixelsMetric_cpu.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkDifferentPixelsMetric_opencl.cpp View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
A + tools/skpdiff/SkImageDiffer.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkImageDiffer.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkPMetric.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/SkPMetric.cpp View 1 2 3 4 5 5 chunks +18 lines, -13 lines 0 comments Download
A + tools/skpdiff/SkPMetricUtil_generated.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
A + tools/skpdiff/diff_viewer.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/skpdiff/generate_pmetric_tables.py View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
A + tools/skpdiff/skpdiff_main.cpp View 1 2 3 4 3 chunks +11 lines, -4 lines 0 comments Download
A + tools/skpdiff/skpdiff_util.h View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
A + tools/skpdiff/skpdiff_util.cpp View 1 2 3 4 5 4 chunks +59 lines, -4 lines 0 comments Download
A + tools/skpdiff/viewer.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + tools/skpdiff/viewer_style.css View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Zach Reizner
I've made some gyp changes and it would be nice to get an opinion from ...
7 years, 5 months ago (2013-07-17 19:41:06 UTC) #1
djsollen
https://codereview.chromium.org/19671002/diff/1/gyp/tools.gyp File gyp/tools.gyp (right): https://codereview.chromium.org/19671002/diff/1/gyp/tools.gyp#newcode398 gyp/tools.gyp:398: 'targets': [ this doesn't need to be in it's ...
7 years, 5 months ago (2013-07-17 19:47:09 UTC) #2
Zach Reizner
https://codereview.chromium.org/19671002/diff/1/gyp/tools.gyp File gyp/tools.gyp (right): https://codereview.chromium.org/19671002/diff/1/gyp/tools.gyp#newcode398 gyp/tools.gyp:398: 'targets': [ On 2013/07/17 19:47:10, djsollen wrote: > this ...
7 years, 5 months ago (2013-07-17 19:56:17 UTC) #3
djsollen
Ok. We will get you a window laptop to test on so that you can ...
7 years, 5 months ago (2013-07-17 20:01:24 UTC) #4
Zach Reizner
7 years, 5 months ago (2013-07-19 18:54:26 UTC) #5
djsollen
https://codereview.chromium.org/19671002/diff/17001/tools/skpdiff/SkPMetric.cpp File tools/skpdiff/SkPMetric.cpp (right): https://codereview.chromium.org/19671002/diff/17001/tools/skpdiff/SkPMetric.cpp#newcode267 tools/skpdiff/SkPMetric.cpp:267: int smallerDimension = width < height ? width : ...
7 years, 5 months ago (2013-07-19 19:11:44 UTC) #6
Zach Reizner
7 years, 5 months ago (2013-07-19 19:30:31 UTC) #7
djsollen
lgtm
7 years, 5 months ago (2013-07-19 19:35:11 UTC) #8
Zach Reizner
7 years, 5 months ago (2013-07-22 13:14:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r10225 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698