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

Unified Diff: DEPS

Issue 1715503003: DEPs-ing in tools/clang rather than relying on outdated scripts. Base URL: https://github.com/domokit/mojo.git@clang_deps
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 | « .gitignore ('k') | build/config/compiler/BUILD.gn » ('j') | 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 eef48de4528a37425dd8e727e50563deab6a5151..64d000336e3c6cfe6c2a8f8781b4c20e533e1150 100644
--- a/DEPS
+++ b/DEPS
@@ -31,6 +31,7 @@ vars = {
'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec',
'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3',
'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2',
+ 'clang_revision': 'dca46bbbb958ba0d1270c2d40471c9f690b9ec22',
}
# Only these hosts are allowed for dependencies in this DEPS file.
@@ -106,6 +107,9 @@ deps = {
'src/native_client':
Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
+ 'src/tools/clang':
+ Var('chromium_git') + '/chromium/src/tools/clang.git' + '@' + Var('clang_revision'),
+
'src/third_party/pyelftools':
Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
« no previous file with comments | « .gitignore ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698