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

Unified Diff: DEPS

Issue 840003002: Reland 'Move libc++ and libc++abi to buildtools.' (Closed) Base URL: https://chromium.googlesource.com/chromium/buildtools/@master
Patch Set: Review Created 5 years, 11 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') | third_party/libc++/OWNERS » ('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 b8100beb6e5c0167ee8355f9bdd3e0ef14871344..d72a7b9214dc87c1bfcd5df47597d3a0baea11a2 100644
--- a/DEPS
+++ b/DEPS
@@ -8,10 +8,18 @@ vars = {
"git_url": "https://chromium.googlesource.com",
"clang_format_rev": "81edd558fea5dd7855d67a1dc61db34ae8c1fd63", # r223685
+ "libcxx_revision": "48198f9110397fff47fe7c37cbfa296be7d44d3d",
+ "libcxxabi_revision": "4ad1009ab3a59fa7a6896d74d5e4de5885697f95",
}
deps = {
"clang_format/script":
Var("git_url") + "/chromium/llvm-project/cfe/tools/clang-format.git@" +
Var("clang_format_rev"),
+ "third_party/libc++/trunk":
+ Var("git_url") + "/chromium/llvm-project/libcxx.git" + "@" +
+ Var("libcxx_revision"),
+ "third_party/libc++abi/trunk":
+ Var("git_url") + "/chromium/llvm-project/libcxxabi.git" + "@" +
+ Var("libcxxabi_revision"),
}
« no previous file with comments | « .gitignore ('k') | third_party/libc++/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698