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

Unified Diff: gyp/vulkanviewer.gyp

Issue 1848833005: First pass at VulkanViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments, plus add GM rendering 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
« no previous file with comments | « gyp/most.gyp ('k') | src/gpu/vk/GrVkBackendContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « gyp/most.gyp ('k') | src/gpu/vk/GrVkBackendContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698