未验证 提交 34bd0ef8 编写于 作者: C Chinmay Garde 提交者: GitHub

Don’t build benchmarking binaries on Windows. (#6428)

上级 ae4db446
......@@ -38,12 +38,15 @@ group("flutter") {
"$flutter_root/flow:flow_unittests",
"$flutter_root/fml:fml_unittests",
"$flutter_root/runtime:runtime_unittests",
"$flutter_root/shell/common:shell_benchmarks",
"$flutter_root/shell/common:shell_unittests",
"$flutter_root/shell/platform/embedder:embedder_unittests",
"$flutter_root/synchronization:synchronization_unittests",
"$flutter_root/third_party/txt:txt_unittests",
]
if (!is_win) {
public_deps += [ "$flutter_root/shell/common:shell_benchmarks" ]
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册