From be0cbcb9465f214b7b6ff7d4d0377859de088f76 Mon Sep 17 00:00:00 2001 From: lihong Date: Mon, 31 Jul 2023 20:13:33 +0800 Subject: [PATCH] fixed 0f737ea from https://gitee.com/lihong67/third_party_jsframework/pulls/814 lihong67@huawei.com add css-what in jsframework. Signed-off-by: lihong Change-Id: Idd188134d41247e04dbca1bc1baebce108bab75c --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 1cdaca04..dc0c3a90 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -28,6 +28,7 @@ action("gen_node_modules") { } action("gen_snapshot") { + deps = [ "//third_party/css-what:css_what_sources" ] script = "//third_party/jsframework/js_framework_build.sh" js_framework = "//third_party/jsframework/runtime"