| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index 099686eae4e87a5d1dc8a7021855ffeafec811dc..60f8d54096156fd38ca285711bfd7471b2543b45 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -450,26 +450,6 @@ source_set("dart_snapshot_cc") {
|
| }
|
|
|
| if (defined(is_fuchsia) && is_fuchsia) {
|
| - executable("fuchsia_test") {
|
| - configs += ["..:dart_config",
|
| - "..:dart_product_config",
|
| - "..:dart_precompiled_runtime_config"]
|
| - sources = [
|
| - "fuchsia_test.cc",
|
| - "log_fuchsia.cc",
|
| - ]
|
| -
|
| - include_dirs = [
|
| - "..",
|
| - "../include"
|
| - ]
|
| -
|
| - deps = [
|
| - ":dart_snapshot_cc",
|
| - ":libdart_embedder_noio",
|
| - ]
|
| - }
|
| -
|
| copy("hello_fuchsia") {
|
| sources = [ "../tests/vm/dart/hello_fuchsia_test.dart" ]
|
| outputs = [ "$root_out_dir/hello_fuchsia.dart" ]
|
|
|