Index: gyp/most.gyp |
diff --git a/gyp/most.gyp b/gyp/most.gyp |
index 6c7fc02caf25be29f7dd0fecd9bdd237eafb9fef..efef076a4bc29e9405924c3977d0e1f881a6fbed 100644 |
--- a/gyp/most.gyp |
+++ b/gyp/most.gyp |
@@ -59,6 +59,11 @@ |
'android_system.gyp:VisualBench_APK', |
], |
}], |
+ [ 'skia_vulkan == 1', { |
+ 'dependencies': [ |
+ 'android_system.gyp:VulkanViewer_APK', |
+ ], |
+ }], |
], |
}], |
['skia_os == "ios"', { |
@@ -75,7 +80,7 @@ |
'skiaserve.gyp:skiaserve', |
], |
}], |
- [ 'skia_vulkan == 0 or skia_os != "win"', { |
djsollen
2016/04/20 17:46:26
do we still need to guard against including this o
jvanverth1
2016/04/20 17:56:26
Yes, we don't have a Linux version yet and Mac nev
|
+ [ 'skia_vulkan == 0', { |
'dependencies!': [ |
'vulkanviewer.gyp:vulkanviewer', |
], |