Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: gyp/vulkanviewer.gyp

Issue 1848833005: First pass at VulkanViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Revise setup and event handling Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698