aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-07 18:01:46 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-07 18:01:46 +0000
commit4a26d9d62a6d762a518c0ca08d43189916b75cf2 (patch)
tree6dba2813147e69d6944188a3473c17f4798286e8 /gyp/tools.gyp
parenta9e3a369c18c6d5f41724e837e3ba0fa87d8c559 (diff)
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
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp3
1 files changed, 3 insertions, 0 deletions
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',
],