您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
23 行
675 B
23 行
675 B
--- /Users/unity/Documents/GitHub/EngineBuildTool/engine/src/flutter/third_party/txt/BUILD.gn 2021-05-19 11:45:24.000000000 +0800
|
|
+++ /Users/unity/Documents/GitHub/EngineBuildTool/engine/src/flutter/third_party/txt/modify/BUILD.gn 2021-05-19 11:44:06.000000000 +0800
|
|
@@ -141,6 +141,9 @@
|
|
"//third_party/harfbuzz",
|
|
"//third_party/icu",
|
|
"//third_party/skia",
|
|
+ "//third_party/skia/modules/skottie",
|
|
+ "//third_party/libcxx",
|
|
+ "//third_party/libcxxabi",
|
|
]
|
|
|
|
deps = [
|
|
@@ -339,3 +342,10 @@
|
|
deps += [ "//third_party/skia/modules/skparagraph" ]
|
|
}
|
|
}
|
|
+
|
|
+static_library("txt_lib") {
|
|
+ complete_static_lib = true
|
|
+ deps = [
|
|
+ ":txt",
|
|
+ ]
|
|
+}
|