aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-01 07:46:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-01 07:46:53 -0700
commit92007583e43115998412ac8b0a06cc2780eb025c (patch)
treeec6ecf97b18ccf2a4874fb138b0269541ef25b8f /gyp
parentefea5a72d6c49d51a5a02a92f10930d38e45843c (diff)
SKPs-as-benches in nanobench
This is meant to replace bench_pictures. CQ_EXTRA_TRYBOTS=tryserver.skia:Build-Mac10.7-Clang-Arm7-Release-iOS-Trybot BUG=skia: R=bsalomon@google.com, jcgregorio@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/425393004
Diffstat (limited to 'gyp')
-rw-r--r--gyp/bench.gyp1
-rw-r--r--gyp/iOSShell.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index d6275905de..2a5071a2f1 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -38,6 +38,7 @@
'type': 'executable',
'sources': [
'../bench/GMBench.cpp',
+ '../bench/SKPBench.cpp',
'../bench/ResultsWriter.cpp',
'../bench/nanobench.cpp',
],
diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp
index 366e554b66..45f1effd5d 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -19,6 +19,7 @@
],
'sources': [
'../bench/GMBench.cpp',
+ '../bench/SKPBench.cpp',
'../bench/ResultsWriter.cpp',
'../bench/nanobench.cpp',
'../tests/skia_test.cpp',