From cec6d47ec454060a26362b591886d83a7d99b2b5 Mon Sep 17 00:00:00 2001 From: xi_leilei Date: Sat, 30 Nov 2024 17:17:59 +0800 Subject: [PATCH] =?UTF-8?q?windows=E5=B9=B3=E5=8F=B0=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xi_leilei --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 3bed74db99..efab1e976b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -141,7 +141,7 @@ group("unittests") { } # Compile all unittests targets if enabled. - if (enable_unittests) { + if (enable_unittests && !is_win) { public_deps += [ "//flutter/display_list:display_list_rendertests", "//flutter/display_list:display_list_unittests", @@ -170,7 +170,6 @@ group("unittests") { if (is_ohos) { public_deps += [ - "//flutter/fml/:fml_unittests", "//flutter/shell/platform/ohos:flutter_ohos_unittests", ] } -- Gitee