diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index f30f31111e..2fee6da122 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -82,15 +82,18 @@ 'target_name': 'bench_pictures', 'type': 'executable', 'sources': [ - '../tools/bench_pictures_main.cpp' + '../tools/bench_pictures_main.cpp', + '../src/pipe/utils/SamplePipeControllers.h', + '../src/pipe/utils/SamplePipeControllers.cpp', ], 'include_dirs': [ '../bench', + '../src/pipe/utils/', ], 'dependencies': [ 'core.gyp:core', 'ports.gyp:ports', - 'images.gyp:images', + 'images.gyp:images', 'tools.gyp:picture_utils', 'bench.gyp:bench_timer', ], |