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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « third_party/libpng16/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 'libpng/png.c', 272 'libpng16/png.c',
273 'libpng/png.h', 273 'libpng16/png.h',
274 'libpng/pngconf.h', 274 'libpng16/pngconf.h',
275 'libpng/pngdebug.h', 275 'libpng16/pngdebug.h',
276 'libpng/pngerror.c', 276 'libpng16/pngerror.c',
277 'libpng/pngget.c', 277 'libpng16/pngget.c',
278 'libpng/pnginfo.h', 278 'libpng16/pnginfo.h',
279 'libpng/pnglibconf.h', 279 'libpng16/pnglibconf.h',
280 'libpng/pngmem.c', 280 'libpng16/pngmem.c',
281 'libpng/pngpread.c', 281 'libpng16/pngpread.c',
282 'libpng/pngpriv.h', 282 'libpng16/pngpriv.h',
283 'libpng/pngread.c', 283 'libpng16/pngread.c',
284 'libpng/pngrio.c', 284 'libpng16/pngrio.c',
285 'libpng/pngrtran.c', 285 'libpng16/pngrtran.c',
286 'libpng/pngrutil.c', 286 'libpng16/pngrutil.c',
287 'libpng/pngset.c', 287 'libpng16/pngset.c',
288 'libpng/pngstruct.h', 288 'libpng16/pngstruct.h',
289 'libpng/pngtrans.c', 289 'libpng16/pngtrans.c',
290 'libpng/pngwio.c', 290 'libpng16/pngwio.c',
291 'libpng/pngwrite.c', 291 'libpng16/pngwrite.c',
292 'libpng/pngwtran.c', 292 'libpng16/pngwtran.c',
293 'libpng/pngwutil.c', 293 'libpng16/pngwutil.c',
294 ], 294 ],
295 }, 295 },
296 { 296 {
297 'target_name': 'fx_zlib', 297 'target_name': 'fx_zlib',
298 'type': 'static_library', 298 'type': 'static_library',
299 'sources': [ 299 'sources': [
300 'zlib_v128/adler32.c', 300 'zlib_v128/adler32.c',
301 'zlib_v128/compress.c', 301 'zlib_v128/compress.c',
302 'zlib_v128/crc32.c', 302 'zlib_v128/crc32.c',
303 'zlib_v128/deflate.c', 303 'zlib_v128/deflate.c',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'libtiff/tif_version.c', 371 'libtiff/tif_version.c',
372 'libtiff/tif_warning.c', 372 'libtiff/tif_warning.c',
373 'libtiff/tif_write.c', 373 'libtiff/tif_write.c',
374 'libtiff/tif_zip.c', 374 'libtiff/tif_zip.c',
375 ], 375 ],
376 }, 376 },
377 ], 377 ],
378 }], 378 }],
379 ], 379 ],
380 } 380 }
OLDNEW
« 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