1# Copyright 2019 Google LLC. 2# Use of this source code is governed by the BSD-3-Clause license that can be 3# found in the LICENSE.md file. 4 5libgifcodec_sources = [ 6 "SkGifImageReader.cpp", 7 "SkGifImageReader.h", 8 "SkLibGifCodec.cpp", 9 "SkLibGifCodec.h", 10] 11 12libgifcodec_public = [ 13 "SkGifCodec.h", 14] 15