| Index: runtime/BUILD.gn
|
| diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
|
| index 34e739dcaef4bf3b26d112f0d684ce5a678b15ce..9bdb93f92f494517f9968def1974b37ab17f8f37 100644
|
| --- a/runtime/BUILD.gn
|
| +++ b/runtime/BUILD.gn
|
| @@ -278,6 +278,14 @@ libdart_library("libdart_nosnapshot_with_precompiler") {
|
| ]
|
| }
|
|
|
| +libdart_library("libdart_with_precompiler") {
|
| + extra_configs = [ ":dart_precompiler_config" ]
|
| + extra_deps = [
|
| + "vm:libdart_lib_with_precompiler",
|
| + "vm:libdart_vm_with_precompiler",
|
| + ]
|
| +}
|
| +
|
| action("generate_version_cc_file") {
|
| deps = [
|
| ":libdart_dependency_helper",
|
|
|