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

Unified Diff: third_party/libtiff/tif_extension.c

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/tif_error.c ('k') | third_party/libtiff/tif_fax3.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_extension.c
diff --git a/third_party/tiff_v403/tif_extension.c b/third_party/libtiff/tif_extension.c
similarity index 100%
rename from third_party/tiff_v403/tif_extension.c
rename to third_party/libtiff/tif_extension.c
index 32d10cb7ade16fb8e4f378aaca74bdf58508c034..10afd4162c157271ca9d08de73795a1155a27775 100644
--- a/third_party/tiff_v403/tif_extension.c
+++ b/third_party/libtiff/tif_extension.c
@@ -30,6 +30,7 @@
* Various routines support external extension of the tag set, and other
* application extension capabilities.
*/
+
#include "tiffiop.h"
int TIFFGetTagListCount( TIFF *tif )
@@ -115,4 +116,3 @@ void TIFFSetClientInfo( TIFF *tif, void *data, const char *name )
* fill-column: 78
* End:
*/
-
« no previous file with comments | « third_party/libtiff/tif_error.c ('k') | third_party/libtiff/tif_fax3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698