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:
Leon Scroggins III 2018-10-26 10:54:42 -04:00 committed by Skia Commit-Bot
parent cf17c24977
commit 86776076ee

View File

@ -272,7 +272,7 @@ BASE_SRCS_ALL = struct(
def codec_srcs(limited): def codec_srcs(limited):
"""Sources for the codecs. Excludes Ico, Webp, Png, and Raw if limited.""" """Sources for the codecs. Excludes Ico, Webp, Png, and Raw if limited."""
# TODO: Enable wuffs in Google3 # TODO: Enable wuffs in Google3
exclude = [ "src/codec/SkWuffsCodec.cpp" ] exclude = ["src/codec/SkWuffsCodec.cpp"]
if limited: if limited:
exclude += [ exclude += [
"src/codec/*Ico*.cpp", "src/codec/*Ico*.cpp",