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

Unified Diff: gyp/most.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 | « no previous file | gyp/vulkanviewer.gyp » ('j') | gyp/vulkanviewer.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 9b49c474c4365d29f7d29fb7cbd1ce8516acb55d..6c7fc02caf25be29f7dd0fecd9bdd237eafb9fef 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -29,12 +29,14 @@
'visualbench.gyp:visualbench',
'fuzz.gyp:fuzz',
'kilobench.gyp:kilobench',
+ 'vulkanviewer.gyp:vulkanviewer',
],
'conditions': [
[ 'skia_gpu == 0', {
'dependencies!': [
'visualbench.gyp:visualbench',
'kilobench.gyp:kilobench',
+ 'vulkanviewer.gyp:vulkanviewer',
]
}],
[ 'skia_os != "android" and skia_os != "linux"', {
@@ -73,6 +75,11 @@
'skiaserve.gyp:skiaserve',
],
}],
+ [ 'skia_vulkan == 0 or skia_os != "win"', {
+ 'dependencies!': [
+ 'vulkanviewer.gyp:vulkanviewer',
+ ],
+ }],
[ 'skia_skip_gui',
{
'dependencies!': [
« no previous file with comments | « no previous file | gyp/vulkanviewer.gyp » ('j') | gyp/vulkanviewer.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698