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

Unified Diff: DEPS

Issue 1396803002: [test] Pull test262 as a dependency. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review Created 5 years, 2 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') | test/test262/README » ('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 f200e4069cc68949d082ac6d89a3c6d234b36453..d29bf7fe91768c1ee605960524c2561023e93e38 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,8 @@ deps = {
Var("git_url") + "/external/googletest.git" + "@" + "9855a87157778d39b95eccfb201a9dc90f6d61c6",
"v8/testing/gmock":
Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c332ce19a33faf75be",
+ "v8/test/test262/data":
+ Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c1779a63913cc7720cbc6c87b3b7b3285",
"v8/tools/clang":
Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "6ab82bf7484ae7c06316c095e93b8b0dc6ea806a",
}
« no previous file with comments | « .gitignore ('k') | test/test262/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698