From 080fbcb1759e5916f0d6cdcdfd945c053320e6b3 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Fri, 25 May 2018 15:46:08 -0700 Subject: [PATCH] Build the embedder dylib and its unittests on Windows. (#5388) --- BUILD.gn | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index cdcf0cd0fc0..1cbe0fc8fd1 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", - ] - } } }