 Chromium Code Reviews
 Chromium Code Reviews Issue 20220002:
  Add libpoppler PDF rasterizer  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 20220002:
  Add libpoppler PDF rasterizer  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| 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..5eecaaa01694a91ab1dbb23036da0e1e0cd2b865 | 
| --- /dev/null | 
| +++ b/third_party/poppler/README.chromium | 
| @@ -0,0 +1,24 @@ | 
| +Name: libpoppler | 
| +Short Name: libpoppler | 
| +URL: git://git.freedesktop.org/git/poppler/poppler | 
| +Version: poppler-0.22.5 (upstream Git repo tag) | 
| +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. | 
| + | 
| +Local Modifications: | 
| +No changes to files from the upstream repository. | 
| + | 
| +Platform-specific configuration files added to third_party/poppler: | 
| + config.h | 
| + poppler/poppler-config.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. | 
| + | 
| +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
 | 
| + cpp/poppler-version.h |