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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Name: libjpeg 1 Name: libjpeg
2 URL: http://www.ijg.org/ 2 URL: http://www.ijg.org/
3 Version: 6b 3 Version: 6b
4 License: Custom license
5 Security Critical: yes
4 6
5 Description: 7 Description:
6 This contains a copy of libjpeg-6b. 8 This contains a copy of libjpeg-6b.
7 9
8 The project files does not incldue from the distribution: 10 The project files does not incldue from the distribution:
9 jidctred.c : downsampling 11 jidctred.c : downsampling
10 jdtrans.c : decoder transcoder 12 jdtrans.c : decoder transcoder
11 13
12 Also not included are files obviously not needed: 14 Also not included are files obviously not needed:
13 jmemdos.c 15 jmemdos.c
14 jmemname.c 16 jmemname.c
15 along with all of the frontend files for doing utility programs. 17 along with all of the frontend files for doing utility programs.
16 18
17 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes 19 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
18 the names of all externally visible functions to chromium_* so that we can avoid 20 the names of all externally visible functions to chromium_* so that we can avoid
19 conflicts that arise when system libraries attempt to use our libjpeg. 21 conflicts that arise when system libraries attempt to use our libjpeg.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698