aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 17:29:16 +0000
committerGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 17:29:16 +0000
commita2333d970329e8fffb7347f758f8c421452fe858 (patch)
tree732254fb1fb9abe81340b75155a62e698981a496 /gyp
parent2e41becaa90b06a17c2ac9fe30a1e34a747a87c9 (diff)
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
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp5
1 files changed, 5 insertions, 0 deletions
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',