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

Unified Diff: test/BUILD.gn

Issue 2203023003: [test] Remove deprecated ignition-test-suite alias (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 | « gypfiles/all.gyp ('k') | test/ignition.gyp » ('j') | no next file with comments »
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 39fdf0598b8a34ac652be57cbab04a57d29cae83..98564172fc1203701ed13ee3a1b9efc89d372905 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -71,15 +71,6 @@ v8_isolate_run("default") {
isolate = "default.isolate"
}
-v8_isolate_run("ignition") {
- deps = [
- ":cctest_run",
- ":mjsunit_run",
- ]
-
- isolate = "ignition.isolate"
-}
-
v8_isolate_run("optimize_for_size") {
deps = [
":cctest_run",
« no previous file with comments | « gypfiles/all.gyp ('k') | test/ignition.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698