| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index a7d7e22adc39a23c521ec9c64a217f58f2f18992..161b9f5c83dfeb8aff4971baa19dfa808b9b8fc6 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -29,6 +29,7 @@ group("runtime") {
|
| "runtime/bin:process_test",
|
| "runtime/bin:test_extension",
|
| "runtime/bin:sample_extension",
|
| + "runtime/vm:patched_sdk",
|
| ]
|
| }
|
|
|
| @@ -36,6 +37,7 @@ group("runtime_precompiled") {
|
| deps = [
|
| "runtime/bin:dart_precompiled_runtime",
|
| "runtime/bin:dart_bootstrap($host_toolchain)",
|
| + "runtime/vm:patched_sdk",
|
| ]
|
| }
|
|
|
| @@ -48,6 +50,7 @@ group("runtime_and_noopt") {
|
| "runtime/bin:process_test",
|
| "runtime/bin:test_extension",
|
| "runtime/bin:sample_extension",
|
| + "runtime/vm:patched_sdk",
|
| ]
|
| }
|
|
|
|
|