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

Unified Diff: gyp/most.gyp

Issue 1903253003: VulkanViewer on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp 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 | « DEPS ('k') | gyp/shaderc.gyp » ('j') | no next file with comments »
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 6c7fc02caf25be29f7dd0fecd9bdd237eafb9fef..3cbf7f7d6dc7923f2a752fc8d7cbe53063ad6702 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"', {
+ [ 'skia_vulkan == 0 or skia_os != "win" or skia_os != "android"', {
'dependencies!': [
'vulkanviewer.gyp:vulkanviewer',
],
« no previous file with comments | « DEPS ('k') | gyp/shaderc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698