| load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") | |
| licenses(["notice"]) | |
| exports_files_legacy() | |
| skia_filegroup( | |
| name = "srcs", | |
| srcs = [ | |
| "BentleyOttmann1.cpp", | |
| "BruteForceCrossings.cpp", | |
| "EventQueue.cpp", | |
| "Int96.cpp", | |
| "Point.cpp", | |
| "Segment.cpp", | |
| "SweepLine.cpp", | |
| ], | |
| visibility = ["//modules/bentleyottmann:__pkg__"], | |
| ) |