Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: third_party/brotli/brotli.gyp

Issue 189403008: Roll Brotli dfc5a9f2151a -> 7f848593bd2e (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'brotli', 8 'target_name': 'brotli',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 'src/brotli/dec', 11 'src/brotli/dec',
12 ], 12 ],
13 'sources': [ 13 'sources': [
14 'src/brotli/dec/bit_reader.c', 14 'src/brotli/dec/bit_reader.c',
15 'src/brotli/dec/bit_reader.h', 15 'src/brotli/dec/bit_reader.h',
16 'src/brotli/dec/context.h', 16 'src/brotli/dec/context.h',
17 'src/brotli/dec/decode.c', 17 'src/brotli/dec/decode.c',
18 'src/brotli/dec/decode.h', 18 'src/brotli/dec/decode.h',
19 'src/brotli/dec/dictionary.h',
19 'src/brotli/dec/huffman.c', 20 'src/brotli/dec/huffman.c',
20 'src/brotli/dec/huffman.h', 21 'src/brotli/dec/huffman.h',
21 'src/brotli/dec/prefix.h', 22 'src/brotli/dec/prefix.h',
22 'src/brotli/dec/safe_malloc.c', 23 'src/brotli/dec/safe_malloc.c',
23 'src/brotli/dec/safe_malloc.h', 24 'src/brotli/dec/safe_malloc.h',
24 'src/brotli/dec/streams.c', 25 'src/brotli/dec/streams.c',
25 'src/brotli/dec/streams.h', 26 'src/brotli/dec/streams.h',
27 'src/brotli/dec/transform.h',
26 'src/brotli/dec/types.h', 28 'src/brotli/dec/types.h',
27 ], 29 ],
28 }, 30 },
29 ], 31 ],
30 } 32 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698