1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 # TODO(bashi): Rename this directory to font-compression-reference
9 'target_name': 'brotli',
10 'type': 'static_library',
15 'src/brotli/dec/bit_reader.c',
16 'src/brotli/dec/bit_reader.h',
17 'src/brotli/dec/context.h',
18 'src/brotli/dec/decode.c',
19 'src/brotli/dec/decode.h',
20 'src/brotli/dec/dictionary.h',
21 'src/brotli/dec/huffman.c',
22 'src/brotli/dec/huffman.h',
23 'src/brotli/dec/prefix.h',
24 'src/brotli/dec/safe_malloc.c',
25 'src/brotli/dec/safe_malloc.h',
26 'src/brotli/dec/streams.c',
27 'src/brotli/dec/streams.h',
28 'src/brotli/dec/transform.h',
29 'src/brotli/dec/types.h',
33 'target_name': 'woff2_dec',
34 'type': 'static_library',
45 'src/woff2/store_bytes.h',
46 'src/woff2/table_tags.cc',
47 'src/woff2/table_tags.h',
48 'src/woff2/woff2_common.h',
49 'src/woff2/woff2_dec.cc',
50 'src/woff2/woff2_dec.h',