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

Unified Diff: gyp/most.gyp

Issue 1899213002: Revise WSI setup. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Updated for comments 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 | include/gpu/vk/GrVkBackendContext.h » ('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 9e8c3aa640d71dae545652cdc00f01355d47923d..f0b56d62c51b0a8cfb04ca4027571cf3aee0b1fe 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -84,7 +84,7 @@
'skiaserve.gyp:skiaserve',
],
}],
- [ 'skia_vulkan == 0 or skia_os != "win" or skia_os != "android"', {
+ [ 'skia_vulkan == 0 or (skia_os != "win" and skia_os != "android")', {
'dependencies!': [
'vulkanviewer.gyp:vulkanviewer',
],
« no previous file with comments | « no previous file | include/gpu/vk/GrVkBackendContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698