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

Unified Diff: gyp/bench.gyp

Issue 390933002: nanobench: support --outResultsFile (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index cbbf27f9a7017a5251fc4895952049da84a078b8..661840301c9d063edbc5c166045593b117c550b8 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -38,10 +38,13 @@
'type': 'executable',
'sources': [
'../bench/nanobench.cpp',
+ '../bench/ResultsWriter.cpp',
],
'includes': [ 'bench.gypi' ],
'dependencies': [
'flags.gyp:flags',
+ 'jsoncpp.gyp:jsoncpp',
+ 'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
'tools.gyp:timer',
],
« no previous file with comments | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698