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

Unified Diff: test/BUILD.gn

Issue 2393863002: [inspector] Add swarming support to inspector tests (Closed)
Patch Set: Detach from dependent patchset Created 4 years, 2 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 | « infra/mb/mb_config.pyl ('k') | test/bot_default.isolate » ('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 e24615a4437ae00327c84d83a4bdc53a68c714af..29b26a9e32e94f072cdcec98bdf3c753cdaefc83 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -60,6 +60,7 @@ group("default_tests") {
v8_isolate_run("bot_default") {
deps = [
":default_tests",
+ ":inspector-test_run",
":webkit_run",
]
@@ -77,6 +78,7 @@ v8_isolate_run("default") {
v8_isolate_run("optimize_for_size") {
deps = [
":cctest_run",
+ ":inspector-test_run",
":intl_run",
":mjsunit_run",
":webkit_run",
@@ -134,6 +136,15 @@ v8_isolate_run("fuzzer") {
isolate = "fuzzer/fuzzer.isolate"
}
+v8_isolate_run("inspector-test") {
+ deps = []
+ if (v8_enable_inspector_override) {
+ deps += [ "inspector:inspector-test" ]
+ }
+
+ isolate = "inspector/inspector.isolate"
+}
+
v8_isolate_run("intl") {
deps = [
"..:d8_run",
« no previous file with comments | « infra/mb/mb_config.pyl ('k') | test/bot_default.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698