1package(default_visibility = ["//visibility:public"]) 2 3filegroup( 4 name = "hdrs", 5 srcs = [ 6 "DSL.h", 7 "DSLBlock.h", 8 "DSLCase.h", 9 "DSLCore.h", 10 "DSLExpression.h", 11 "DSLFunction.h", 12 "DSLLayout.h", 13 "DSLModifiers.h", 14 "DSLRuntimeEffects.h", 15 "DSLStatement.h", 16 "DSLSymbols.h", 17 "DSLType.h", 18 "DSLVar.h", 19 "DSLWrapper.h", 20 "SkSLErrorReporter.h", 21 ], 22) 23