| Index: runtime/bin/bin.gypi
|
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
|
| index 3fd890ae5bd784c12861b22e86e652ee83b3b0c2..03d67ee69df197d49116d37d416d36dfc7bb32a3 100644
|
| --- a/runtime/bin/bin.gypi
|
| +++ b/runtime/bin/bin.gypi
|
| @@ -1070,25 +1070,6 @@
|
| ]
|
| },
|
| {
|
| - 'target_name': 'fuchsia_test',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'libdart_nosnapshot',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - '../include',
|
| - ],
|
| - 'sources': [
|
| - 'fuchsia_test.cc',
|
| - 'log_android.cc',
|
| - 'log_fuchsia.cc', # TODO(zra): Move to libdart_builtin when ready.
|
| - 'log_linux.cc',
|
| - 'log_macos.cc',
|
| - 'log_win.cc',
|
| - ],
|
| - },
|
| - {
|
| # dart binary with a snapshot of corelibs built in.
|
| 'target_name': 'dart',
|
| 'type': 'executable',
|
|
|