1load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup") 2 3package( 4 default_applicable_licenses = ["//:license"], 5) 6 7licenses(["notice"]) 8 9exports_files_legacy() 10 11skia_filegroup( 12 name = "hdrs", 13 srcs = [ 14 "BentleyOttmann1.h", 15 "BruteForceCrossings.h", 16 "Contour.h", 17 "EventQueue.h", 18 "EventQueueInterface.h", 19 "Int96.h", 20 "Myers.h", 21 "Point.h", 22 "Segment.h", 23 "SweepLine.h", 24 ], 25 visibility = ["//modules/bentleyottmann:__pkg__"], 26) 27