Chromium Code Reviews| Index: gyp/vulkanviewer.gyp |
| diff --git a/gyp/kilobench.gyp b/gyp/vulkanviewer.gyp |
| similarity index 68% |
| copy from gyp/kilobench.gyp |
| copy to gyp/vulkanviewer.gyp |
| index 8223547a7dbe631eed5dceecdf64d2476bae08cc..d58613d33f5e437279c39af018ac93127886910c 100644 |
| --- a/gyp/kilobench.gyp |
| +++ b/gyp/vulkanviewer.gyp |
| @@ -10,31 +10,36 @@ |
| ], |
| 'targets': [ |
| { |
| - 'target_name': 'kilobench', |
| + 'target_name': 'vulkanviewer', |
| 'type': 'executable', |
| + 'includes' : [ |
| + 'gmslides.gypi', |
| + ], |
| 'include_dirs': [ |
| '../bench', |
| '../gm', |
| '../include/private', |
| '../src/core', |
| + '../src/effects', |
| '../src/gpu', |
| - '../tools/VisualBench', |
| + '../src/images', |
| + '../src/image', |
| ], |
| - 'sources': [ |
| - '<!@(python find.py ../tools/kilobench "*.cpp")', |
| - '../bench/Benchmark.cpp', |
| - '../tools/VisualBench/VisualSKPBench.cpp', |
| + 'sources': [ |
| + '../gm/gm.cpp', |
| + '<!@(python find.py ../tools/vulkan "*.cpp")', |
|
bsalomon
2016/04/05 18:47:57
I should have thought of this earlier but do you w
jvanverth1
2016/04/05 19:00:39
Sure, how would I do that?
|
| ], |
| 'dependencies': [ |
| 'flags.gyp:flags', |
| - 'gpu.gyp:skgpu', |
| 'gputest.gyp:skgputest', |
| 'jsoncpp.gyp:jsoncpp', |
| 'skia_lib.gyp:skia_lib', |
| 'tools.gyp:crash_handler', |
| 'tools.gyp:proc_stats', |
| 'tools.gyp:resources', |
| + 'tools.gyp:sk_tool_utils', |
| 'tools.gyp:timer', |
| + 'tools.gyp:url_data_manager', |
| ], |
| }, |
| ], |