Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tools / gpu / gl / none / BUILD.bazel
1 load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom")
2
3 licenses(["notice"])
4
5 exports_files_legacy()
6
7 generated_cc_atom(
8     name = "CreatePlatformGLTestContext_none_src",
9     srcs = ["CreatePlatformGLTestContext_none.cpp"],
10     visibility = ["//:__subpackages__"],
11     deps = ["//tools/gpu/gl:GLTestContext_hdr"],
12 )