From 345242671587d7273819bfe423be96e4392033e3 Mon Sep 17 00:00:00 2001 From: jvanverth Date: Wed, 4 May 2016 13:49:13 -0700 Subject: Rename VulkanViewer to Viewer, take 2. Also puts Window and Application in sk_app namespace. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1945103003 Review-Url: https://codereview.chromium.org/1945103003 --- gyp/most.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gyp/most.gyp') diff --git a/gyp/most.gyp b/gyp/most.gyp index f0b56d62c5..6d56f8819b 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', -- cgit v1.2.3