Chromium Code Reviews| OLD | NEW |
|---|---|
| (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) | |
| 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. | |
| 12 | |
| 13 Local Modifications: | |
| 14 No changes to files from the upstream repository. | |
| 15 | |
| 16 Platform-specific configuration files added to third_party/poppler: | |
| 17 config.h | |
| 18 poppler/poppler-config.h | |
| 19 On Linux and Mac, these are the files generated by ./configure, using these flag s: | |
| 20 ./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 | |
| 21 On Windows, these are the files generated with CMake and selecting a minimal fea ture set. | |
| 22 | |
| 23 Additionally, these files are generated during the make step: | |
|
vandebo (ex-Chrome)
2013/08/05 17:46:31
You should be able to make this with a gyp rule.
ducky
2013/08/05 20:43:49
Turns out this was wrong, it's generated during co
| |
| 24 cpp/poppler-version.h | |
| OLD | NEW |