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

Unified Diff: gyp/most.gyp

Issue 1945103003: Rename VulkanViewer to Viewer, take 2. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix android path Created 4 years, 7 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 f0b56d62c51b0a8cfb04ca4027571cf3aee0b1fe..6d56f8819b346d66dc9b621070743ef3ad7b2b6c 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -29,14 +29,14 @@
'visualbench.gyp:visualbench',
'fuzz.gyp:fuzz',
'kilobench.gyp:kilobench',
- 'vulkanviewer.gyp:vulkanviewer',
+ 'viewer.gyp:viewer',
],
'conditions': [
[ 'skia_gpu == 0', {
'dependencies!': [
'visualbench.gyp:visualbench',
'kilobench.gyp:kilobench',
- 'vulkanviewer.gyp:vulkanviewer',
+ 'viewer.gyp:viewer',
]
}],
[ 'skia_os != "android" and skia_os != "linux"', {
@@ -61,7 +61,7 @@
}],
[ 'skia_vulkan == 1', {
'dependencies': [
- 'android_system.gyp:VulkanViewer_APK',
+ 'android_system.gyp:Viewer_APK',
],
}],
],
@@ -86,7 +86,7 @@
}],
[ 'skia_vulkan == 0 or (skia_os != "win" and skia_os != "android")', {
'dependencies!': [
- 'vulkanviewer.gyp:vulkanviewer',
+ 'viewer.gyp:viewer',
],
}],
[ 'skia_skip_gui',
« 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