blob: 5b53389b7883bfdc85eb9801979982ede3eec6f3 [file] [log] [blame]
commit-bot@chromium.org327c0812013-08-20 18:57:01 +00001# GYP for libpoppler, a PDF rendering library.
2#
3# !!! WARNING !!! Poppler is GPL software, and should not be used in anything
4# except testing code. Or the lawyercats won't be happy.
5#
6# libpoppler should be statically linked (doesn't have DLL exports),
7# but libpopper-cpp can be dynamically linked.
8
9{
10 'variables': {
11 'skia_warnings_as_errors': 0,
12 },
13 'targets': [
14 {
15 'target_name': 'libpoppler-gpl',
16 'type': 'static_library',
17 'include_dirs' : [
18 '../third_party/externals/poppler',
19 '../third_party/externals/poppler/goo',
20 ],
21 'sources': [
22 '../third_party/externals/poppler/fofi/FoFiBase.cc',
23 '../third_party/externals/poppler/fofi/FoFiEncodings.cc',
24 '../third_party/externals/poppler/fofi/FoFiIdentifier.cc',
25 '../third_party/externals/poppler/fofi/FoFiTrueType.cc',
26 '../third_party/externals/poppler/fofi/FoFiType1.cc',
27 '../third_party/externals/poppler/fofi/FoFiType1C.cc',
28 '../third_party/externals/poppler/goo/FixedPoint.cc',
29 '../third_party/externals/poppler/goo/gfile.cc',
30 '../third_party/externals/poppler/goo/gmem.cc',
31 '../third_party/externals/poppler/goo/gmempp.cc',
32 '../third_party/externals/poppler/goo/GooHash.cc',
33 '../third_party/externals/poppler/goo/GooList.cc',
34 '../third_party/externals/poppler/goo/GooString.cc',
35 '../third_party/externals/poppler/goo/GooTimer.cc',
36 '../third_party/externals/poppler/goo/grandom.cc',
37 '../third_party/externals/poppler/goo/gstrtod.cc',
38 '../third_party/externals/poppler/goo/ImgWriter.cc',
39 '../third_party/externals/poppler/goo/JpegWriter.cc',
40 '../third_party/externals/poppler/goo/PNGWriter.cc',
41 '../third_party/externals/poppler/goo/TiffWriter.cc',
42 '../third_party/externals/poppler/poppler/Annot.cc',
43 '../third_party/externals/poppler/poppler/Array.cc',
44 '../third_party/externals/poppler/poppler/BuiltinFont.cc',
45 '../third_party/externals/poppler/poppler/BuiltinFontTables.cc',
46 '../third_party/externals/poppler/poppler/CachedFile.cc',
47 '../third_party/externals/poppler/poppler/Catalog.cc',
48 '../third_party/externals/poppler/poppler/CharCodeToUnicode.cc',
49 '../third_party/externals/poppler/poppler/CMap.cc',
50 '../third_party/externals/poppler/poppler/DateInfo.cc',
51 '../third_party/externals/poppler/poppler/Decrypt.cc',
52 '../third_party/externals/poppler/poppler/Dict.cc',
53 '../third_party/externals/poppler/poppler/Error.cc',
54 '../third_party/externals/poppler/poppler/FileSpec.cc',
55 '../third_party/externals/poppler/poppler/FontEncodingTables.cc',
56 '../third_party/externals/poppler/poppler/FontInfo.cc',
57 '../third_party/externals/poppler/poppler/Form.cc',
58 '../third_party/externals/poppler/poppler/Function.cc',
59 '../third_party/externals/poppler/poppler/Gfx.cc',
60 '../third_party/externals/poppler/poppler/GfxFont.cc',
61 '../third_party/externals/poppler/poppler/GfxState.cc',
62 '../third_party/externals/poppler/poppler/GlobalParams.cc',
63 '../third_party/externals/poppler/poppler/Hints.cc',
64 '../third_party/externals/poppler/poppler/JArithmeticDecoder.cc',
65 '../third_party/externals/poppler/poppler/JBIG2Stream.cc',
66 '../third_party/externals/poppler/poppler/JPXStream.cc',
67 '../third_party/externals/poppler/poppler/Lexer.cc',
68 '../third_party/externals/poppler/poppler/Linearization.cc',
69 '../third_party/externals/poppler/poppler/Link.cc',
70 '../third_party/externals/poppler/poppler/LocalPDFDocBuilder.cc',
71 '../third_party/externals/poppler/poppler/Movie.cc',
72 '../third_party/externals/poppler/poppler/NameToCharCode.cc',
73 '../third_party/externals/poppler/poppler/Object.cc',
74 '../third_party/externals/poppler/poppler/OptionalContent.cc',
75 '../third_party/externals/poppler/poppler/Outline.cc',
76 '../third_party/externals/poppler/poppler/OutputDev.cc',
77 '../third_party/externals/poppler/poppler/Page.cc',
78 '../third_party/externals/poppler/poppler/PageLabelInfo.cc',
79 '../third_party/externals/poppler/poppler/PageTransition.cc',
80 '../third_party/externals/poppler/poppler/Parser.cc',
81 '../third_party/externals/poppler/poppler/PDFDoc.cc',
82 '../third_party/externals/poppler/poppler/PDFDocEncoding.cc',
83 '../third_party/externals/poppler/poppler/PDFDocFactory.cc',
84 '../third_party/externals/poppler/poppler/PopplerCache.cc',
85 '../third_party/externals/poppler/poppler/PreScanOutputDev.cc',
86 '../third_party/externals/poppler/poppler/ProfileData.cc',
87 '../third_party/externals/poppler/poppler/PSOutputDev.cc',
88 '../third_party/externals/poppler/poppler/PSTokenizer.cc',
89 '../third_party/externals/poppler/poppler/Rendition.cc',
90 '../third_party/externals/poppler/poppler/SecurityHandler.cc',
91 '../third_party/externals/poppler/poppler/Sound.cc',
92 '../third_party/externals/poppler/poppler/SplashOutputDev.cc',
93 '../third_party/externals/poppler/poppler/StdinCachedFile.cc',
94 '../third_party/externals/poppler/poppler/StdinPDFDocBuilder.cc',
95 '../third_party/externals/poppler/poppler/Stream.cc',
96 '../third_party/externals/poppler/poppler/strtok_r.cpp',
97 '../third_party/externals/poppler/poppler/TextOutputDev.cc',
98 '../third_party/externals/poppler/poppler/UnicodeMap.cc',
99 '../third_party/externals/poppler/poppler/UnicodeTypeTable.cc',
100 '../third_party/externals/poppler/poppler/UTF.cc',
101 '../third_party/externals/poppler/poppler/ViewerPreferences.cc',
102 '../third_party/externals/poppler/poppler/XpdfPluginAPI.cc',
103 '../third_party/externals/poppler/poppler/XRef.cc',
104 '../third_party/externals/poppler/splash/Splash.cc',
105 '../third_party/externals/poppler/splash/SplashBitmap.cc',
106 '../third_party/externals/poppler/splash/SplashClip.cc',
107 '../third_party/externals/poppler/splash/SplashFont.cc',
108 '../third_party/externals/poppler/splash/SplashFontEngine.cc',
109 '../third_party/externals/poppler/splash/SplashFontFile.cc',
110 '../third_party/externals/poppler/splash/SplashFontFileID.cc',
111 '../third_party/externals/poppler/splash/SplashFTFont.cc',
112 '../third_party/externals/poppler/splash/SplashFTFontEngine.cc',
113 '../third_party/externals/poppler/splash/SplashFTFontFile.cc',
114 '../third_party/externals/poppler/splash/SplashPath.cc',
115 '../third_party/externals/poppler/splash/SplashPattern.cc',
116 '../third_party/externals/poppler/splash/SplashScreen.cc',
117 '../third_party/externals/poppler/splash/SplashState.cc',
118 '../third_party/externals/poppler/splash/SplashT1Font.cc',
119 '../third_party/externals/poppler/splash/SplashT1FontEngine.cc',
120 '../third_party/externals/poppler/splash/SplashT1FontFile.cc',
121 '../third_party/externals/poppler/splash/SplashXPath.cc',
122 '../third_party/externals/poppler/splash/SplashXPathScanner.cc',
123 ],
124 'direct_dependent_settings': {
125 'include_dirs': [
126 '../third_party/externals/poppler/poppler',
127 ],
128 },
commit-bot@chromium.org1e10a9a2013-09-30 18:19:26 +0000129 'cflags': [
130 '-w'
131 ],
commit-bot@chromium.org327c0812013-08-20 18:57:01 +0000132 'conditions': [
133 ['skia_os == "linux"', {
134 'include_dirs': [
135 '../third_party/poppler/config/linux',
136 '/usr/include/freetype2',
137 ],
138 'cflags': [
139 '-fPIC',
140 ],
141 }],
142 ['skia_os in ["mac", "win"]', {
143 'dependencies': [
144 'freetype.gyp:freetype_poppler',
145 'fontconfig.gyp:fontconfig',
146 ],
147 }],
148 ['skia_os == "mac"', {
149 'include_dirs': [
150 '../third_party/poppler/config/mac',
151 ],
152 }],
153 ['skia_os == "win"', {
154 'include_dirs': [
155 '../third_party/poppler/config/windows',
156 ],
157 }],
158 ],
159 },
skia.committer@gmail.comb74bdf02013-08-21 07:01:29 +0000160
commit-bot@chromium.org327c0812013-08-20 18:57:01 +0000161 {
162 'target_name': 'libpoppler-cpp-gpl',
163 'dependencies': [
164 'libpoppler-gpl',
165 ],
166 'type': 'shared_library',
167 'include_dirs' : [
168 '../third_party/externals/poppler/cpp',
169 '../third_party/externals/poppler',
170 '../third_party/externals/poppler/poppler',
171 '../third_party/externals/poppler/goo',
172
173 '../third_party/poppler/config',
174 ],
175 'sources': [
176 '../third_party/externals/poppler/cpp/PNMWriter.cc',
177 '../third_party/externals/poppler/cpp/poppler-document.cpp',
178 '../third_party/externals/poppler/cpp/poppler-embedded-file.cpp',
179 '../third_party/externals/poppler/cpp/poppler-font.cpp',
180 '../third_party/externals/poppler/cpp/poppler-global.cpp',
181 '../third_party/externals/poppler/cpp/poppler-image.cpp',
182 '../third_party/externals/poppler/cpp/poppler-page.cpp',
183 '../third_party/externals/poppler/cpp/poppler-page-renderer.cpp',
184 '../third_party/externals/poppler/cpp/poppler-page-transition.cpp',
185 '../third_party/externals/poppler/cpp/poppler-private.cpp',
186 '../third_party/externals/poppler/cpp/poppler-toc.cpp',
187 ],
188 'defines': [
189 'poppler_cpp_EXPORTS',
190 ],
191 'direct_dependent_settings': {
192 'include_dirs': [
193 '../third_party/externals/poppler/cpp',
194 ],
195 },
196 'conditions': [
197 ['skia_os == "linux"', {
198 'include_dirs': [
199 '../third_party/poppler/config/linux',
200 ],
201 'cflags': [
202 '-fPIC',
203 ],
204 }],
205 ['skia_os == "mac"', {
206 'include_dirs': [
207 '../third_party/poppler/config/mac',
208 ],
209 'libraries':[
210 '$(SDKROOT)/usr/lib/libiconv.dylib',
211 '$(SDKROOT)/usr/lib/libexpat.dylib',
212 ],
213 'xcode_settings': {
214 'DYLIB_INSTALL_NAME_BASE': '@executable_path',
215 'OTHER_CPLUSPLUSFLAGS!': [
216 # poppler doesn't do gcc-style exports
217 '-fvisibility=hidden',
218 ],
219 },
220 }],
221 ['skia_os == "win"', {
222 'dependencies': [
223 'iconv.gyp:iconv',
224 ],
225 'include_dirs': [
226 '../third_party/poppler/config/windows',
227 ],
228 }],
229 ],
230 },
231 ],
232}