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

Unified Diff: DEPS

Issue 2946073002: Fix libc++ ARM build (Closed)
Patch Set: Condition on is_linux too Created 3 years, 6 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++/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 f192315bb3c8a7dadcd54dfbbe7d7e2a22628f65..1e5c10d01e8aa6ad366d03ad34e624f9a97fd858 100644
--- a/DEPS
+++ b/DEPS
@@ -6,6 +6,7 @@ vars = {
"clang_format_rev": "0653eee0c81ea04715c635dd0885e8096ff6ba6d", # r302580
"libcxx_revision": "3a07dd740be63878167a0ea19fe81869954badd7", # r303878
"libcxxabi_revision": "4072e8fd76febee37f60aeda76d6d9f5e3791daa", # r303806
+ "libunwind_revision": "86219d8c6a73f95e694b4e1594e1a8a0a33613b6", # r303130
}
deps = {
@@ -18,4 +19,7 @@ deps = {
"third_party/libc++abi/trunk":
Var("chromium_url") + "/chromium/llvm-project/libcxxabi.git" + "@" +
Var("libcxxabi_revision"),
+ "third_party/libunwind/trunk":
+ Var("chromium_url") + "/external/llvm.org/libunwind.git" + "@" +
+ Var("libunwind_revision"),
}
« no previous file with comments | « .gitignore ('k') | third_party/libc++/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698