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

Unified Diff: DEPS

Issue 2289343002: GN: add sanitize arg (Closed)
Patch Set: rebase Created 4 years, 3 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 | gn/BUILD.gn » ('j') | infra/bots/recipe_modules/flavor/gn_flavor.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | gn/BUILD.gn » ('j') | infra/bots/recipe_modules/flavor/gn_flavor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698