Chromium Code Reviews| Index: third_party/poppler/README.chromium |
| diff --git a/third_party/poppler/README.chromium b/third_party/poppler/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eac52814f279432f2ed1f22cac0ab5bf12819338 |
| --- /dev/null |
| +++ b/third_party/poppler/README.chromium |
| @@ -0,0 +1,26 @@ |
| +Name: libpoppler |
| +Short Name: libpoppler |
| +URL: git://git.freedesktop.org/git/poppler/poppler |
| +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
|
| +License: GPLv2 / GPLv3 |
| +License File: NOT_SHIPPED |
| +Security Critical: No |
| + |
| +Description: |
| +A PDF rendering library, currently used in the Skia gm for regression-testing PDF output. |
| +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.
|
| + |
| +Local Modifications: |
| +No changes to files from the upstream repository. |
| + |
| +Platform-specific configuration files added to third_party/poppler/config/(platform): |
| + config.h |
| + poppler/poppler-config.h |
| + |
| +Autogenerated files (consistent across platforms) added to third_party/poppler: |
| + cpp/poppler-version.h |
| + |
| +On Linux and Mac, these are the files generated by ./configure, using these flags: |
| +./configure --disable-libopenjpeg --disable-libtiff --disable-largefile --disable-libjpeg --disable-libpng --disable-cairo-output --disable-poppler-glib --disable-poppler-qt4 --disable-gtk-test --disable-utils |
| +On Windows, these are the files generated with CMake and selecting a minimal feature set. |
| + |