1 # Copyright 2014 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 'PNG_USE_READ_MACROS',
15 '<(DEPTH)/v8/include',
20 'target_name': 'pdfium_test',
24 '../pdfium.gyp:pdfium',
25 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
33 'target_name': 'pdfium_diff',
35 'variables': { 'enable_wexit_time_destructors': 1, },
38 '../pdfium.gyp:pdfium',
39 '../third_party/third_party.gyp:pdfium_base',
51 'target_name': 'fx_lpng',
52 'type': 'static_library',
54 '../pdfium.gyp:fxcodec',
57 '../core/src/fxcodec/fx_zlib/include/',
60 'fx_lpng/include/fx_png.h',
61 'fx_lpng/src/fx_png.c',
62 'fx_lpng/src/fx_pngerror.c',
63 'fx_lpng/src/fx_pngget.c',
64 'fx_lpng/src/fx_pngmem.c',
65 'fx_lpng/src/fx_pngpread.c',
66 'fx_lpng/src/fx_pngread.c',
67 'fx_lpng/src/fx_pngrio.c',
68 'fx_lpng/src/fx_pngrtran.c',
69 'fx_lpng/src/fx_pngrutil.c',
70 'fx_lpng/src/fx_pngset.c',
71 'fx_lpng/src/fx_pngtrans.c',
72 'fx_lpng/src/fx_pngwio.c',
73 'fx_lpng/src/fx_pngwrite.c',
74 'fx_lpng/src/fx_pngwtran.c',
75 'fx_lpng/src/fx_pngwutil.c',