您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
21 行
409 B
21 行
409 B
--- a/third_party/txt/BUILD.gn
|
|
+++ b/third_party/txt/BUILD.gn
|
|
@@ -141,6 +141,7 @@
|
|
"//third_party/harfbuzz",
|
|
"//third_party/icu",
|
|
"//third_party/skia",
|
|
+ "//third_party/skia/modules/skottie",
|
|
]
|
|
|
|
deps = [
|
|
@@ -339,3 +340,10 @@
|
|
deps += [ "//third_party/skia/modules/skparagraph" ]
|
|
}
|
|
}
|
|
+
|
|
+static_library("txt_lib") {
|
|
+ complete_static_lib = true
|
|
+ deps = [
|
|
+ ":txt",
|
|
+ ]
|
|
+}
|