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

Unified Diff: test/BUILD.gn

Issue 2239603002: [inspector] Remove inspector_protocol_parser_test target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: format build files 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 | « src/inspector/inspector.gyp ('k') | test/bot_default.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 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",
« no previous file with comments | « src/inspector/inspector.gyp ('k') | test/bot_default.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698