| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index da04aefe1d5bd1dbcbed38c67b226bd4c1ce07bd..d162ae57999983ef109494ab979aa4ede9d00f94 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",
|
| ]
|
| }
|
|
|
|
|