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

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

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: More cleanup; add iconv Windows instructions Created 7 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
(Empty)
1 Name: libpoppler
2 Short Name: libpoppler
3 URL: git://git.freedesktop.org/git/poppler/poppler
4 Version: poppler-0.22.5 (upstream Git repo tag)
Lei Zhang 2013/08/08 21:47:56 Just 0.22.5 should be sufficient. You can describe
ducky 2013/08/09 22:14:57 Done, fixed across the board. I think the DEPS fil
5 License: GPLv2 / GPLv3
6 License File: NOT_SHIPPED
7 Security Critical: No
8
9 Description:
10 A PDF rendering library, currently used in the Skia gm for regression-testing PD F output.
11 This should ONLY be used for tesing code.
Lei Zhang 2013/08/08 21:47:56 typo
ducky 2013/08/09 22:14:57 Done.
12
13 Local Modifications:
14 No changes to files from the upstream repository.
15
16 Platform-specific configuration files added to third_party/poppler/config/(platf orm):
17 config.h
18 poppler/poppler-config.h
19
20 Autogenerated files (consistent across platforms) added to third_party/poppler:
21 cpp/poppler-version.h
22
23 On Linux and Mac, these are the files generated by ./configure, using these flag s:
24 ./configure --disable-libopenjpeg --disable-libtiff --disable-largefile --disabl e-libjpeg --disable-libpng --disable-cairo-output --disable-poppler-glib --disab le-poppler-qt4 --disable-gtk-test --disable-utils
25 On Windows, these are the files generated with CMake and selecting a minimal fea ture set.
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698