From cf6c44cf9287af8b425fb0d9d286a6d57ad03897 Mon Sep 17 00:00:00 2001 From: "keyar@chromium.org" Date: Mon, 9 Jul 2012 19:37:40 +0000 Subject: 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 --- gyp/tools.gyp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gyp') 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', ], -- cgit v1.2.3