From a7e930f640b8757686650384761ecff117b46bd2 Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 6 Aug 2014 10:08:42 -0700 Subject: 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 --- gyp/bench.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/bench.gyp') 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', -- cgit v1.2.3