Reformat public.bzl
Change-Id: Ib446dd7d1d15974768f4ca64b87665f0a4e0d83e Reviewed-on: https://skia-review.googlesource.com/c/165303 Commit-Queue: Leon Scroggins <scroggo@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: Leon Scroggins <scroggo@google.com>
This commit is contained in:
parent
cf17c24977
commit
86776076ee
@ -272,7 +272,7 @@ BASE_SRCS_ALL = struct(
|
||||
def codec_srcs(limited):
|
||||
"""Sources for the codecs. Excludes Ico, Webp, Png, and Raw if limited."""
|
||||
# TODO: Enable wuffs in Google3
|
||||
exclude = [ "src/codec/SkWuffsCodec.cpp" ]
|
||||
exclude = ["src/codec/SkWuffsCodec.cpp"]
|
||||
if limited:
|
||||
exclude += [
|
||||
"src/codec/*Ico*.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user