未验证 提交 080fbcb1 编写于 作者: C Chinmay Garde 提交者: GitHub

Build the embedder dylib and its unittests on Windows. (#5388)

上级 37f456ca
...@@ -42,17 +42,12 @@ group("flutter") { ...@@ -42,17 +42,12 @@ group("flutter") {
"$flutter_root/fml:fml_unittests", "$flutter_root/fml:fml_unittests",
"$flutter_root/runtime:runtime_unittests", "$flutter_root/runtime:runtime_unittests",
"$flutter_root/shell/common:shell_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/synchronization:synchronization_unittests",
"$flutter_root/third_party/txt:txt_unittests", "$flutter_root/third_party/txt:txt_unittests",
"//garnet/public/lib/fxl:fxl_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",
]
}
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册