| OLD | NEW |
| 1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
| 8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 }, | 206 }, |
| 207 }], | 207 }], |
| 208 ], | 208 ], |
| 209 }, | 209 }, |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 'target_name': 'fdrm', | 212 'target_name': 'fdrm', |
| 213 'type': 'static_library', | 213 'type': 'static_library', |
| 214 'sources': [ | 214 'sources': [ |
| 215 'core/include/fdrm/fx_crypt.h', | 215 'core/include/fdrm/fx_crypt.h', |
| 216 'core/src/fdrm/crypto/fx_crypt.cpp', | 216 'core/fdrm/crypto/fx_crypt.cpp', |
| 217 'core/src/fdrm/crypto/fx_crypt_aes.cpp', | 217 'core/fdrm/crypto/fx_crypt_aes.cpp', |
| 218 'core/src/fdrm/crypto/fx_crypt_sha.cpp', | 218 'core/fdrm/crypto/fx_crypt_sha.cpp', |
| 219 ], | 219 ], |
| 220 }, | 220 }, |
| 221 { | 221 { |
| 222 'target_name': 'fpdfdoc', | 222 'target_name': 'fpdfdoc', |
| 223 'type': 'static_library', | 223 'type': 'static_library', |
| 224 'sources': [ | 224 'sources': [ |
| 225 'core/include/fpdfdoc/fpdf_ap.h', | 225 'core/include/fpdfdoc/fpdf_ap.h', |
| 226 'core/include/fpdfdoc/fpdf_doc.h', | 226 'core/include/fpdfdoc/fpdf_doc.h', |
| 227 'core/include/fpdfdoc/fpdf_tagged.h', | 227 'core/include/fpdfdoc/fpdf_tagged.h', |
| 228 'core/include/fpdfdoc/fpdf_vt.h', | 228 'core/include/fpdfdoc/fpdf_vt.h', |
| 229 'core/src/fpdfdoc/doc_action.cpp', | 229 'core/fpdfdoc/doc_action.cpp', |
| 230 'core/src/fpdfdoc/doc_annot.cpp', | 230 'core/fpdfdoc/doc_annot.cpp', |
| 231 'core/src/fpdfdoc/doc_ap.cpp', | 231 'core/fpdfdoc/doc_ap.cpp', |
| 232 'core/src/fpdfdoc/doc_basic.cpp', | 232 'core/fpdfdoc/doc_basic.cpp', |
| 233 'core/src/fpdfdoc/doc_bookmark.cpp', | 233 'core/fpdfdoc/doc_bookmark.cpp', |
| 234 'core/src/fpdfdoc/doc_form.cpp', | 234 'core/fpdfdoc/doc_form.cpp', |
| 235 'core/src/fpdfdoc/doc_formcontrol.cpp', | 235 'core/fpdfdoc/doc_formcontrol.cpp', |
| 236 'core/src/fpdfdoc/doc_formfield.cpp', | 236 'core/fpdfdoc/doc_formfield.cpp', |
| 237 'core/src/fpdfdoc/doc_link.cpp', | 237 'core/fpdfdoc/doc_link.cpp', |
| 238 'core/src/fpdfdoc/doc_metadata.cpp', | 238 'core/fpdfdoc/doc_metadata.cpp', |
| 239 'core/src/fpdfdoc/doc_ocg.cpp', | 239 'core/fpdfdoc/doc_ocg.cpp', |
| 240 'core/src/fpdfdoc/doc_tagged.cpp', | 240 'core/fpdfdoc/doc_tagged.cpp', |
| 241 'core/src/fpdfdoc/doc_utils.cpp', | 241 'core/fpdfdoc/doc_utils.cpp', |
| 242 'core/src/fpdfdoc/doc_utils.h', | 242 'core/fpdfdoc/doc_utils.h', |
| 243 'core/src/fpdfdoc/doc_viewerPreferences.cpp', | 243 'core/fpdfdoc/doc_viewerPreferences.cpp', |
| 244 'core/src/fpdfdoc/doc_vt.cpp', | 244 'core/fpdfdoc/doc_vt.cpp', |
| 245 'core/src/fpdfdoc/doc_vtmodule.cpp', | 245 'core/fpdfdoc/doc_vtmodule.cpp', |
| 246 'core/src/fpdfdoc/pdf_vt.h', | 246 'core/fpdfdoc/pdf_vt.h', |
| 247 'core/src/fpdfdoc/tagged_int.h', | 247 'core/fpdfdoc/tagged_int.h', |
| 248 ], | 248 ], |
| 249 }, | 249 }, |
| 250 { | 250 { |
| 251 'target_name': 'fpdfapi', | 251 'target_name': 'fpdfapi', |
| 252 'type': 'static_library', | 252 'type': 'static_library', |
| 253 'sources': [ | 253 'sources': [ |
| 254 'core/include/fpdfapi/cfdf_document.h', | 254 'core/include/fpdfapi/cfdf_document.h', |
| 255 'core/include/fpdfapi/cpdf_array.h', | 255 'core/include/fpdfapi/cpdf_array.h', |
| 256 'core/include/fpdfapi/cpdf_boolean.h', | 256 'core/include/fpdfapi/cpdf_boolean.h', |
| 257 'core/include/fpdfapi/cpdf_dictionary.h', | 257 'core/include/fpdfapi/cpdf_dictionary.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 269 'core/include/fpdfapi/fpdf_module.h', | 269 'core/include/fpdfapi/fpdf_module.h', |
| 270 'core/include/fpdfapi/fpdf_page.h', | 270 'core/include/fpdfapi/fpdf_page.h', |
| 271 'core/include/fpdfapi/fpdf_pageobj.h', | 271 'core/include/fpdfapi/fpdf_pageobj.h', |
| 272 'core/include/fpdfapi/fpdf_parser_decode.h', | 272 'core/include/fpdfapi/fpdf_parser_decode.h', |
| 273 'core/include/fpdfapi/fpdf_render.h', | 273 'core/include/fpdfapi/fpdf_render.h', |
| 274 'core/include/fpdfapi/fpdf_resource.h', | 274 'core/include/fpdfapi/fpdf_resource.h', |
| 275 'core/include/fpdfapi/fpdf_serial.h', | 275 'core/include/fpdfapi/fpdf_serial.h', |
| 276 'core/include/fpdfapi/ipdf_crypto_handler.h', | 276 'core/include/fpdfapi/ipdf_crypto_handler.h', |
| 277 'core/include/fpdfapi/ipdf_data_avail.h', | 277 'core/include/fpdfapi/ipdf_data_avail.h', |
| 278 'core/include/fpdfapi/ipdf_security_handler.h', | 278 'core/include/fpdfapi/ipdf_security_handler.h', |
| 279 'core/src/fpdfapi/fpdf_basic_module.cpp', | 279 'core/fpdfapi/fpdf_basic_module.cpp', |
| 280 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h', | 280 'core/fpdfapi/fpdf_cmaps/cmap_int.h', |
| 281 'core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', | 281 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', |
| 282 'core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', | 282 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', |
| 283 'core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp', | 283 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp', |
| 284 'core/src/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp', | 284 'core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp', |
| 285 'core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp', | 285 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp', |
| 286 'core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp', | 286 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp', |
| 287 'core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp', | 287 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp', |
| 288 'core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp', | 288 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp', |
| 289 'core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp', | 289 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp', |
| 290 'core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp', | 290 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp', |
| 291 'core/src/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp', | 291 'core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp', |
| 292 'core/src/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-V_5.cpp', | 292 'core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-V_5.cpp', |
| 293 'core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp', | 293 'core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp', |
| 294 'core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp', | 294 'core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-V_3.cpp', |
| 295 'core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp', | 295 'core/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UTF16-H_0.cpp', |
| 296 'core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp', | 296 'core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp', |
| 297 'core/src/fpdfapi/fpdf_cmaps/GB1/Adobe-GB1-UCS2_5.cpp', | 297 'core/fpdfapi/fpdf_cmaps/GB1/Adobe-GB1-UCS2_5.cpp', |
| 298 'core/src/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp', | 298 'core/fpdfapi/fpdf_cmaps/GB1/cmaps_gb1.cpp', |
| 299 'core/src/fpdfapi/fpdf_cmaps/GB1/GB-EUC-H_0.cpp', | 299 'core/fpdfapi/fpdf_cmaps/GB1/GB-EUC-H_0.cpp', |
| 300 'core/src/fpdfapi/fpdf_cmaps/GB1/GB-EUC-V_0.cpp', | 300 'core/fpdfapi/fpdf_cmaps/GB1/GB-EUC-V_0.cpp', |
| 301 'core/src/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-H_2.cpp', | 301 'core/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-H_2.cpp', |
| 302 'core/src/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-V_2.cpp', | 302 'core/fpdfapi/fpdf_cmaps/GB1/GBK-EUC-V_2.cpp', |
| 303 'core/src/fpdfapi/fpdf_cmaps/GB1/GBK2K-H_5.cpp', | 303 'core/fpdfapi/fpdf_cmaps/GB1/GBK2K-H_5.cpp', |
| 304 'core/src/fpdfapi/fpdf_cmaps/GB1/GBK2K-V_5.cpp', | 304 'core/fpdfapi/fpdf_cmaps/GB1/GBK2K-V_5.cpp', |
| 305 'core/src/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-H_2.cpp', | 305 'core/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-H_2.cpp', |
| 306 'core/src/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-V_2.cpp', | 306 'core/fpdfapi/fpdf_cmaps/GB1/GBKp-EUC-V_2.cpp', |
| 307 'core/src/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-H_0.cpp', | 307 'core/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-H_0.cpp', |
| 308 'core/src/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-V_0.cpp', | 308 'core/fpdfapi/fpdf_cmaps/GB1/GBpc-EUC-V_0.cpp', |
| 309 'core/src/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-H_4.cpp', | 309 'core/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-H_4.cpp', |
| 310 'core/src/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-V_4.cpp', | 310 'core/fpdfapi/fpdf_cmaps/GB1/UniGB-UCS2-V_4.cpp', |
| 311 'core/src/fpdfapi/fpdf_cmaps/Japan1/83pv-RKSJ-H_1.cpp', | 311 'core/fpdfapi/fpdf_cmaps/Japan1/83pv-RKSJ-H_1.cpp', |
| 312 'core/src/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-H_2.cpp', | 312 'core/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-H_2.cpp', |
| 313 'core/src/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-V_2.cpp', | 313 'core/fpdfapi/fpdf_cmaps/Japan1/90ms-RKSJ-V_2.cpp', |
| 314 'core/src/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-H_2.cpp', | 314 'core/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-H_2.cpp', |
| 315 'core/src/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-V_2.cpp', | 315 'core/fpdfapi/fpdf_cmaps/Japan1/90msp-RKSJ-V_2.cpp', |
| 316 'core/src/fpdfapi/fpdf_cmaps/Japan1/90pv-RKSJ-H_1.cpp', | 316 'core/fpdfapi/fpdf_cmaps/Japan1/90pv-RKSJ-H_1.cpp', |
| 317 'core/src/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-H_1.cpp', | 317 'core/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-H_1.cpp', |
| 318 'core/src/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-V_1.cpp', | 318 'core/fpdfapi/fpdf_cmaps/Japan1/Add-RKSJ-V_1.cpp', |
| 319 'core/src/fpdfapi/fpdf_cmaps/Japan1/Adobe-Japan1-UCS2_4.cpp', | 319 'core/fpdfapi/fpdf_cmaps/Japan1/Adobe-Japan1-UCS2_4.cpp', |
| 320 'core/src/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp', | 320 'core/fpdfapi/fpdf_cmaps/Japan1/cmaps_japan1.cpp', |
| 321 'core/src/fpdfapi/fpdf_cmaps/Japan1/EUC-H_1.cpp', | 321 'core/fpdfapi/fpdf_cmaps/Japan1/EUC-H_1.cpp', |
| 322 'core/src/fpdfapi/fpdf_cmaps/Japan1/EUC-V_1.cpp', | 322 'core/fpdfapi/fpdf_cmaps/Japan1/EUC-V_1.cpp', |
| 323 'core/src/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-H_2.cpp', | 323 'core/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-H_2.cpp', |
| 324 'core/src/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-V_2.cpp', | 324 'core/fpdfapi/fpdf_cmaps/Japan1/Ext-RKSJ-V_2.cpp', |
| 325 'core/src/fpdfapi/fpdf_cmaps/Japan1/H_1.cpp', | 325 'core/fpdfapi/fpdf_cmaps/Japan1/H_1.cpp', |
| 326 'core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp', | 326 'core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp', |
| 327 'core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp', | 327 'core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp', |
| 328 'core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp', | 328 'core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-H_4.cpp', |
| 329 'core/src/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-V_4.cpp', | 329 'core/fpdfapi/fpdf_cmaps/Japan1/UniJIS-UCS2-V_4.cpp', |
| 330 'core/src/fpdfapi/fpdf_cmaps/Japan1/V_1.cpp', | 330 'core/fpdfapi/fpdf_cmaps/Japan1/V_1.cpp', |
| 331 'core/src/fpdfapi/fpdf_cmaps/Korea1/Adobe-Korea1-UCS2_2.cpp', | 331 'core/fpdfapi/fpdf_cmaps/Korea1/Adobe-Korea1-UCS2_2.cpp', |
| 332 'core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp', | 332 'core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp', |
| 333 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-H_0.cpp', | 333 'core/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-H_0.cpp', |
| 334 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-V_0.cpp', | 334 'core/fpdfapi/fpdf_cmaps/Korea1/KSC-EUC-V_0.cpp', |
| 335 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-H_1.cpp', | 335 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-H_1.cpp', |
| 336 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp', | 336 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp', |
| 337 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-H_1.cpp', | 337 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-H_1.cpp', |
| 338 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp', | 338 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp', |
| 339 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp', | 339 'core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp', |
| 340 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp', | 340 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp', |
| 341 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp', | 341 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp', |
| 342 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp', | 342 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp', |
| 343 'core/src/fpdfapi/fpdf_edit/editint.h', | 343 'core/fpdfapi/fpdf_edit/editint.h', |
| 344 'core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp', | 344 'core/fpdfapi/fpdf_edit/fpdf_edit_content.cpp', |
| 345 'core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp', | 345 'core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp', |
| 346 'core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp', | 346 'core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp', |
| 347 'core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp', | 347 'core/fpdfapi/fpdf_edit/fpdf_edit_image.cpp', |
| 348 'core/src/fpdfapi/fpdf_font/font_int.h', | 348 'core/fpdfapi/fpdf_font/font_int.h', |
| 349 'core/src/fpdfapi/fpdf_font/fpdf_font.cpp', | 349 'core/fpdfapi/fpdf_font/fpdf_font.cpp', |
| 350 'core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp', | 350 'core/fpdfapi/fpdf_font/fpdf_font_charset.cpp', |
| 351 'core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp', | 351 'core/fpdfapi/fpdf_font/fpdf_font_cid.cpp', |
| 352 'core/src/fpdfapi/fpdf_font/ttgsubtable.cpp', | 352 'core/fpdfapi/fpdf_font/ttgsubtable.cpp', |
| 353 'core/src/fpdfapi/fpdf_font/ttgsubtable.h', | 353 'core/fpdfapi/fpdf_font/ttgsubtable.h', |
| 354 'core/src/fpdfapi/fpdf_page/fpdf_page.cpp', | 354 'core/fpdfapi/fpdf_page/fpdf_page.cpp', |
| 355 'core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp', | 355 'core/fpdfapi/fpdf_page/fpdf_page_colors.cpp', |
| 356 'core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp', | 356 'core/fpdfapi/fpdf_page/fpdf_page_doc.cpp', |
| 357 'core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp', | 357 'core/fpdfapi/fpdf_page/fpdf_page_func.cpp', |
| 358 'core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp', | 358 'core/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp', |
| 359 'core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp', | 359 'core/fpdfapi/fpdf_page/fpdf_page_image.cpp', |
| 360 'core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp', | 360 'core/fpdfapi/fpdf_page/fpdf_page_parser.cpp', |
| 361 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp', | 361 'core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp', |
| 362 'core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp', | 362 'core/fpdfapi/fpdf_page/fpdf_page_path.cpp', |
| 363 'core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp', | 363 'core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp', |
| 364 'core/src/fpdfapi/fpdf_page/pageint.h', | 364 'core/fpdfapi/fpdf_page/pageint.h', |
| 365 'core/src/fpdfapi/fpdf_parser/cfdf_document.cpp', | 365 'core/fpdfapi/fpdf_parser/cfdf_document.cpp', |
| 366 'core/src/fpdfapi/fpdf_parser/cpdf_array.cpp', | 366 'core/fpdfapi/fpdf_parser/cpdf_array.cpp', |
| 367 'core/src/fpdfapi/fpdf_parser/cpdf_boolean.cpp', | 367 'core/fpdfapi/fpdf_parser/cpdf_boolean.cpp', |
| 368 'core/src/fpdfapi/fpdf_parser/cpdf_data_avail.cpp', | 368 'core/fpdfapi/fpdf_parser/cpdf_data_avail.cpp', |
| 369 'core/src/fpdfapi/fpdf_parser/cpdf_data_avail.h', | 369 'core/fpdfapi/fpdf_parser/cpdf_data_avail.h', |
| 370 'core/src/fpdfapi/fpdf_parser/cpdf_dictionary.cpp', | 370 'core/fpdfapi/fpdf_parser/cpdf_dictionary.cpp', |
| 371 'core/src/fpdfapi/fpdf_parser/cpdf_document.cpp', | 371 'core/fpdfapi/fpdf_parser/cpdf_document.cpp', |
| 372 'core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp', | 372 'core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp', |
| 373 'core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.h', | 373 'core/fpdfapi/fpdf_parser/cpdf_hint_tables.h', |
| 374 'core/src/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp', | 374 'core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.cpp', |
| 375 'core/src/fpdfapi/fpdf_parser/cpdf_name.cpp', | 375 'core/fpdfapi/fpdf_parser/cpdf_name.cpp', |
| 376 'core/src/fpdfapi/fpdf_parser/cpdf_null.cpp', | 376 'core/fpdfapi/fpdf_parser/cpdf_null.cpp', |
| 377 'core/src/fpdfapi/fpdf_parser/cpdf_number.cpp', | 377 'core/fpdfapi/fpdf_parser/cpdf_number.cpp', |
| 378 'core/src/fpdfapi/fpdf_parser/cpdf_object.cpp', | 378 'core/fpdfapi/fpdf_parser/cpdf_object.cpp', |
| 379 'core/src/fpdfapi/fpdf_parser/cpdf_parser.cpp', | 379 'core/fpdfapi/fpdf_parser/cpdf_parser.cpp', |
| 380 'core/src/fpdfapi/fpdf_parser/cpdf_reference.cpp', | 380 'core/fpdfapi/fpdf_parser/cpdf_reference.cpp', |
| 381 'core/src/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp', | 381 'core/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp', |
| 382 'core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp', | 382 'core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp', |
| 383 'core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h', | 383 'core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h', |
| 384 'core/src/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp', | 384 'core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp', |
| 385 'core/src/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h', | 385 'core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h', |
| 386 'core/src/fpdfapi/fpdf_parser/cpdf_stream.cpp', | 386 'core/fpdfapi/fpdf_parser/cpdf_stream.cpp', |
| 387 'core/src/fpdfapi/fpdf_parser/cpdf_string.cpp', | 387 'core/fpdfapi/fpdf_parser/cpdf_string.cpp', |
| 388 'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp', | 388 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp', |
| 389 'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h', | 389 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h', |
| 390 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp', | 390 'core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp', |
| 391 'core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp', | 391 'core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp', |
| 392 'core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.h', | 392 'core/fpdfapi/fpdf_parser/fpdf_parser_utility.h', |
| 393 'core/src/fpdfapi/fpdf_render/fpdf_render.cpp', | 393 'core/fpdfapi/fpdf_render/fpdf_render.cpp', |
| 394 'core/src/fpdfapi/fpdf_render/fpdf_render_cache.cpp', | 394 'core/fpdfapi/fpdf_render/fpdf_render_cache.cpp', |
| 395 'core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp', | 395 'core/fpdfapi/fpdf_render/fpdf_render_image.cpp', |
| 396 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', | 396 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', |
| 397 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', | 397 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', |
| 398 'core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp', | 398 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp', |
| 399 'core/src/fpdfapi/fpdf_render/render_int.h', | 399 'core/fpdfapi/fpdf_render/render_int.h', |
| 400 ], | 400 ], |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 'target_name': 'fpdftext', | 403 'target_name': 'fpdftext', |
| 404 'type': 'static_library', | 404 'type': 'static_library', |
| 405 'sources': [ | 405 'sources': [ |
| 406 'core/include/fpdftext/fpdf_text.h', | 406 'core/include/fpdftext/fpdf_text.h', |
| 407 'core/src/fpdftext/fpdf_text_int.cpp', | 407 'core/fpdftext/fpdf_text_int.cpp', |
| 408 'core/src/fpdftext/text_int.h', | 408 'core/fpdftext/text_int.h', |
| 409 'core/src/fpdftext/unicodenormalization.cpp', | 409 'core/fpdftext/unicodenormalization.cpp', |
| 410 'core/src/fpdftext/unicodenormalizationdata.cpp', | 410 'core/fpdftext/unicodenormalizationdata.cpp', |
| 411 'core/src/fpdftext/unicodenormalizationdata.h', | 411 'core/fpdftext/unicodenormalizationdata.h', |
| 412 ], | 412 ], |
| 413 }, | 413 }, |
| 414 { | 414 { |
| 415 'target_name': 'fxcodec', | 415 'target_name': 'fxcodec', |
| 416 'type': 'static_library', | 416 'type': 'static_library', |
| 417 'dependencies': [ | 417 'dependencies': [ |
| 418 '<(libjpeg_gyp_path):libjpeg', | 418 '<(libjpeg_gyp_path):libjpeg', |
| 419 'third_party/third_party.gyp:fx_lcms2', | 419 'third_party/third_party.gyp:fx_lcms2', |
| 420 'third_party/third_party.gyp:fx_libopenjpeg', | 420 'third_party/third_party.gyp:fx_libopenjpeg', |
| 421 'third_party/third_party.gyp:fx_zlib', | 421 'third_party/third_party.gyp:fx_zlib', |
| 422 ], | 422 ], |
| 423 'sources': [ | 423 'sources': [ |
| 424 'core/include/fxcodec/fx_codec.h', | 424 'core/include/fxcodec/fx_codec.h', |
| 425 'core/include/fxcodec/fx_codec_def.h', | 425 'core/include/fxcodec/fx_codec_def.h', |
| 426 'core/include/fxcodec/fx_codec_flate.h', | 426 'core/include/fxcodec/fx_codec_flate.h', |
| 427 'core/src/fxcodec/codec/codec_int.h', | 427 'core/fxcodec/codec/codec_int.h', |
| 428 'core/src/fxcodec/codec/fx_codec.cpp', | 428 'core/fxcodec/codec/fx_codec.cpp', |
| 429 'core/src/fxcodec/codec/fx_codec_fax.cpp', | 429 'core/fxcodec/codec/fx_codec_fax.cpp', |
| 430 'core/src/fxcodec/codec/fx_codec_flate.cpp', | 430 'core/fxcodec/codec/fx_codec_flate.cpp', |
| 431 'core/src/fxcodec/codec/fx_codec_icc.cpp', | 431 'core/fxcodec/codec/fx_codec_icc.cpp', |
| 432 'core/src/fxcodec/codec/fx_codec_jbig.cpp', | 432 'core/fxcodec/codec/fx_codec_jbig.cpp', |
| 433 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', | 433 'core/fxcodec/codec/fx_codec_jpeg.cpp', |
| 434 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', | 434 'core/fxcodec/codec/fx_codec_jpx_opj.cpp', |
| 435 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', | 435 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp', |
| 436 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', | 436 'core/fxcodec/jbig2/JBig2_ArithDecoder.h', |
| 437 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', | 437 'core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', |
| 438 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', | 438 'core/fxcodec/jbig2/JBig2_ArithIntDecoder.h', |
| 439 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', | 439 'core/fxcodec/jbig2/JBig2_BitStream.cpp', |
| 440 'core/src/fxcodec/jbig2/JBig2_BitStream.h', | 440 'core/fxcodec/jbig2/JBig2_BitStream.h', |
| 441 'core/src/fxcodec/jbig2/JBig2_Context.cpp', | 441 'core/fxcodec/jbig2/JBig2_Context.cpp', |
| 442 'core/src/fxcodec/jbig2/JBig2_Context.h', | 442 'core/fxcodec/jbig2/JBig2_Context.h', |
| 443 'core/src/fxcodec/jbig2/JBig2_Define.h', | 443 'core/fxcodec/jbig2/JBig2_Define.h', |
| 444 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', | 444 'core/fxcodec/jbig2/JBig2_GrdProc.cpp', |
| 445 'core/src/fxcodec/jbig2/JBig2_GrdProc.h', | 445 'core/fxcodec/jbig2/JBig2_GrdProc.h', |
| 446 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp', | 446 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp', |
| 447 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h', | 447 'core/fxcodec/jbig2/JBig2_GrrdProc.h', |
| 448 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp', | 448 'core/fxcodec/jbig2/JBig2_GsidProc.cpp', |
| 449 'core/src/fxcodec/jbig2/JBig2_GsidProc.h', | 449 'core/fxcodec/jbig2/JBig2_GsidProc.h', |
| 450 'core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp', | 450 'core/fxcodec/jbig2/JBig2_HtrdProc.cpp', |
| 451 'core/src/fxcodec/jbig2/JBig2_HtrdProc.h', | 451 'core/fxcodec/jbig2/JBig2_HtrdProc.h', |
| 452 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', | 452 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', |
| 453 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', | 453 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.h', |
| 454 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', | 454 'core/fxcodec/jbig2/JBig2_HuffmanTable.cpp', |
| 455 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h', | 455 'core/fxcodec/jbig2/JBig2_HuffmanTable.h', |
| 456 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', | 456 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', |
| 457 'core/src/fxcodec/jbig2/JBig2_Image.cpp', | 457 'core/fxcodec/jbig2/JBig2_Image.cpp', |
| 458 'core/src/fxcodec/jbig2/JBig2_Image.h', | 458 'core/fxcodec/jbig2/JBig2_Image.h', |
| 459 'core/src/fxcodec/jbig2/JBig2_List.h', | 459 'core/fxcodec/jbig2/JBig2_List.h', |
| 460 'core/src/fxcodec/jbig2/JBig2_Page.h', | 460 'core/fxcodec/jbig2/JBig2_Page.h', |
| 461 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', | 461 'core/fxcodec/jbig2/JBig2_PatternDict.cpp', |
| 462 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', | 462 'core/fxcodec/jbig2/JBig2_PatternDict.h', |
| 463 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp', | 463 'core/fxcodec/jbig2/JBig2_PddProc.cpp', |
| 464 'core/src/fxcodec/jbig2/JBig2_PddProc.h', | 464 'core/fxcodec/jbig2/JBig2_PddProc.h', |
| 465 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp', | 465 'core/fxcodec/jbig2/JBig2_SddProc.cpp', |
| 466 'core/src/fxcodec/jbig2/JBig2_SddProc.h', | 466 'core/fxcodec/jbig2/JBig2_SddProc.h', |
| 467 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', | 467 'core/fxcodec/jbig2/JBig2_Segment.cpp', |
| 468 'core/src/fxcodec/jbig2/JBig2_Segment.h', | 468 'core/fxcodec/jbig2/JBig2_Segment.h', |
| 469 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', | 469 'core/fxcodec/jbig2/JBig2_SymbolDict.cpp', |
| 470 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', | 470 'core/fxcodec/jbig2/JBig2_SymbolDict.h', |
| 471 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp', | 471 'core/fxcodec/jbig2/JBig2_TrdProc.cpp', |
| 472 'core/src/fxcodec/jbig2/JBig2_TrdProc.h', | 472 'core/fxcodec/jbig2/JBig2_TrdProc.h', |
| 473 ], | 473 ], |
| 474 'msvs_settings': { | 474 'msvs_settings': { |
| 475 'VCCLCompilerTool': { | 475 'VCCLCompilerTool': { |
| 476 # Unresolved warnings in fx_codec_jpx_opj.cpp | 476 # Unresolved warnings in fx_codec_jpx_opj.cpp |
| 477 # https://code.google.com/p/pdfium/issues/detail?id=100 | 477 # https://code.google.com/p/pdfium/issues/detail?id=100 |
| 478 'WarnAsError': 'false', | 478 'WarnAsError': 'false', |
| 479 }, | 479 }, |
| 480 }, | 480 }, |
| 481 'conditions': [ | 481 'conditions': [ |
| 482 ['pdf_enable_xfa==1', { | 482 ['pdf_enable_xfa==1', { |
| 483 'dependencies': [ | 483 'dependencies': [ |
| 484 'third_party/third_party.gyp:fx_lpng', | 484 'third_party/third_party.gyp:fx_lpng', |
| 485 'third_party/third_party.gyp:fx_tiff', | 485 'third_party/third_party.gyp:fx_tiff', |
| 486 ], | 486 ], |
| 487 'sources': [ | 487 'sources': [ |
| 488 'core/src/fxcodec/codec/fx_codec_bmp.cpp', | 488 'core/fxcodec/codec/fx_codec_bmp.cpp', |
| 489 'core/src/fxcodec/codec/fx_codec_gif.cpp', | 489 'core/fxcodec/codec/fx_codec_gif.cpp', |
| 490 'core/src/fxcodec/codec/fx_codec_png.cpp', | 490 'core/fxcodec/codec/fx_codec_png.cpp', |
| 491 'core/src/fxcodec/codec/fx_codec_progress.cpp', | 491 'core/fxcodec/codec/fx_codec_progress.cpp', |
| 492 'core/src/fxcodec/codec/fx_codec_progress.h', | 492 'core/fxcodec/codec/fx_codec_progress.h', |
| 493 'core/src/fxcodec/codec/fx_codec_tiff.cpp', | 493 'core/fxcodec/codec/fx_codec_tiff.cpp', |
| 494 'core/src/fxcodec/lbmp/fx_bmp.cpp', | 494 'core/fxcodec/lbmp/fx_bmp.cpp', |
| 495 'core/src/fxcodec/lbmp/fx_bmp.h', | 495 'core/fxcodec/lbmp/fx_bmp.h', |
| 496 'core/src/fxcodec/lgif/fx_gif.cpp', | 496 'core/fxcodec/lgif/fx_gif.cpp', |
| 497 'core/src/fxcodec/lgif/fx_gif.h', | 497 'core/fxcodec/lgif/fx_gif.h', |
| 498 ], | 498 ], |
| 499 }], | 499 }], |
| 500 ['os_posix==1', { | 500 ['os_posix==1', { |
| 501 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int | 501 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int |
| 502 # conversion to check that an address is 16-bit aligned (benign). | 502 # conversion to check that an address is 16-bit aligned (benign). |
| 503 'cflags_c': [ '-Wno-pointer-to-int-cast' ], | 503 'cflags_c': [ '-Wno-pointer-to-int-cast' ], |
| 504 }], | 504 }], |
| 505 ], | 505 ], |
| 506 }, | 506 }, |
| 507 { | 507 { |
| 508 'target_name': 'fxcrt', | 508 'target_name': 'fxcrt', |
| 509 'type': 'static_library', | 509 'type': 'static_library', |
| 510 'sources': [ | 510 'sources': [ |
| 511 'core/include/fxcrt/fx_basic.h', | 511 'core/include/fxcrt/fx_basic.h', |
| 512 'core/include/fxcrt/fx_bidi.h', | 512 'core/include/fxcrt/fx_bidi.h', |
| 513 'core/include/fxcrt/fx_coordinates.h', | 513 'core/include/fxcrt/fx_coordinates.h', |
| 514 'core/include/fxcrt/fx_ext.h', | 514 'core/include/fxcrt/fx_ext.h', |
| 515 'core/include/fxcrt/fx_memory.h', | 515 'core/include/fxcrt/fx_memory.h', |
| 516 'core/include/fxcrt/fx_safe_types.h', | 516 'core/include/fxcrt/fx_safe_types.h', |
| 517 'core/include/fxcrt/fx_stream.h', | 517 'core/include/fxcrt/fx_stream.h', |
| 518 'core/include/fxcrt/fx_string.h', | 518 'core/include/fxcrt/fx_string.h', |
| 519 'core/include/fxcrt/fx_system.h', | 519 'core/include/fxcrt/fx_system.h', |
| 520 'core/include/fxcrt/fx_ucd.h', | 520 'core/include/fxcrt/fx_ucd.h', |
| 521 'core/include/fxcrt/fx_xml.h', | 521 'core/include/fxcrt/fx_xml.h', |
| 522 'core/src/fxcrt/extension.h', | 522 'core/fxcrt/extension.h', |
| 523 'core/src/fxcrt/fxcrt_platforms.cpp', | 523 'core/fxcrt/fxcrt_platforms.cpp', |
| 524 'core/src/fxcrt/fxcrt_platforms.h', | 524 'core/fxcrt/fxcrt_platforms.h', |
| 525 'core/src/fxcrt/fxcrt_posix.cpp', | 525 'core/fxcrt/fxcrt_posix.cpp', |
| 526 'core/src/fxcrt/fxcrt_posix.h', | 526 'core/fxcrt/fxcrt_posix.h', |
| 527 'core/src/fxcrt/fxcrt_stream.cpp', | 527 'core/fxcrt/fxcrt_stream.cpp', |
| 528 'core/src/fxcrt/fxcrt_windows.cpp', | 528 'core/fxcrt/fxcrt_windows.cpp', |
| 529 'core/src/fxcrt/fxcrt_windows.h', | 529 'core/fxcrt/fxcrt_windows.h', |
| 530 'core/src/fxcrt/fx_basic_array.cpp', | 530 'core/fxcrt/fx_basic_array.cpp', |
| 531 'core/src/fxcrt/fx_basic_bstring.cpp', | 531 'core/fxcrt/fx_basic_bstring.cpp', |
| 532 'core/src/fxcrt/fx_basic_buffer.cpp', | 532 'core/fxcrt/fx_basic_buffer.cpp', |
| 533 'core/src/fxcrt/fx_basic_coords.cpp', | 533 'core/fxcrt/fx_basic_coords.cpp', |
| 534 'core/src/fxcrt/fx_basic_gcc.cpp', | 534 'core/fxcrt/fx_basic_gcc.cpp', |
| 535 'core/src/fxcrt/fx_basic_list.cpp', | 535 'core/fxcrt/fx_basic_list.cpp', |
| 536 'core/src/fxcrt/fx_basic_memmgr.cpp', | 536 'core/fxcrt/fx_basic_memmgr.cpp', |
| 537 'core/src/fxcrt/fx_basic_plex.cpp', | 537 'core/fxcrt/fx_basic_plex.cpp', |
| 538 'core/src/fxcrt/fx_basic_utf.cpp', | 538 'core/fxcrt/fx_basic_utf.cpp', |
| 539 'core/src/fxcrt/fx_basic_util.cpp', | 539 'core/fxcrt/fx_basic_util.cpp', |
| 540 'core/src/fxcrt/fx_basic_wstring.cpp', | 540 'core/fxcrt/fx_basic_wstring.cpp', |
| 541 'core/src/fxcrt/fx_bidi.cpp', | 541 'core/fxcrt/fx_bidi.cpp', |
| 542 'core/src/fxcrt/fx_extension.cpp', | 542 'core/fxcrt/fx_extension.cpp', |
| 543 'core/src/fxcrt/fx_ucddata.cpp', | 543 'core/fxcrt/fx_ucddata.cpp', |
| 544 'core/src/fxcrt/fx_unicode.cpp', | 544 'core/fxcrt/fx_unicode.cpp', |
| 545 'core/src/fxcrt/fx_xml_composer.cpp', | 545 'core/fxcrt/fx_xml_composer.cpp', |
| 546 'core/src/fxcrt/fx_xml_parser.cpp', | 546 'core/fxcrt/fx_xml_parser.cpp', |
| 547 'core/src/fxcrt/plex.h', | 547 'core/fxcrt/plex.h', |
| 548 'core/src/fxcrt/xml_int.h', | 548 'core/fxcrt/xml_int.h', |
| 549 ], | 549 ], |
| 550 'conditions': [ | 550 'conditions': [ |
| 551 ['pdf_enable_xfa==1', { | 551 ['pdf_enable_xfa==1', { |
| 552 'sources': [ | 552 'sources': [ |
| 553 'core/include/fxcrt/fx_arb.h', | 553 'core/include/fxcrt/fx_arb.h', |
| 554 'core/src/fxcrt/fx_arabic.cpp', | 554 'core/fxcrt/fx_arabic.cpp', |
| 555 'core/src/fxcrt/fx_arabic.h', | 555 'core/fxcrt/fx_arabic.h', |
| 556 'core/src/fxcrt/fx_basic_maps.cpp', | 556 'core/fxcrt/fx_basic_maps.cpp', |
| 557 ], | 557 ], |
| 558 }], | 558 }], |
| 559 ], | 559 ], |
| 560 }, | 560 }, |
| 561 { | 561 { |
| 562 'target_name': 'fxge', | 562 'target_name': 'fxge', |
| 563 'type': 'static_library', | 563 'type': 'static_library', |
| 564 'dependencies': [ | 564 'dependencies': [ |
| 565 'third_party/third_party.gyp:fx_agg', | 565 'third_party/third_party.gyp:fx_agg', |
| 566 ], | 566 ], |
| 567 'sources': [ | 567 'sources': [ |
| 568 'core/include/fxge/fpf.h', | 568 'core/include/fxge/fpf.h', |
| 569 'core/include/fxge/fx_dib.h', | 569 'core/include/fxge/fx_dib.h', |
| 570 'core/include/fxge/fx_font.h', | 570 'core/include/fxge/fx_font.h', |
| 571 'core/include/fxge/fx_freetype.h', | 571 'core/include/fxge/fx_freetype.h', |
| 572 'core/include/fxge/fx_ge.h', | 572 'core/include/fxge/fx_ge.h', |
| 573 'core/include/fxge/fx_ge_apple.h', | 573 'core/include/fxge/fx_ge_apple.h', |
| 574 'core/include/fxge/fx_ge_win32.h', | 574 'core/include/fxge/fx_ge_win32.h', |
| 575 'core/src/fxge/agg/fx_agg_driver.h', | 575 'core/fxge/agg/fx_agg_driver.h', |
| 576 'core/src/fxge/agg/fx_agg_driver.cpp', | 576 'core/fxge/agg/fx_agg_driver.cpp', |
| 577 'core/src/fxge/android/fpf_skiafont.cpp', | 577 'core/fxge/android/fpf_skiafont.cpp', |
| 578 'core/src/fxge/android/fpf_skiafont.h', | 578 'core/fxge/android/fpf_skiafont.h', |
| 579 'core/src/fxge/android/fpf_skiafontmgr.cpp', | 579 'core/fxge/android/fpf_skiafontmgr.cpp', |
| 580 'core/src/fxge/android/fpf_skiafontmgr.h', | 580 'core/fxge/android/fpf_skiafontmgr.h', |
| 581 'core/src/fxge/android/fpf_skiamodule.cpp', | 581 'core/fxge/android/fpf_skiamodule.cpp', |
| 582 'core/src/fxge/android/fpf_skiamodule.h', | 582 'core/fxge/android/fpf_skiamodule.h', |
| 583 'core/src/fxge/android/fx_android_font.cpp', | 583 'core/fxge/android/fx_android_font.cpp', |
| 584 'core/src/fxge/android/fx_android_font.h', | 584 'core/fxge/android/fx_android_font.h', |
| 585 'core/src/fxge/android/fx_android_imp.cpp', | 585 'core/fxge/android/fx_android_imp.cpp', |
| 586 'core/src/fxge/apple/apple_int.h', | 586 'core/fxge/apple/apple_int.h', |
| 587 'core/src/fxge/apple/fx_apple_platform.cpp', | 587 'core/fxge/apple/fx_apple_platform.cpp', |
| 588 'core/src/fxge/apple/fx_mac_imp.cpp', | 588 'core/fxge/apple/fx_mac_imp.cpp', |
| 589 'core/src/fxge/apple/fx_quartz_device.cpp', | 589 'core/fxge/apple/fx_quartz_device.cpp', |
| 590 'core/src/fxge/dib/dib_int.h', | 590 'core/fxge/dib/dib_int.h', |
| 591 'core/src/fxge/dib/fx_dib_composite.cpp', | 591 'core/fxge/dib/fx_dib_composite.cpp', |
| 592 'core/src/fxge/dib/fx_dib_convert.cpp', | 592 'core/fxge/dib/fx_dib_convert.cpp', |
| 593 'core/src/fxge/dib/fx_dib_engine.cpp', | 593 'core/fxge/dib/fx_dib_engine.cpp', |
| 594 'core/src/fxge/dib/fx_dib_main.cpp', | 594 'core/fxge/dib/fx_dib_main.cpp', |
| 595 'core/src/fxge/dib/fx_dib_transform.cpp', | 595 'core/fxge/dib/fx_dib_transform.cpp', |
| 596 'core/src/fxge/fontdata/chromefontdata/chromefontdata.h', | 596 'core/fxge/fontdata/chromefontdata/chromefontdata.h', |
| 597 'core/src/fxge/fontdata/chromefontdata/FoxitDingbats.cpp', | 597 'core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp', |
| 598 'core/src/fxge/fontdata/chromefontdata/FoxitFixed.cpp', | 598 'core/fxge/fontdata/chromefontdata/FoxitFixed.cpp', |
| 599 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp', | 599 'core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp', |
| 600 'core/src/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.cpp', | 600 'core/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.cpp', |
| 601 'core/src/fxge/fontdata/chromefontdata/FoxitFixedItalic.cpp', | 601 'core/fxge/fontdata/chromefontdata/FoxitFixedItalic.cpp', |
| 602 'core/src/fxge/fontdata/chromefontdata/FoxitSans.cpp', | 602 'core/fxge/fontdata/chromefontdata/FoxitSans.cpp', |
| 603 'core/src/fxge/fontdata/chromefontdata/FoxitSansBold.cpp', | 603 'core/fxge/fontdata/chromefontdata/FoxitSansBold.cpp', |
| 604 'core/src/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp', | 604 'core/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp', |
| 605 'core/src/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp', | 605 'core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp', |
| 606 'core/src/fxge/fontdata/chromefontdata/FoxitSansMM.cpp', | 606 'core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp', |
| 607 'core/src/fxge/fontdata/chromefontdata/FoxitSerif.cpp', | 607 'core/fxge/fontdata/chromefontdata/FoxitSerif.cpp', |
| 608 'core/src/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp', | 608 'core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp', |
| 609 'core/src/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp', | 609 'core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp', |
| 610 'core/src/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', | 610 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', |
| 611 'core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', | 611 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', |
| 612 'core/src/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', | 612 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', |
| 613 'core/src/fxge/freetype/fx_freetype.cpp', | 613 'core/fxge/freetype/fx_freetype.cpp', |
| 614 'core/src/fxge/ge/fx_ge.cpp', | 614 'core/fxge/ge/fx_ge.cpp', |
| 615 'core/src/fxge/ge/fx_ge_device.cpp', | 615 'core/fxge/ge/fx_ge_device.cpp', |
| 616 'core/src/fxge/ge/fx_ge_font.cpp', | 616 'core/fxge/ge/fx_ge_font.cpp', |
| 617 'core/src/fxge/ge/fx_ge_fontmap.cpp', | 617 'core/fxge/ge/fx_ge_fontmap.cpp', |
| 618 'core/src/fxge/ge/fx_ge_linux.cpp', | 618 'core/fxge/ge/fx_ge_linux.cpp', |
| 619 'core/src/fxge/ge/fx_ge_path.cpp', | 619 'core/fxge/ge/fx_ge_path.cpp', |
| 620 'core/src/fxge/ge/fx_ge_ps.cpp', | 620 'core/fxge/ge/fx_ge_ps.cpp', |
| 621 'core/src/fxge/ge/fx_ge_text.cpp', | 621 'core/fxge/ge/fx_ge_text.cpp', |
| 622 'core/src/fxge/ge/fx_text_int.h', | 622 'core/fxge/ge/fx_text_int.h', |
| 623 ], | 623 ], |
| 624 'variables': { | 624 'variables': { |
| 625 'clang_warning_flags': [ | 625 'clang_warning_flags': [ |
| 626 # http://code.google.com/p/pdfium/issues/detail?id=188 | 626 # http://code.google.com/p/pdfium/issues/detail?id=188 |
| 627 '-Wno-switch', | 627 '-Wno-switch', |
| 628 ], | 628 ], |
| 629 }, | 629 }, |
| 630 'conditions': [ | 630 'conditions': [ |
| 631 ['pdf_use_skia==1', { | 631 ['pdf_use_skia==1', { |
| 632 'sources': [ | 632 'sources': [ |
| 633 'core/src/fxge/skia/fx_skia_device.cpp', | 633 'core/fxge/skia/fx_skia_device.cpp', |
| 634 ], | 634 ], |
| 635 'dependencies': [ | 635 'dependencies': [ |
| 636 '<(DEPTH)/skia/skia.gyp:skia', | 636 '<(DEPTH)/skia/skia.gyp:skia', |
| 637 ], | 637 ], |
| 638 }], | 638 }], |
| 639 ['OS=="win"', { | 639 ['OS=="win"', { |
| 640 'defines!': [ | 640 'defines!': [ |
| 641 'WIN32_LEAN_AND_MEAN' | 641 'WIN32_LEAN_AND_MEAN' |
| 642 ], | 642 ], |
| 643 'sources': [ | 643 'sources': [ |
| 644 'core/src/fxge/win32/dwrite_int.h', | 644 'core/fxge/win32/dwrite_int.h', |
| 645 'core/src/fxge/win32/fx_win32_device.cpp', | 645 'core/fxge/win32/fx_win32_device.cpp', |
| 646 'core/src/fxge/win32/fx_win32_dib.cpp', | 646 'core/fxge/win32/fx_win32_dib.cpp', |
| 647 'core/src/fxge/win32/fx_win32_dwrite.cpp', | 647 'core/fxge/win32/fx_win32_dwrite.cpp', |
| 648 'core/src/fxge/win32/fx_win32_gdipext.cpp', | 648 'core/fxge/win32/fx_win32_gdipext.cpp', |
| 649 'core/src/fxge/win32/fx_win32_print.cpp', | 649 'core/fxge/win32/fx_win32_print.cpp', |
| 650 'core/src/fxge/win32/win32_int.h', | 650 'core/fxge/win32/win32_int.h', |
| 651 ], | 651 ], |
| 652 }], | 652 }], |
| 653 ], | 653 ], |
| 654 }, | 654 }, |
| 655 { | 655 { |
| 656 'target_name': 'fxedit', | 656 'target_name': 'fxedit', |
| 657 'type': 'static_library', | 657 'type': 'static_library', |
| 658 'sources': [ | 658 'sources': [ |
| 659 'fpdfsdk/include/fxedit/fx_edit.h', | 659 'fpdfsdk/include/fxedit/fx_edit.h', |
| 660 'fpdfsdk/include/fxedit/fxet_edit.h', | 660 'fpdfsdk/include/fxedit/fxet_edit.h', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 { | 804 { |
| 805 'target_name': 'pdfium_unittests', | 805 'target_name': 'pdfium_unittests', |
| 806 'type': 'executable', | 806 'type': 'executable', |
| 807 'dependencies': [ | 807 'dependencies': [ |
| 808 '<(DEPTH)/testing/gtest.gyp:gtest_main', | 808 '<(DEPTH)/testing/gtest.gyp:gtest_main', |
| 809 '<(DEPTH)/testing/gtest.gyp:gtest', | 809 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 810 'pdfium', | 810 'pdfium', |
| 811 'test_support', | 811 'test_support', |
| 812 ], | 812 ], |
| 813 'sources': [ | 813 'sources': [ |
| 814 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', | 814 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |
| 815 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 815 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |
| 816 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', | 816 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', |
| 817 'core/src/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', | 817 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', |
| 818 'core/src/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', | 818 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', |
| 819 'core/src/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', | 819 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', |
| 820 'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', | 820 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', |
| 821 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 821 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |
| 822 'core/src/fpdfdoc/doc_basic_unittest.cpp', | 822 'core/fpdfdoc/doc_basic_unittest.cpp', |
| 823 'core/src/fpdftext/fpdf_text_int_unittest.cpp', | 823 'core/fpdftext/fpdf_text_int_unittest.cpp', |
| 824 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 824 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
| 825 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 825 'core/fxcrt/fx_basic_bstring_unittest.cpp', |
| 826 'core/src/fxcrt/fx_basic_gcc_unittest.cpp', | 826 'core/fxcrt/fx_basic_gcc_unittest.cpp', |
| 827 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 827 'core/fxcrt/fx_basic_memmgr_unittest.cpp', |
| 828 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 828 'core/fxcrt/fx_basic_wstring_unittest.cpp', |
| 829 'core/src/fxcrt/fx_bidi_unittest.cpp', | 829 'core/fxcrt/fx_bidi_unittest.cpp', |
| 830 'core/src/fxcrt/fx_extension_unittest.cpp', | 830 'core/fxcrt/fx_extension_unittest.cpp', |
| 831 'core/src/fxcrt/fx_system_unittest.cpp', | 831 'core/fxcrt/fx_system_unittest.cpp', |
| 832 'fpdfsdk/src/fpdfdoc_unittest.cpp', | 832 'fpdfsdk/src/fpdfdoc_unittest.cpp', |
| 833 'testing/fx_string_testhelpers.h', | 833 'testing/fx_string_testhelpers.h', |
| 834 'testing/fx_string_testhelpers.cpp', | 834 'testing/fx_string_testhelpers.cpp', |
| 835 ], | 835 ], |
| 836 'conditions': [ | 836 'conditions': [ |
| 837 ['pdf_enable_xfa==1', { | 837 ['pdf_enable_xfa==1', { |
| 838 'sources': [ | 838 'sources': [ |
| 839 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 839 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 840 'xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp', | 840 'xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp', |
| 841 ], | 841 ], |
| 842 }], | 842 }], |
| 843 ], | 843 ], |
| 844 }, | 844 }, |
| 845 { | 845 { |
| 846 'target_name': 'pdfium_embeddertests', | 846 'target_name': 'pdfium_embeddertests', |
| 847 'type': 'executable', | 847 'type': 'executable', |
| 848 'dependencies': [ | 848 'dependencies': [ |
| 849 '<(DEPTH)/testing/gmock.gyp:gmock', | 849 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 850 '<(DEPTH)/testing/gtest.gyp:gtest', | 850 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 851 'pdfium', | 851 'pdfium', |
| 852 'test_support', | 852 'test_support', |
| 853 ], | 853 ], |
| 854 'sources': [ | 854 'sources': [ |
| 855 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', | 855 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', |
| 856 'core/src/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp', | 856 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp', |
| 857 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 857 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
| 858 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', | 858 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', |
| 859 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', | 859 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', |
| 860 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 860 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 861 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 861 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 862 'fpdfsdk/src/fpdfedit_embeddertest.cpp', | 862 'fpdfsdk/src/fpdfedit_embeddertest.cpp', |
| 863 'fpdfsdk/src/fpdfext_embeddertest.cpp', | 863 'fpdfsdk/src/fpdfext_embeddertest.cpp', |
| 864 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 864 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 865 'fpdfsdk/src/fpdfsave_embeddertest.cpp', | 865 'fpdfsdk/src/fpdfsave_embeddertest.cpp', |
| 866 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 866 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 867 'fpdfsdk/src/fpdfview_c_api_test.c', | 867 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 868 'fpdfsdk/src/fpdfview_c_api_test.h', | 868 'fpdfsdk/src/fpdfview_c_api_test.h', |
| 869 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 869 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 947 ], | 947 ], |
| 948 }, | 948 }, |
| 949 ] | 949 ] |
| 950 }], | 950 }], |
| 951 ] | 951 ] |
| 952 } | 952 } |
| OLD | NEW |