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

Unified Diff: third_party/third_party.gyp

Issue 1599513004: XFA: Rename libpng to libpng16. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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/libpng16/pngwutil.c ('k') | no next file » | 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 f653760c49725eb7dda49bcb76ff2418e5d6fb6d..97deacf49c7c286623d13f5f3977e8e0e5e5e474 100644
--- a/third_party/third_party.gyp
+++ b/third_party/third_party.gyp
@@ -269,28 +269,28 @@
'target_name': 'fx_lpng',
'type': 'static_library',
'sources': [
- 'libpng/png.c',
- 'libpng/png.h',
- 'libpng/pngconf.h',
- 'libpng/pngdebug.h',
- 'libpng/pngerror.c',
- 'libpng/pngget.c',
- 'libpng/pnginfo.h',
- 'libpng/pnglibconf.h',
- 'libpng/pngmem.c',
- 'libpng/pngpread.c',
- 'libpng/pngpriv.h',
- 'libpng/pngread.c',
- 'libpng/pngrio.c',
- 'libpng/pngrtran.c',
- 'libpng/pngrutil.c',
- 'libpng/pngset.c',
- 'libpng/pngstruct.h',
- 'libpng/pngtrans.c',
- 'libpng/pngwio.c',
- 'libpng/pngwrite.c',
- 'libpng/pngwtran.c',
- 'libpng/pngwutil.c',
+ 'libpng16/png.c',
+ 'libpng16/png.h',
+ 'libpng16/pngconf.h',
+ 'libpng16/pngdebug.h',
+ 'libpng16/pngerror.c',
+ 'libpng16/pngget.c',
+ 'libpng16/pnginfo.h',
+ 'libpng16/pnglibconf.h',
+ 'libpng16/pngmem.c',
+ 'libpng16/pngpread.c',
+ 'libpng16/pngpriv.h',
+ 'libpng16/pngread.c',
+ 'libpng16/pngrio.c',
+ 'libpng16/pngrtran.c',
+ 'libpng16/pngrutil.c',
+ 'libpng16/pngset.c',
+ 'libpng16/pngstruct.h',
+ 'libpng16/pngtrans.c',
+ 'libpng16/pngwio.c',
+ 'libpng16/pngwrite.c',
+ 'libpng16/pngwtran.c',
+ 'libpng16/pngwutil.c',
],
},
{
« no previous file with comments | « third_party/libpng16/pngwutil.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698