| Index: runtime/vm/BUILD.gn
|
| diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
|
| index e0eab68c703b40fe7c94449b98422195ad45d1cc..8e47ef7ce54adbd9d2394ad6a5eb294e8f4d599d 100644
|
| --- a/runtime/vm/BUILD.gn
|
| +++ b/runtime/vm/BUILD.gn
|
| @@ -102,22 +102,6 @@ static_library("libdart_vm_nosnapshot") {
|
| include_dirs = [ ".." ]
|
| }
|
|
|
| -static_library("libdart_vm_nosnapshot_precompiled_runtime") {
|
| - configs += [
|
| - "..:dart_config",
|
| - "..:dart_maybe_product_config",
|
| - "..:dart_precompiled_runtime_config",
|
| - "..:dart_no_snapshot_config",
|
| - ]
|
| - public_configs = [ ":libdart_vm_config" ]
|
| - set_sources_assignment_filter([
|
| - "*_test.cc",
|
| - "*_test.h",
|
| - ])
|
| - sources = vm_sources_list
|
| - include_dirs = [ ".." ]
|
| -}
|
| -
|
| static_library("libdart_vm_nosnapshot_with_precompiler") {
|
| configs += [
|
| "..:dart_config",
|
| @@ -239,16 +223,6 @@ template("generate_core_libraries") {
|
| sources = all_libsources + [ "bootstrap.cc" ] + liboutputs
|
| include_dirs = [ ".." ]
|
| }
|
| - static_library("libdart_lib_nosnapshot_precompiled_runtime") {
|
| - configs += [
|
| - "..:dart_config",
|
| - "..:dart_maybe_product_config",
|
| - "..:dart_precompiled_runtime_config",
|
| - ]
|
| - deps = libdeps
|
| - sources = all_libsources + [ "bootstrap.cc" ] + liboutputs
|
| - include_dirs = [ ".." ]
|
| - }
|
| static_library("libdart_lib_nosnapshot_with_precompiler") {
|
| configs += [
|
| "..:dart_config",
|
|
|