aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-27 21:51:38 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-27 21:51:38 +0000
commit293a4b367ae5b89384c364737ef76099fd3f0101 (patch)
treec3d734dab256af6de77f7ee2f8b039c77c35ce93 /gyp/bench.gyp
parent466f5f3e44e703ca58b43ac1c4ac3bfa0e1ff024 (diff)
Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/)
Reason for revert: Broke some Windows builds; see http://skbug.com/2609 ('certain Windows Build-* bots failing since r14905'). Before re-landing with a fix, please send to some of the trybots that failed the first time. Original issue's description: > Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h > > JSON format described in code, above PictureJSONResultsWriter class > > BUG=skia: > > Committed: http://code.google.com/p/skia/source/detail?r=14906 R=bensong@google.com, jcgregorio@google.com, kelvinly@google.com TBR=bensong@google.com, jcgregorio@google.com, kelvinly@google.com NOTREECHECKS=true NOTRY=true BUG=skia:2609 Author: epoger@google.com Review URL: https://codereview.chromium.org/306483010 git-svn-id: http://skia.googlecode.com/svn/trunk@14910 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r--gyp/bench.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 651ee15652..553c0e72cd 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -15,7 +15,6 @@
'jsoncpp.gyp:jsoncpp',
],
'sources': [
- '../bench/ResultsWriter.cpp',
'../bench/SkBenchLogger.cpp',
'../bench/SkBenchLogger.h',
'../bench/SkGMBench.cpp',