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

Unified Diff: test/BUILD.gn

Issue 2034713005: [gn] Port test262 archiving to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « .gn ('k') | test/test262/BUILD.gn » ('j') | test/test262/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index f7bd898f55b975dda5b9743fdce96e25b789dd97..a43c432ad6b7c1b80915ffc82d078f356a69b2b5 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -26,7 +26,7 @@ group("gn_all") {
":default_run",
":mozilla_run",
":simdjs_run",
- ":test262_run",
+ "test262:test262_run",
]
}
}
@@ -185,14 +185,6 @@ v8_isolate_run("simdjs") {
isolate = "simdjs/simdjs.isolate"
}
-v8_isolate_run("test262") {
- deps = [
- "..:d8_run",
- ]
-
- isolate = "test262/test262.isolate"
-}
-
v8_isolate_run("unittests") {
deps = [
"unittests:unittests",
« no previous file with comments | « .gn ('k') | test/test262/BUILD.gn » ('j') | test/test262/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698