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

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

Issue 10829272: Add a function to provide the list of third-party directories which are incompatible with Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up regex 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 4 License: Custom license
5 Security Critical: yes 5 Security Critical: yes
6 Android Compatibility: yes
6 7
7 Description: 8 Description:
8 This contains a copy of libjpeg-6b. 9 This contains a copy of libjpeg-6b.
9 10
10 The project files does not incldue from the distribution: 11 The project files does not incldue from the distribution:
11 jidctred.c : downsampling 12 jidctred.c : downsampling
12 jdtrans.c : decoder transcoder 13 jdtrans.c : decoder transcoder
13 14
14 Also not included are files obviously not needed: 15 Also not included are files obviously not needed:
15 jmemdos.c 16 jmemdos.c
16 jmemname.c 17 jmemname.c
17 along with all of the frontend files for doing utility programs. 18 along with all of the frontend files for doing utility programs.
18 19
19 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes 20 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
20 the names of all externally visible functions to chromium_* so that we can avoid 21 the names of all externally visible functions to chromium_* so that we can avoid
21 conflicts that arise when system libraries attempt to use our libjpeg. 22 conflicts that arise when system libraries attempt to use our libjpeg.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698