| Index: test/BUILD.gn
|
| diff --git a/test/BUILD.gn b/test/BUILD.gn
|
| index 98564172fc1203701ed13ee3a1b9efc89d372905..36ca7a204904b8e7759b72633639b081c7d92bf7 100644
|
| --- a/test/BUILD.gn
|
| +++ b/test/BUILD.gn
|
| @@ -17,7 +17,6 @@ group("gn_all") {
|
| "cctest:cctest",
|
| "cctest:generate-bytecode-expectations",
|
| "unittests:unittests",
|
| - "inspector_protocol_parser_test:inspector_protocol_parser_test",
|
| ]
|
| }
|
|
|
| @@ -44,7 +43,6 @@ group("default_tests") {
|
| deps = [
|
| ":cctest_run",
|
| ":fuzzer_run",
|
| - ":inspector_protocol_parser_test_run",
|
| ":intl_run",
|
| ":message_run",
|
| ":mjsunit_run",
|
| @@ -131,14 +129,6 @@ v8_isolate_run("fuzzer") {
|
| isolate = "fuzzer/fuzzer.isolate"
|
| }
|
|
|
| -v8_isolate_run("inspector_protocol_parser_test") {
|
| - deps = [
|
| - "inspector_protocol_parser_test:inspector_protocol_parser_test",
|
| - ]
|
| -
|
| - isolate = "inspector_protocol_parser_test/inspector_protocol_parser_test.isolate"
|
| -}
|
| -
|
| v8_isolate_run("intl") {
|
| deps = [
|
| "..:d8_run",
|
|
|