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

Side by Side Diff: native_client_sdk/src/libraries/zlib/library.dsc

Issue 11417098: Added libjpeg and zlib to SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated include and experimental Created 8 years 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 | « native_client_sdk/src/libraries/libjpeg/library.dsc ('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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'linux', 'win'],
3 'SEARCH': [
4 '../../../../third_party/zlib',
5 ],
6 'TARGETS': [
7 {
8 'NAME' : 'zlib',
9 'TYPE' : 'lib',
10 'INCLUDES': ['../../include/zlib'],
11 'SOURCES' : [
12 'adler32.c',
13 'compress.c',
14 'contrib',
15 'crc32.c',
16 'deflate.c',
17 'gzio.c',
18 'infback.c',
19 'inffast.c',
20 'inflate.c',
21 'inftrees.c',
22 'trees.c',
23 'uncompr.c',
24 'zutil.c',
25 ],
26 }
27 ],
28 'HEADERS': [
29 {
30 'DEST': 'include/zlib',
31 'FILES': [
32 'crc32.h',
33 'deflate.h',
34 'inffast.h',
35 'inffixed.h',
36 'inflate.h',
37 'inftrees.h',
38 'mozzconf.h',
39 'trees.h',
40 'zconf.h',
41 'zlib.h',
42 'zutil.h',
43 ],
44 },
45 ],
46 'DATA': [
47 'LICENSE',
48 'google.patch',
49 'mixed-source.patch',
50 'README.chromium',
51 ],
52 'DEST': 'src',
53 'NAME': 'zlib',
54 'EXPERIMENTAL': True,
55 }
56
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/libjpeg/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698