From 12b2193fcc4eaf6042e16c2c3fdd195abb1eb4f8 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 17 Oct 2016 13:14:22 -0400 Subject: [PATCH] Remove shaderc DEPS. Was just perusing DEPS and I realized shaderc is probably no longer needed. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3561 Change-Id: I054a424b26e51dbfee77dbe79e1e175399627902 Reviewed-on: https://skia-review.googlesource.com/3561 Commit-Queue: Mike Klein Reviewed-by: Mike Klein Reviewed-by: Greg Daniel --- DEPS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DEPS b/DEPS index dc69afb..3ffd5df 100644 --- a/DEPS +++ b/DEPS @@ -43,12 +43,6 @@ deps = { # microhttpd for skiaserve "third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d", - - # shaderc for the vulkan backend - "third_party/externals/shaderc2" : "https://github.com/google/shaderc.git@7308a2cacffce47cc944a59b411ab065c01c3f03", - "third_party/externals/shaderc2/third_party/googletest" : "https://github.com/google/googletest.git@d225acc90bc3a8c420a9bcd1f033033c1ccd7fe0", - "third_party/externals/shaderc2/third_party/glslang" : "https://github.com/google/glslang.git@e1cd410d9c03a24c00c570c91a99cad88bb475d1", - "third_party/externals/shaderc2/third_party/spirv-tools" : "https://github.com/KhronosGroup/SPIRV-Tools.git@009c4358b5a1c93203166b3ed60a548f63522e81", } recursedeps = [ "common" ] -- 2.7.4