Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 17a4fdbf108bf878e89911dcbb21705fb915a6ce..d743cc9d032ee65e8b4219f6e3c85b89c291faa0 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -53,14 +53,7 @@ deps = { |
| } |
| deps_os = { |
| - 'llvm': { |
| - # xSAN bots build Clang from scratch. |
| - "third_party/externals/llvm": "https://llvm.googlesource.com/llvm@release_38", |
| - "third_party/externals/llvm/tools/clang": "https://llvm.googlesource.com/clang@release_38", |
| - "third_party/externals/llvm/projects/compiler-rt": "https://llvm.googlesource.com/compiler-rt@release_38", |
| - "third_party/externals/llvm/projects/libcxx": "https://llvm.googlesource.com/libcxx@release_38", |
| - "third_party/externals/llvm/projects/libcxxabi": "https://llvm.googlesource.com/libcxxabi@release_38", |
| - } |
| + 'llvm': { } |
|
borenet
2016/09/08 14:47:33
Yay!
|
| } |
| recursedeps = [ "common" ] |