Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: DEPS

Issue 1782793003: Move llvm from deps to deps_os (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5dedfe0ce99ce83b576005d504ee2a2db676c217..5369764591e7599517f60bd34d1c9dd769b91d63 100644
--- a/DEPS
+++ b/DEPS
@@ -56,13 +56,17 @@ deps = {
"third_party/externals/shaderc2/third_party/googletest" : "https://github.com/google/googletest.git@ff07a5de0e81580547f1685e101194ed1a4fcd56",
"third_party/externals/shaderc2/third_party/glslang" : "https://github.com/bsalomon/glslang.git@5dc8a76265ee31733b5a765e034ad7f5097a3cbe",
"third_party/externals/shaderc2/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",
- "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",
+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",
+ }
}
recursedeps = [ "common" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698