aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
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',