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

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

Issue 11417098: Added libjpeg and zlib to SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'linux', 'win'],
3 'SEARCH': [
4 '../../../../third_party/libjpeg',
5 ],
6 'TARGETS': [
7 {
8 'NAME' : 'libjpeg',
9 'TYPE' : 'lib',
10 'SOURCES' : [
11 'jcapimin.c',
12 'jcapistd.c',
13 'jccoefct.c',
14 'jccolor.c',
15 'jcdctmgr.c',
16 'jchuff.c',
17 'jchuff.h',
18 'jcinit.c',
19 'jcmainct.c',
20 'jcmarker.c',
21 'jcmaster.c',
22 'jcomapi.c',
23 'jconfig.h',
24 'jcparam.c',
25 'jcphuff.c',
26 'jcprepct.c',
27 'jcsample.c',
28 'jdapimin.c',
29 'jdapistd.c',
30 'jdatadst.c',
31 'jdatasrc.c',
32 'jdcoefct.c',
33 'jdcolor.c',
34 'jdct.h',
binji 2012/11/26 23:23:20 put headers in 'HEADERS': {...}
noelallen1 2012/11/27 23:52:24 Done.
35 'jddctmgr.c',
36 'jdhuff.c',
37 'jdhuff.h',
38 'jdinput.c',
39 'jdmainct.c',
40 'jdmarker.c',
41 'jdmaster.c',
42 'jdmerge.c',
43 'jdphuff.c',
44 'jdpostct.c',
45 'jdsample.c',
46 'jerror.c',
47 'jerror.h',
48 'jfdctflt.c',
49 'jfdctfst.c',
50 'jfdctint.c',
51 'jidctflt.c',
52 'jidctfst.c',
53 'jidctint.c',
54 'jidctred.c',
55 'jinclude.h',
56 'jmemmgr.c',
57 'jmemnobs.c',
58 'jmemsys.h',
59 'jmorecfg.h',
60 'jpegint.h',
61 'jpeglib.h',
62 'jpeglibmangler.h',
63 'jquant1.c',
64 'jquant2.c',
65 'jutils.c',
66 'jversion.h',
67 ],
68 }
69 ],
70 'DATA': [
71 'LICENSE',
72 'README',
73 'README.chromium',
74 ],
75 'DEST': 'src',
76 'NAME': 'libjpeg',
77 }
78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698