File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11diff --git a/BUILD.gn b/BUILD.gn
2- index 07bdbc2370..90c346acc9 100644
2+ index 6a85dd96b..809d4724d 100644
33--- a/BUILD.gn
44+++ b/BUILD.gn
5- @@ -1179 ,6 +1179 ,9 @@ group("modules") {
5+ @@ -1076 ,6 +1076 ,9 @@ group("modules") {
66 "modules/particles",
77 "modules/skottie",
88 "modules/skshaper",
@@ -12,3 +12,15 @@ index 07bdbc2370..90c346acc9 100644
1212 ]
1313 }
1414
15+ diff --git a/modules/skparagraph/BUILD.gn b/modules/skparagraph/BUILD.gn
16+ index 5a85d37c4..a3ab9b884 100644
17+ --- a/modules/skparagraph/BUILD.gn
18+ +++ b/modules/skparagraph/BUILD.gn
19+ @@ -18,6 +18,7 @@ if (skia_enable_skparagraph) {
20+
21+ component("skparagraph") {
22+ import("skparagraph.gni")
23+ + complete_static_lib = false
24+ public_configs = [ ":public_config" ]
25+ public = skparagraph_public
26+ if (skia_use_icu && skia_use_harfbuzz) {
You can’t perform that action at this time.
0 commit comments