diff options
author | Eric Boren <borenet@google.com> | 2016-03-03 08:01:33 -0500 |
---|---|---|
committer | Eric Boren <borenet@google.com> | 2016-03-03 08:01:33 -0500 |
commit | b5f0d40935feba474852c61622ee6fcb1db3727c (patch) | |
tree | 9ee236b4c41de58819035c7c0fc9b3d6633f16ca /DEPS | |
parent | ed854fb897fa134f2f64738a75293502fdcf1af2 (diff) |
Revert "Pull and build shaderc rather than use checked in lib/header"
This reverts commit 7d4490ecfa4d974003f675ef004e77f85ecfadd2.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1757253002
Review URL: https://codereview.chromium.org/1757253002 .
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -50,12 +50,6 @@ deps = { # Mojo SDK for Mojo RPC experiments. "third_party/externals/mojo/public" : "https://chromium.googlesource.com/external/github.com/domokit/mojo_sdk@172be18ea745ab29aea132e6cb952e726dc32543", - - # shaderc for the vulkan backend - "third_party/externals/shaderc" : "https://github.com/google/shaderc.git@f76848a36d539888828006b9b7c088b3f362b607", - "third_party/externals/shaderc/third_party/googletest" : "https://github.com/google/googletest.git@ff07a5de0e81580547f1685e101194ed1a4fcd56", - "third_party/externals/shaderc/third_party/glslang" : "https://github.com/google/glslang.git@5184353326ae52d63a1d7c7fccd66269aab768f7", - "third_party/externals/shaderc/third_party/spirv-tools" : "https://github.com/KhronosGroup/SPIRV-Tools.git@c31a31942b3697f2f71148555e5ffa298a572dbd", # xSAN bots build Clang from scratch. "third_party/externals/llvm": "https://llvm.googlesource.com/llvm@release_38", |