From 4a26d9d62a6d762a518c0ca08d43189916b75cf2 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Wed, 7 Nov 2012 18:01:46 +0000 Subject: Add a new PictureRenderer that draws the picture then breaks up into tiles. Review URL: https://codereview.appspot.com/6820103 git-svn-id: http://skia.googlecode.com/svn/trunk@6333 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gyp/tools.gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 8084c7b112..6f419712b5 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -101,7 +101,10 @@ 'target_name': 'picture_renderer', 'type': 'static_library', 'sources': [ + '../tools/PictureRenderer.h', '../tools/PictureRenderer.cpp', + '../tools/CopyTilesRenderer.h', + '../tools/CopyTilesRenderer.cpp', '../src/pipe/utils/SamplePipeControllers.h', '../src/pipe/utils/SamplePipeControllers.cpp', ], -- cgit v1.2.3