aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-06 10:08:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-06 10:08:42 -0700
commita7e930f640b8757686650384761ecff117b46bd2 (patch)
tree2eb2bc1a8029783b7e79c14eff97a436b379521b /gyp/bench.gyp
parentcdf2db90d97347be41cd32d43cc7ae22ae2dcf3e (diff)
On the bots, there's no need to link GMs into SampleApp.
We build SampleApp on the bots to make sure it's not broken, but we don't run it. So, there's no need to link in all the GMs as samples. This reduces the number of copies of our GMs from 4 to 3 (gm, dm, and nanobench remain). NOTREECHECKS=true BUG=skia:2142 R=bsalomon@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/447803002
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r--gyp/bench.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 9147f40a34..398700f5ea 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -9,6 +9,7 @@
'target_name': 'nanobench',
'type': 'executable',
'sources': [
+ '../gm/gm.cpp',
'../bench/GMBench.cpp',
'../bench/SKPBench.cpp',
'../bench/ResultsWriter.cpp',