From a2333d970329e8fffb7347f758f8c421452fe858 Mon Sep 17 00:00:00 2001 From: "keyar@chromium.org" Date: Mon, 16 Jul 2012 17:29:16 +0000 Subject: Added pipe as a rendering option for render_pictures. I will add tiling as a rendering option and then figure out a way to not have the code duplicated between render_pictures and bench_pictures. Review URL: https://codereview.appspot.com/6392066 git-svn-id: http://skia.googlecode.com/svn/trunk@4626 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 2fee6da122..47ab49adc0 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -70,6 +70,11 @@ 'type': 'executable', 'sources': [ '../tools/render_pictures_main.cpp', + '../src/pipe/utils/SamplePipeControllers.h', + '../src/pipe/utils/SamplePipeControllers.cpp', + ], + 'include_dirs': [ + '../src/pipe/utils/', ], 'dependencies': [ 'core.gyp:core', -- cgit v1.2.3