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

Unified Diff: DEPS

Issue 1693733003: Put all XSAN bots on the same DEPS-sourced build of Clang. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: 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 | gyp/yasm.gyp » ('j') | gyp/yasm.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index de69d8c51dfe659d293e2f8eb83387639faf7121..531f01f20e20b118f3e7549481b04a7a6aedc627 100644
--- a/DEPS
+++ b/DEPS
@@ -50,6 +50,11 @@ deps = {
# Mojo SDK for Mojo RPC experiments.
"third_party/externals/mojo/public" : "https://chromium.googlesource.com/external/github.com/domokit/mojo_sdk@172be18ea745ab29aea132e6cb952e726dc32543",
+
+
msarett 2016/02/12 19:59:38 nit: extra line? Maybe a comment could go here.
+ "third_party/externals/llvm": "https://llvm.googlesource.com/llvm@release_38",
+ "third_party/externals/llvm/tools/clang": "https://llvm.googlesource.com/clang@release_38",
hal.canary 2016/02/12 23:52:51 Hold on! If I am syncing out of order, and I clon
+ "third_party/externals/llvm/projects/compiler-rt": "https://llvm.googlesource.com/compiler-rt@release_38",
}
recursedeps = [ "common" ]
« no previous file with comments | « no previous file | gyp/yasm.gyp » ('j') | gyp/yasm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698