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

Side by Side Diff: third_party/lpng_v163/pngpriv.h

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 unified diff | Download patch
OLDNEW
1 1
2 /* pngpriv.h - private declarations for use inside libpng 2 /* pngpriv.h - private declarations for use inside libpng
3 * 3 *
4 * For conditions of distribution and use, see copyright notice in png.h 4 * For conditions of distribution and use, see copyright notice in png.h
5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson 5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson
6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) 7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
8 * 8 *
9 * Last changed in libpng 1.6.3 [July 18, 2013] 9 * Last changed in libpng 1.6.3 [July 18, 2013]
10 * 10 *
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 /* Maintainer: Put new private prototypes here ^ */ 1997 /* Maintainer: Put new private prototypes here ^ */
1998 1998
1999 #include "pngdebug.h" 1999 #include "pngdebug.h"
2000 2000
2001 #ifdef __cplusplus 2001 #ifdef __cplusplus
2002 } 2002 }
2003 #endif 2003 #endif
2004 2004
2005 #endif /* PNG_VERSION_INFO_ONLY */ 2005 #endif /* PNG_VERSION_INFO_ONLY */
2006 #endif /* PNGPRIV_H */ 2006 #endif /* PNGPRIV_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698