Roll src/third_party/WebKit a7dac35:614cd2f (svn 190788:190793)
[chromium-blink-merge.git] / third_party / brotli / brotli.gyp
blobe09f0c6cdbad6e2290448f0ffb5142144a5550ab
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.
6   'targets': [
7     {
8       'target_name': 'brotli',
9       'type': 'static_library',
10       'include_dirs': [
11         'dec',
12       ],
13       'sources': [
14         'dec/bit_reader.c',
15         'dec/bit_reader.h',
16         'dec/context.h',
17         'dec/decode.c',
18         'dec/decode.h',
19         'dec/dictionary.h',
20         'dec/huffman.c',
21         'dec/huffman.h',
22         'dec/prefix.h',
23         'dec/safe_malloc.c',
24         'dec/safe_malloc.h',
25         'dec/streams.c',
26         'dec/streams.h',
27         'dec/transform.h',
28         'dec/types.h',
29       ],
30     },
31   ],