repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add diagnostics_writer.cc to the list of files allowed to printf.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
libraries
/
zlib
/
library.dsc
blob
422e01344eeb649724d56e92780f2d28ad943649
1
{
2
'DISABLE': True,
3
'TOOLS': ['newlib', 'glibc', 'bionic', 'linux', 'win'],
4
'SEARCH': [
5
'../../../../third_party/zlib',
6
],
7
'TARGETS': [
8
{
9
'NAME' : 'zlib',
10
'TYPE' : 'lib',
11
'INCLUDES': ['../../include/zlib'],
12
'SOURCES' : [
13
'adler32.c',
14
'compress.c',
15
'contrib',
16
'crc32.c',
17
'deflate.c',
18
'gzio.c',
19
'infback.c',
20
'inffast.c',
21
'inflate.c',
22
'inftrees.c',
23
'trees.c',
24
'uncompr.c',
25
'zutil.c',
26
],
27
}
28
],
29
'HEADERS': [
30
{
31
'DEST': 'include/zlib',
32
'FILES': [
33
'crc32.h',
34
'deflate.h',
35
'inffast.h',
36
'inffixed.h',
37
'inflate.h',
38
'inftrees.h',
39
'mozzconf.h',
40
'trees.h',
41
'zconf.h',
42
'zlib.h',
43
'zutil.h',
44
],
45
},
46
],
47
'DATA': [
48
'LICENSE',
49
'google.patch',
50
'mixed-source.patch',
51
'README.chromium',
52
],
53
'DEST': 'src',
54
'NAME': 'zlib',
55
'EXPERIMENTAL': True,
56
}
57