aboutsummaryrefslogtreecommitdiff
path: root/bazel/exporter_tool
diff options
context:
space:
mode:
authorJulia Lavrova <jlavrova@google.com>2023-05-08 15:48:07 -0400
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-08-01 15:32:30 +0000
commitae9ca385568dfc09d807178c2f22a83a4ea7eac7 (patch)
tree328c277203118a94b65741a866553f4071043434 /bazel/exporter_tool
parenta7a3646c2c8a7d193dc2cce912201c316b7b4525 (diff)
downloadskia-ae9ca385568dfc09d807178c2f22a83a4ea7eac7.tar.gz
SkUnicode with libgrapheme implementation
All SkParagraph tests working (-1) Change-Id: I6aa104c4f9f0f699d9ee2c944dbd1f0589d572b2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/694699 Commit-Queue: Julia Lavrova <jlavrova@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'bazel/exporter_tool')
-rw-r--r--bazel/exporter_tool/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bazel/exporter_tool/main.go b/bazel/exporter_tool/main.go
index 084a011c42..82e6b97782 100644
--- a/bazel/exporter_tool/main.go
+++ b/bazel/exporter_tool/main.go
@@ -502,6 +502,8 @@ var gniExportDescs = []exporter.GNIExportDesc{
Rules: []string{"//modules/skunicode/src:builtin_srcs"}},
{Var: "skia_unicode_runtime_icu_sources",
Rules: []string{"//modules/skunicode/src:runtime_srcs"}},
+ {Var: "skia_unicode_libgrapheme_sources",
+ Rules: []string{"//modules/skunicode/src:libgrapheme_srcs"}},
{Var: "skia_unicode_tests",
Rules: []string{"//modules/skunicode/tests:tests"}},
}},