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

Side by Side Diff: third_party/third_party.gyp

Issue 1591483003: XFA: Upgrade libpng to 1.6.20. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « third_party/lpng_v163/pngwutil.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in standalone builds. 7 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in standalone builds.
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'libopenjpeg20/t1.c', 262 'libopenjpeg20/t1.c',
263 'libopenjpeg20/t2.c', 263 'libopenjpeg20/t2.c',
264 'libopenjpeg20/tcd.c', 264 'libopenjpeg20/tcd.c',
265 'libopenjpeg20/tgt.c', 265 'libopenjpeg20/tgt.c',
266 ], 266 ],
267 }, 267 },
268 { 268 {
269 'target_name': 'fx_lpng', 269 'target_name': 'fx_lpng',
270 'type': 'static_library', 270 'type': 'static_library',
271 'sources': [ 271 'sources': [
272 'lpng_v163/png.h', 272 'libpng/png.c',
273 'lpng_v163/png.c', 273 'libpng/png.h',
274 'lpng_v163/pngerror.c', 274 'libpng/pngconf.h',
275 'lpng_v163/pngget.c', 275 'libpng/pngdebug.h',
276 'lpng_v163/pngmem.c', 276 'libpng/pngerror.c',
277 'lpng_v163/pngpread.c', 277 'libpng/pngget.c',
278 'lpng_v163/pngread.c', 278 'libpng/pnginfo.h',
279 'lpng_v163/pngrio.c', 279 'libpng/pnglibconf.h',
280 'lpng_v163/pngrtran.c', 280 'libpng/pngmem.c',
281 'lpng_v163/pngrutil.c', 281 'libpng/pngpread.c',
282 'lpng_v163/pngset.c', 282 'libpng/pngpriv.h',
283 'lpng_v163/pngtrans.c', 283 'libpng/pngread.c',
284 'lpng_v163/pngwio.c', 284 'libpng/pngrio.c',
285 'lpng_v163/pngwrite.c', 285 'libpng/pngrtran.c',
286 'lpng_v163/pngwtran.c', 286 'libpng/pngrutil.c',
287 'lpng_v163/pngwutil.c', 287 'libpng/pngset.c',
288 'libpng/pngstruct.h',
289 'libpng/pngtrans.c',
290 'libpng/pngwio.c',
291 'libpng/pngwrite.c',
292 'libpng/pngwtran.c',
293 'libpng/pngwutil.c',
288 ], 294 ],
289 }, 295 },
290 { 296 {
291 'target_name': 'fx_zlib', 297 'target_name': 'fx_zlib',
292 'type': 'static_library', 298 'type': 'static_library',
293 'sources': [ 299 'sources': [
294 'zlib_v128/adler32.c', 300 'zlib_v128/adler32.c',
295 'zlib_v128/compress.c', 301 'zlib_v128/compress.c',
296 'zlib_v128/crc32.c', 302 'zlib_v128/crc32.c',
297 'zlib_v128/deflate.c', 303 'zlib_v128/deflate.c',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'libtiff/tif_version.c', 371 'libtiff/tif_version.c',
366 'libtiff/tif_warning.c', 372 'libtiff/tif_warning.c',
367 'libtiff/tif_write.c', 373 'libtiff/tif_write.c',
368 'libtiff/tif_zip.c', 374 'libtiff/tif_zip.c',
369 ], 375 ],
370 }, 376 },
371 ], 377 ],
372 }], 378 }],
373 ], 379 ],
374 } 380 }
OLDNEW
« no previous file with comments | « third_party/lpng_v163/pngwutil.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698