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

Unified Diff: gyp/most.gyp

Issue 2067023002: Enable viewer in non-Vulkan builds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Only include XCB if using Vulkan Created 4 years, 6 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/viewer.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 47c0d804da173cabee9271c2cf3caf8d072e7fb1..eb9f6c00f4812942e68c2875c71040773ed464a5 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -27,7 +27,6 @@
'pathops_skpclip.gyp:*',
'dm.gyp:dm',
'fuzz.gyp:fuzz',
- 'viewer.gyp:viewer',
],
'conditions': [
[ 'skia_gpu == 0', {
@@ -62,8 +61,8 @@
'skiaserve.gyp:skiaserve',
],
}],
- [ 'skia_vulkan == 0 or (skia_os != "win" and skia_os != "android")', {
- 'dependencies!': [
+ [ 'skia_os in ["win", "linux", "android"]', {
+ 'dependencies': [
'viewer.gyp:viewer',
],
}],
« no previous file with comments | « no previous file | gyp/viewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698