android13/external/skia/include/gpu/gl/glx/BUILD.bazel

12 lines
285 B
Python
Raw Normal View History

2024-06-22 08:45:49 -04:00
load("//bazel:macros.bzl", "generated_cc_atom")
generated_cc_atom(
name = "GrGLMakeGLXInterface_hdr",
hdrs = ["GrGLMakeGLXInterface.h"],
visibility = ["//:__subpackages__"],
deps = [
"//include/core:SkRefCnt_hdr",
"//include/gpu:GrTypes_hdr",
],
)