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

Unified Diff: DEPS

Issue 1721943003: Move llvm from deps to deps_os (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Use llvm instead of all Created 4 years, 10 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 a723d8d7ce3682b9f43721b257150bcffb88c613..bbbee299d06f9dc8f9e9a2fb692a1d5c32bd2364 100644
--- a/DEPS
+++ b/DEPS
@@ -50,13 +50,17 @@ deps = {
# Mojo SDK for Mojo RPC experiments.
"third_party/externals/mojo/public" : "https://chromium.googlesource.com/external/github.com/domokit/mojo_sdk@172be18ea745ab29aea132e6cb952e726dc32543",
+}
- # 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