diff --git a/BUILD.gn b/BUILD.gn index cdcf0cd0fc0c0f054ed0b912b804cdfcb294c7f7..1cbe0fc8fd189fd74623e9cf2be5b5f9cf203cc1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -42,17 +42,12 @@ group("flutter") { "$flutter_root/fml:fml_unittests", "$flutter_root/runtime:runtime_unittests", "$flutter_root/shell/common:shell_unittests", + "$flutter_root/shell/platform/embedder:embedder_unittests", + "$flutter_root/shell/platform/embedder:flutter_engine", "$flutter_root/synchronization:synchronization_unittests", "$flutter_root/third_party/txt:txt_unittests", "//garnet/public/lib/fxl:fxl_unittests", ] - - if (!is_win) { - public_deps += [ - "$flutter_root/shell/platform/embedder:embedder_unittests", - "$flutter_root/shell/platform/embedder:flutter_engine", - ] - } } }