blob: bdc1db11afa652fc3dac7814f1bdda8d38c333b4 [file] [log] [blame]
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__"],
)