1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

GN build: Add process_test to precompiled runtime target.

It is needed to run some I/O tests on Android devices. The buildbots were
using an existing (outdated) version, so they continue to work by accident.

R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2619723004 .
This commit is contained in:
Florian Schneider 2017-01-09 16:58:09 -08:00
parent 59b025adfb
commit c7aba7d87f

View File

@ -49,6 +49,7 @@ group("runtime_precompiled") {
deps = [
"runtime/bin:dart_bootstrap($host_toolchain)",
"runtime/bin:dart_precompiled_runtime",
"runtime/bin:process_test",
"runtime/vm:patched_sdk",
]
}