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

Unified Diff: third_party/tiff_v403/tif_zip.c

Issue 1392373004: Rename lpng and tiff to third_party/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN Created 5 years, 2 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
Index: third_party/tiff_v403/tif_zip.c
diff --git a/core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c b/third_party/tiff_v403/tif_zip.c
similarity index 99%
rename from core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c
rename to third_party/tiff_v403/tif_zip.c
index 131db72b4780c517edb2de008a2f2c81efe8c85e..1a0d821ba86d37d6c459899c28e750986fe71585 100644
--- a/core/src/fxcodec/fx_tiff/tiff_v403/tif_zip.c
+++ b/third_party/tiff_v403/tif_zip.c
@@ -46,7 +46,7 @@
* last found at ftp://ftp.uu.net/pub/archiving/zip/zlib/zlib-0.99.tar.gz.
*/
#include "tif_predict.h"
-#include "../../../../../third_party/zlib_v128/zlib.h"
+#include "../zlib_v128/zlib.h"
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698