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

Unified Diff: gyp/viewer.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 | « gyp/most.gyp ('k') | gyp/vulkanviewer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/viewer.gyp
diff --git a/gyp/vulkanviewer.gyp b/gyp/viewer.gyp
similarity index 94%
rename from gyp/vulkanviewer.gyp
rename to gyp/viewer.gyp
index 91c175b94ea688c00318647bcc0ae8e4b1c22c92..d8082ef94975235ac60892c8c673789312d97b15 100644
--- a/gyp/vulkanviewer.gyp
+++ b/gyp/viewer.gyp
@@ -10,7 +10,7 @@
],
'targets': [
{
- 'target_name': 'vulkanviewer',
+ 'target_name': 'viewer',
'type': 'executable',
'includes' : [
'gmslides.gypi',
@@ -28,7 +28,7 @@
],
'sources': [
'../gm/gm.cpp',
- '<!@(python find.py ../tools/vulkan "*.cpp")',
+ '<!@(python find.py ../tools/viewer "*.cpp")',
],
'dependencies': [
'flags.gyp:flags',
« no previous file with comments | « gyp/most.gyp ('k') | gyp/vulkanviewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698