aboutsummaryrefslogtreecommitdiff
path: root/bazel/exporter_tool
diff options
context:
space:
mode:
authorHerb Derby <herb@google.com>2023-08-07 15:17:05 -0400
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-08-08 18:24:12 +0000
commit5c8c7faf91319ad7888f937565ad341d31a3746a (patch)
tree7cfaba6cd5a0a5539bfb75c64d7d65a81ffe6164 /bazel/exporter_tool
parent95e041a7d454e6766e6e75fb21a80ddaa81557f1 (diff)
downloadskia-5c8c7faf91319ad7888f937565ad341d31a3746a.tar.gz
Bentley-Ottmann EventQueue
This is not really the EventQueue, but all the infrastructure to get the module up and running. I added empty source files because bazel can't abide a module without sources. Change-Id: Iab6e96d16979b23db7b19f2cc9fc62b957259290 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/737179 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'bazel/exporter_tool')
-rw-r--r--bazel/exporter_tool/main.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/bazel/exporter_tool/main.go b/bazel/exporter_tool/main.go
index e8520e5b58..4f4e9fcc56 100644
--- a/bazel/exporter_tool/main.go
+++ b/bazel/exporter_tool/main.go
@@ -450,6 +450,20 @@ var gniExportDescs = []exporter.GNIExportDesc{
"//modules/svg/src:srcs",
}},
}},
+ {GNI: "modules/bentleyottmann/bentleyottmann.gni", Vars: []exporter.GNIFileListExportDesc{
+ {Var: "bentleyottmann_public",
+ Rules: []string{
+ "//modules/bentleyottmann/include:hdrs",
+ }},
+ {Var: "bentleyottmann_sources",
+ Rules: []string{
+ "//modules/bentleyottmann/src:srcs",
+ }},
+ {Var: "bentleyottmann_tests",
+ Rules: []string{
+ "//modules/bentleyottmann/tests:tests",
+ }},
+ }},
{GNI: "modules/skparagraph/skparagraph.gni", Vars: []exporter.GNIFileListExportDesc{
{Var: "skparagraph_public",
Rules: []string{