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

Unified Diff: test/BUILD.gn

Issue 2361623006: [inspector] added inspector test runner [part 1] (Closed)
Patch Set: added missing headers Created 4 years, 3 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 | « no previous file | test/inspector/BUILD.gn » ('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 36ca7a204904b8e7759b72633639b081c7d92bf7..e24615a4437ae00327c84d83a4bdc53a68c714af 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("../gni/isolate.gni")
+import("//build_overrides/v8.gni")
group("gn_all") {
testonly = true
@@ -20,6 +21,10 @@ group("gn_all") {
]
}
+ if (v8_enable_inspector_override) {
+ deps += [ "inspector:inspector-test" ]
+ }
+
if (v8_test_isolation_mode != "noop") {
deps += [
":benchmarks_run",
« no previous file with comments | « no previous file | test/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698