Add SkottieUtils src/hdr defines to public.bzl
TBR= Change-Id: I290f0af76862bf4f6a35f5d53f7a0ab44dc16ec8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/298345 Reviewed-by: Florin Malita <fmalita@google.com> Commit-Queue: Florin Malita <fmalita@google.com>
This commit is contained in:
parent
2eb3c17ba3
commit
044e8bc8c2
13
public.bzl
13
public.bzl
@ -847,6 +847,19 @@ def skottie_lib_srcs():
|
||||
],
|
||||
)
|
||||
|
||||
################################################################################
|
||||
## skottie_utils
|
||||
################################################################################
|
||||
|
||||
SKOTTIE_UTILS_HDRS = [
|
||||
"modules/skottie/utils/SkottieUtils.h",
|
||||
]
|
||||
|
||||
SKOTTIE_UTILS_SRCS = [
|
||||
"modules/skottie/utils/SkottieUtils.cpp",
|
||||
]
|
||||
|
||||
|
||||
################################################################################
|
||||
## skottie_shaper
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user