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