Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/third_party.gyp

Issue 1563103002: XFA: Upgrade to libtiff 4.0.6. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rename to libtiff Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libtiff/uvcode.h ('k') | third_party/tiff_v403/t4.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/third_party.gyp
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
index 89a4632633b3ab85ef54aa38d1732886adaa3dc2..b57009c43e237eb6256bc3d8e51c054550ddc67c 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -329,42 +329,42 @@
'target_name': 'fx_tiff',
'type': 'static_library',
'sources': [
- 'tiff_v403/tiffiop.h',
- 'tiff_v403/tif_aux.c',
- 'tiff_v403/tif_close.c',
- 'tiff_v403/tif_codec.c',
- 'tiff_v403/tif_color.c',
- 'tiff_v403/tif_compress.c',
- 'tiff_v403/tif_dir.c',
- 'tiff_v403/tif_dirinfo.c',
- 'tiff_v403/tif_dirread.c',
- 'tiff_v403/tif_dirwrite.c',
- 'tiff_v403/tif_dumpmode.c',
- 'tiff_v403/tif_error.c',
- 'tiff_v403/tif_extension.c',
- 'tiff_v403/tif_fax3.c',
- 'tiff_v403/tif_fax3sm.c',
- 'tiff_v403/tif_flush.c',
- 'tiff_v403/tif_getimage.c',
- 'tiff_v403/tif_jpeg.c',
- 'tiff_v403/tif_luv.c',
- 'tiff_v403/tif_lzw.c',
- 'tiff_v403/tif_next.c',
- 'tiff_v403/tif_ojpeg.c',
- 'tiff_v403/tif_open.c',
- 'tiff_v403/tif_packbits.c',
- 'tiff_v403/tif_pixarlog.c',
- 'tiff_v403/tif_predict.c',
- 'tiff_v403/tif_print.c',
- 'tiff_v403/tif_read.c',
- 'tiff_v403/tif_strip.c',
- 'tiff_v403/tif_swab.c',
- 'tiff_v403/tif_thunder.c',
- 'tiff_v403/tif_tile.c',
- 'tiff_v403/tif_version.c',
- 'tiff_v403/tif_warning.c',
- 'tiff_v403/tif_write.c',
- 'tiff_v403/tif_zip.c',
+ 'libtiff/tiffiop.h',
+ 'libtiff/tif_aux.c',
+ 'libtiff/tif_close.c',
+ 'libtiff/tif_codec.c',
+ 'libtiff/tif_color.c',
+ 'libtiff/tif_compress.c',
+ 'libtiff/tif_dir.c',
+ 'libtiff/tif_dirinfo.c',
+ 'libtiff/tif_dirread.c',
+ 'libtiff/tif_dirwrite.c',
+ 'libtiff/tif_dumpmode.c',
+ 'libtiff/tif_error.c',
+ 'libtiff/tif_extension.c',
+ 'libtiff/tif_fax3.c',
+ 'libtiff/tif_fax3sm.c',
+ 'libtiff/tif_flush.c',
+ 'libtiff/tif_getimage.c',
+ 'libtiff/tif_jpeg.c',
+ 'libtiff/tif_luv.c',
+ 'libtiff/tif_lzw.c',
+ 'libtiff/tif_next.c',
+ 'libtiff/tif_ojpeg.c',
+ 'libtiff/tif_open.c',
+ 'libtiff/tif_packbits.c',
+ 'libtiff/tif_pixarlog.c',
+ 'libtiff/tif_predict.c',
+ 'libtiff/tif_print.c',
+ 'libtiff/tif_read.c',
+ 'libtiff/tif_strip.c',
+ 'libtiff/tif_swab.c',
+ 'libtiff/tif_thunder.c',
+ 'libtiff/tif_tile.c',
+ 'libtiff/tif_version.c',
+ 'libtiff/tif_warning.c',
+ 'libtiff/tif_write.c',
+ 'libtiff/tif_zip.c',
],
},
],
« no previous file with comments | « third_party/libtiff/uvcode.h ('k') | third_party/tiff_v403/t4.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698