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

Unified Diff: DEPS

Issue 802583003: [test] Make msan work for v8 stand-alone. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix libc++ path 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 | « no previous file | build/standalone.gypi » ('j') | build/standalone.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index cebbbbc1b0476b012a5c43820f39c3a8000e5073..bffb9fd70046f50aa53aeed2b4ba4137b5f1fdc8 100644
--- a/DEPS
+++ b/DEPS
@@ -17,6 +17,10 @@ deps = {
Var("git_url") + "/external/googletest.git" + "@" + "8245545b6dc9c4703e6496d1efd19e975ad2b038", # from svn revision 700
"v8/testing/gmock":
Var("git_url") + "/external/googlemock.git" + "@" + "29763965ab52f24565299976b936d1265cb6a271", # from svn revision 501
+ "v8/third_party/libc++/trunk":
+ Var("git_url") + "/chromium/llvm-project/libcxx.git" + "@" + "48198f9110397fff47fe7c37cbfa296be7d44d3d",
+ "v8/third_party/libc++abi/trunk":
+ Var("git_url") + "/chromium/llvm-project/libcxxabi.git" + "@" + "4ad1009ab3a59fa7a6896d74d5e4de5885697f95",
"v8/tools/clang":
Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "24bed8c99d57ebfad05890c21f03f31af39dc6d4",
}
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | build/standalone.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698