aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/kilobench.gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-15 10:00:08 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-15 10:00:08 -0800
commiteb60d671201cd88a1231eb22dbb637fe31ea76d8 (patch)
treef41eebd955928a2d3b4271b15cc9568624647ca6 /gyp/kilobench.gyp
parentae04ecf1a3b274e8902948008e999ec2c0af5fba (diff)
Now Kilobench times, exact same timing mechanism as nanobench
Diffstat (limited to 'gyp/kilobench.gyp')
-rw-r--r--gyp/kilobench.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gyp/kilobench.gyp b/gyp/kilobench.gyp
index e6578b61d5..fbd766f6dc 100644
--- a/gyp/kilobench.gyp
+++ b/gyp/kilobench.gyp
@@ -13,22 +13,24 @@
'target_name': 'kilobench',
'type': 'executable',
'include_dirs': [
- '../tools/VisualBench',
'../bench',
'../gm',
+ '../src/core',
+ '../tools/VisualBench',
],
'sources': [
'<!@(python find.py ../tools/kilobench "*.cpp")',
'../bench/Benchmark.cpp',
'../tools/VisualBench/VisualSKPBench.cpp',
],
-
'dependencies': [
'flags.gyp:flags',
+ 'gputest.gyp:skgputest',
'jsoncpp.gyp:jsoncpp',
'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
'tools.gyp:proc_stats',
+ 'tools.gyp:resources',
'tools.gyp:timer',
],
},