1load("//bazel:skia_rules.bzl", "skia_filegroup") 2 3package( 4 default_applicable_licenses = ["//:license"], 5) 6 7licenses(["notice"]) 8 9skia_filegroup( 10 name = "tests", 11 srcs = [ 12 "BentleyOttmann1Test.cpp", 13 "BruteForceCrossingsTest.cpp", 14 "ContourTest.cpp", 15 "EventQueueTest.cpp", 16 "Int96Test.cpp", 17 "MyersTest.cpp", 18 "PointTest.cpp", 19 "SegmentTest.cpp", 20 "SweepLineTest.cpp", 21 ], 22) 23