| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 1118d4fca4e48a21bb369e74e0dd56f306544b39..fda535035a75674229ed8acaed9b51eddd1271bb 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -55,6 +55,8 @@ deps = {
|
| "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",
|
| }
|
|
|
| recursedeps = [ "common" ]
|
|
|