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

Unified Diff: test/BUILD.gn

Issue 2184733002: [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use separate build file for test 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
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index f9ff28c66bd17540840e10164c35fc094d641146..f116f551181430a06d37fb30dd73a797b6b72ece 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -17,6 +17,7 @@ group("gn_all") {
"cctest:cctest",
"cctest:generate-bytecode-expectations",
"unittests:unittests",
+ "inspector_protocol_parser_test:inspector_protocol_parser_test",
]
}

Powered by Google App Engine
This is Rietveld 408576698