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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/libjpeg/library.dsc
diff --git a/native_client_sdk/src/libraries/libjpeg/library.dsc b/native_client_sdk/src/libraries/libjpeg/library.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..0d40f3c4d612dbbcda9d9c8b7bcff2027e7eaaef
--- /dev/null
+++ b/native_client_sdk/src/libraries/libjpeg/library.dsc
@@ -0,0 +1,87 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'linux', 'win'],
+ 'SEARCH': [
+ '../../../../third_party/libjpeg',
+ ],
+ 'TARGETS': [
+ {
+ 'NAME' : 'libjpeg',
+ 'TYPE' : 'lib',
+ 'INCLUDES': ['../../include/libjpeg'],
+ 'SOURCES' : [
+ 'jcapimin.c',
+ 'jcapistd.c',
+ 'jccoefct.c',
+ 'jccolor.c',
+ 'jcdctmgr.c',
+ 'jchuff.c',
+ 'jcinit.c',
+ 'jcmainct.c',
+ 'jcmarker.c',
+ 'jcmaster.c',
+ 'jcomapi.c',
+ 'jcparam.c',
+ 'jcphuff.c',
+ 'jcprepct.c',
+ 'jcsample.c',
+ 'jdapimin.c',
+ 'jdapistd.c',
+ 'jdatadst.c',
+ 'jdatasrc.c',
+ 'jdcoefct.c',
+ 'jdcolor.c',
+ 'jddctmgr.c',
+ 'jdhuff.c',
+ 'jdinput.c',
+ 'jdmainct.c',
+ 'jdmarker.c',
+ 'jdmaster.c',
+ 'jdmerge.c',
+ 'jdphuff.c',
+ 'jdpostct.c',
+ 'jdsample.c',
+ 'jerror.c',
+ 'jfdctflt.c',
+ 'jfdctfst.c',
+ 'jfdctint.c',
+ 'jidctflt.c',
+ 'jidctfst.c',
+ 'jidctint.c',
+ 'jidctred.c',
+ 'jmemmgr.c',
+ 'jmemnobs.c',
+ 'jquant1.c',
+ 'jquant2.c',
+ 'jutils.c',
+ ],
+ }
+ ],
+ 'HEADERS': [
+ {
+ 'DEST': 'include/libjpeg',
+ 'FILES': [
+ 'jchuff.h',
+ 'jconfig.h',
+ 'jdct.h',
+ 'jdhuff.h',
+ 'jerror.h',
+ 'jinclude.h',
+ 'jmemsys.h',
+ 'jmorecfg.h',
+ 'jpegint.h',
+ 'jpeglib.h',
+ 'jpeglibmangler.h',
+ 'jversion.h',
+ ],
+ }
+ ],
+ 'DATA': [
+ 'LICENSE',
+ 'README',
+ 'README.chromium',
+ ],
+ 'DEST': 'src',
+ 'NAME': 'libjpeg',
+ 'EXPERIMENTAL': True,
+}
+
« 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