• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//bazel:macros.bzl", "generated_cc_atom")
2
3generated_cc_atom(
4    name = "GrGLMakeNativeInterface_mac_src",
5    srcs = ["GrGLMakeNativeInterface_mac.cpp"],
6    visibility = ["//:__subpackages__"],
7    deps = [
8        "//include/core:SkTypes_hdr",
9        "//include/gpu/gl:GrGLAssembleInterface_hdr",
10        "//include/gpu/gl:GrGLInterface_hdr",
11        "//include/private:SkTemplates_hdr",
12    ],
13)
14