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

Side by Side Diff: third_party/libjpeg/README.chromium

Issue 1100003: Pass license check script for most of the tree. (Closed)
Patch Set: retry Created 10 years, 9 months 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
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libxml/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libjpeg
2 URL: http://www.ijg.org/
3
1 This contains a copy of libjpeg-6b. 4 This contains a copy of libjpeg-6b.
2 5
3 The project files does not incldue from the distribution: 6 The project files does not incldue from the distribution:
4 jidctred.c : downsampling 7 jidctred.c : downsampling
5 jdtrans.c : decoder transcoder 8 jdtrans.c : decoder transcoder
6 9
7 Also not included are files obviously not needed: 10 Also not included are files obviously not needed:
8 jmemdos.c 11 jmemdos.c
9 jmemname.c 12 jmemname.c
10 along with all of the frontend files for doing utility programs. 13 along with all of the frontend files for doing utility programs.
11 14
12 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes 15 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
13 the names of all externally visible functions to chromium_* so that we can avoid 16 the names of all externally visible functions to chromium_* so that we can avoid
14 conflicts that arise when system libraries attempt to use our libjpeg. 17 conflicts that arise when system libraries attempt to use our libjpeg.
OLDNEW
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libxml/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698