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

Unified Diff: BUILD.gn

Issue 2033813004: [gn] Add swarming support for all test targets (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@gn32
Patch Set: Fixes Created 4 years, 6 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 | gni/isolate.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f9908d57e0a79782ee7d1fb23ac7931506bfae5a..9a45fd1d55908bec3bedfab970bd55e03231cc49 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2065,6 +2065,8 @@ group("gn_all") {
":v8_simple_regexp_fuzzer",
":v8_simple_wasm_fuzzer",
":v8_simple_wasm_asmjs_fuzzer",
+ "test:gn_all",
+ "tools:gn_all",
]
if (want_v8_shell) {
@@ -2073,11 +2075,9 @@ group("gn_all") {
]
}
- if (host_os != "mac" || !is_android) {
- # These items don't compile for Android on Mac.
+ if (v8_test_isolation_mode != "noop") {
deps += [
- "test/cctest:cctest",
- "test/unittests:unittests",
+ ":d8_run",
]
}
}
« no previous file with comments | « no previous file | gni/isolate.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698