aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-09 19:37:40 +0000
committerGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-09 19:37:40 +0000
commitcf6c44cf9287af8b425fb0d9d286a6d57ad03897 (patch)
tree8360eb518ec1f8f7e58e8d25cd0bb9853861a980 /gyp
parent2c026196e7da2c6951e88c7e06faecfc7267b0d1 (diff)
Added a sgpipe benchmark.
Review URL: https://codereview.appspot.com/6349070 git-svn-id: http://skia.googlecode.com/svn/trunk@4490 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f30f31111e..2fee6da122 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -82,15 +82,18 @@
'target_name': 'bench_pictures',
'type': 'executable',
'sources': [
- '../tools/bench_pictures_main.cpp'
+ '../tools/bench_pictures_main.cpp',
+ '../src/pipe/utils/SamplePipeControllers.h',
+ '../src/pipe/utils/SamplePipeControllers.cpp',
],
'include_dirs': [
'../bench',
+ '../src/pipe/utils/',
],
'dependencies': [
'core.gyp:core',
'ports.gyp:ports',
- 'images.gyp:images',
+ 'images.gyp:images',
'tools.gyp:picture_utils',
'bench.gyp:bench_timer',
],