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

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: 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
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 'INCLUDES': ['../../include/libjpeg'],
11 'SOURCES' : [
12 'jcapimin.c',
13 'jcapistd.c',
14 'jccoefct.c',
15 'jccolor.c',
16 'jcdctmgr.c',
17 'jchuff.c',
18 'jcinit.c',
19 'jcmainct.c',
20 'jcmarker.c',
21 'jcmaster.c',
22 'jcomapi.c',
23 'jcparam.c',
24 'jcphuff.c',
25 'jcprepct.c',
26 'jcsample.c',
27 'jdapimin.c',
28 'jdapistd.c',
29 'jdatadst.c',
30 'jdatasrc.c',
31 'jdcoefct.c',
32 'jdcolor.c',
33 'jddctmgr.c',
34 'jdhuff.c',
35 'jdinput.c',
36 'jdmainct.c',
37 'jdmarker.c',
38 'jdmaster.c',
39 'jdmerge.c',
40 'jdphuff.c',
41 'jdpostct.c',
42 'jdsample.c',
43 'jerror.c',
44 'jfdctflt.c',
45 'jfdctfst.c',
46 'jfdctint.c',
47 'jidctflt.c',
48 'jidctfst.c',
49 'jidctint.c',
50 'jidctred.c',
51 'jmemmgr.c',
52 'jmemnobs.c',
53 'jquant1.c',
54 'jquant2.c',
55 'jutils.c',
56 ],
57 }
58 ],
59 'HEADERS': [
60 {
61 'DEST': 'include/libjpeg',
62 'FILES': [
63 'jchuff.h',
64 'jconfig.h',
65 'jdct.h',
66 'jdhuff.h',
67 'jerror.h',
68 'jinclude.h',
69 'jmemsys.h',
70 'jmorecfg.h',
71 'jpegint.h',
72 'jpeglib.h',
73 'jpeglibmangler.h',
74 'jversion.h',
75 ],
76 }
77 ],
78 'DATA': [
79 'LICENSE',
80 'README',
81 'README.chromium',
82 ],
83 'DEST': 'src',
84 'NAME': 'libjpeg',
85 'EXPERIMENTAL': True,
86 }
87
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/make_rules.py ('k') | native_client_sdk/src/libraries/zlib/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698