| Index: gyp/vulkanviewer.gyp
|
| diff --git a/gyp/kilobench.gyp b/gyp/vulkanviewer.gyp
|
| similarity index 73%
|
| copy from gyp/kilobench.gyp
|
| copy to gyp/vulkanviewer.gyp
|
| index 8223547a7dbe631eed5dceecdf64d2476bae08cc..95180de52a9e1f582b4dde1021401de99d4b51a6 100644
|
| --- a/gyp/kilobench.gyp
|
| +++ b/gyp/vulkanviewer.gyp
|
| @@ -10,24 +10,19 @@
|
| ],
|
| 'targets': [
|
| {
|
| - 'target_name': 'kilobench',
|
| + 'target_name': 'vulkanviewer',
|
| 'type': 'executable',
|
| 'include_dirs': [
|
| '../bench',
|
| '../gm',
|
| '../include/private',
|
| '../src/core',
|
| - '../src/gpu',
|
| - '../tools/VisualBench',
|
| ],
|
| 'sources': [
|
| - '<!@(python find.py ../tools/kilobench "*.cpp")',
|
| - '../bench/Benchmark.cpp',
|
| - '../tools/VisualBench/VisualSKPBench.cpp',
|
| + '<!@(python find.py ../tools/vulkan "*.cpp")',
|
| ],
|
| 'dependencies': [
|
| 'flags.gyp:flags',
|
| - 'gpu.gyp:skgpu',
|
| 'gputest.gyp:skgputest',
|
| 'jsoncpp.gyp:jsoncpp',
|
| 'skia_lib.gyp:skia_lib',
|
|
|