| OLD | NEW |
| 1 # Copyright 2014 PDFium Authors. All rights reserved. | 1 # Copyright 2014 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 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in standalone builds. | 7 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in standalone builds. |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'defines': [ | 10 'defines': [ |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 ], | 322 ], |
| 323 }, | 323 }, |
| 324 ], | 324 ], |
| 325 'conditions': [ | 325 'conditions': [ |
| 326 ['pdf_enable_xfa==1', { | 326 ['pdf_enable_xfa==1', { |
| 327 'targets': [ | 327 'targets': [ |
| 328 { | 328 { |
| 329 'target_name': 'fx_tiff', | 329 'target_name': 'fx_tiff', |
| 330 'type': 'static_library', | 330 'type': 'static_library', |
| 331 'sources': [ | 331 'sources': [ |
| 332 'tiff_v403/tiffiop.h', | 332 'libtiff/tiffiop.h', |
| 333 'tiff_v403/tif_aux.c', | 333 'libtiff/tif_aux.c', |
| 334 'tiff_v403/tif_close.c', | 334 'libtiff/tif_close.c', |
| 335 'tiff_v403/tif_codec.c', | 335 'libtiff/tif_codec.c', |
| 336 'tiff_v403/tif_color.c', | 336 'libtiff/tif_color.c', |
| 337 'tiff_v403/tif_compress.c', | 337 'libtiff/tif_compress.c', |
| 338 'tiff_v403/tif_dir.c', | 338 'libtiff/tif_dir.c', |
| 339 'tiff_v403/tif_dirinfo.c', | 339 'libtiff/tif_dirinfo.c', |
| 340 'tiff_v403/tif_dirread.c', | 340 'libtiff/tif_dirread.c', |
| 341 'tiff_v403/tif_dirwrite.c', | 341 'libtiff/tif_dirwrite.c', |
| 342 'tiff_v403/tif_dumpmode.c', | 342 'libtiff/tif_dumpmode.c', |
| 343 'tiff_v403/tif_error.c', | 343 'libtiff/tif_error.c', |
| 344 'tiff_v403/tif_extension.c', | 344 'libtiff/tif_extension.c', |
| 345 'tiff_v403/tif_fax3.c', | 345 'libtiff/tif_fax3.c', |
| 346 'tiff_v403/tif_fax3sm.c', | 346 'libtiff/tif_fax3sm.c', |
| 347 'tiff_v403/tif_flush.c', | 347 'libtiff/tif_flush.c', |
| 348 'tiff_v403/tif_getimage.c', | 348 'libtiff/tif_getimage.c', |
| 349 'tiff_v403/tif_jpeg.c', | 349 'libtiff/tif_jpeg.c', |
| 350 'tiff_v403/tif_luv.c', | 350 'libtiff/tif_luv.c', |
| 351 'tiff_v403/tif_lzw.c', | 351 'libtiff/tif_lzw.c', |
| 352 'tiff_v403/tif_next.c', | 352 'libtiff/tif_next.c', |
| 353 'tiff_v403/tif_ojpeg.c', | 353 'libtiff/tif_ojpeg.c', |
| 354 'tiff_v403/tif_open.c', | 354 'libtiff/tif_open.c', |
| 355 'tiff_v403/tif_packbits.c', | 355 'libtiff/tif_packbits.c', |
| 356 'tiff_v403/tif_pixarlog.c', | 356 'libtiff/tif_pixarlog.c', |
| 357 'tiff_v403/tif_predict.c', | 357 'libtiff/tif_predict.c', |
| 358 'tiff_v403/tif_print.c', | 358 'libtiff/tif_print.c', |
| 359 'tiff_v403/tif_read.c', | 359 'libtiff/tif_read.c', |
| 360 'tiff_v403/tif_strip.c', | 360 'libtiff/tif_strip.c', |
| 361 'tiff_v403/tif_swab.c', | 361 'libtiff/tif_swab.c', |
| 362 'tiff_v403/tif_thunder.c', | 362 'libtiff/tif_thunder.c', |
| 363 'tiff_v403/tif_tile.c', | 363 'libtiff/tif_tile.c', |
| 364 'tiff_v403/tif_version.c', | 364 'libtiff/tif_version.c', |
| 365 'tiff_v403/tif_warning.c', | 365 'libtiff/tif_warning.c', |
| 366 'tiff_v403/tif_write.c', | 366 'libtiff/tif_write.c', |
| 367 'tiff_v403/tif_zip.c', | 367 'libtiff/tif_zip.c', |
| 368 ], | 368 ], |
| 369 }, | 369 }, |
| 370 ], | 370 ], |
| 371 }], | 371 }], |
| 372 ], | 372 ], |
| 373 } | 373 } |
| OLD | NEW |