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

Unified Diff: test/BUILD.gn

Issue 2189023002: [inspector] add test configuration for the parser test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update DEPS Created 4 years, 5 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 | « DEPS ('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 f116f551181430a06d37fb30dd73a797b6b72ece..39fdf0598b8a34ac652be57cbab04a57d29cae83 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -44,6 +44,7 @@ group("default_tests") {
deps = [
":cctest_run",
":fuzzer_run",
+ ":inspector_protocol_parser_test_run",
":intl_run",
":message_run",
":mjsunit_run",
@@ -139,6 +140,14 @@ 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 | « DEPS ('k') | test/bot_default.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698