aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-07-31 12:13:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-31 12:13:48 -0700
commite714e75c725c987fe682a1f5473224fe3e80380d (patch)
treeba713f7e0a5a09b3aa2a2cd93cf4a53dabe63ea6 /gyp/bench.gyp
parente681c2a5061022511fbdf93319fb4b6043a5fb58 (diff)
nanobench: support GMs-as-benches
BUG=skia: R=jcgregorio@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/438683002
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r--gyp/bench.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index ad026a6439..d6275905de 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -37,10 +37,14 @@
'target_name': 'nanobench',
'type': 'executable',
'sources': [
- '../bench/nanobench.cpp',
+ '../bench/GMBench.cpp',
'../bench/ResultsWriter.cpp',
+ '../bench/nanobench.cpp',
+ ],
+ 'includes': [
+ 'bench.gypi',
+ 'gmslides.gypi',
],
- 'includes': [ 'bench.gypi' ],
'dependencies': [
'flags.gyp:flags_common',
'jsoncpp.gyp:jsoncpp',