| OLD | NEW |
| 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': [ |
| 11 'OPJ_STATIC', | 11 'OPJ_STATIC', |
| 12 'PNG_PREFIX', | 12 'PNG_PREFIX', |
| 13 'PNGPREFIX_H', | |
| 14 'PNG_USE_READ_MACROS', | 13 'PNG_USE_READ_MACROS', |
| 15 '_CRT_SECURE_NO_WARNINGS', | 14 '_CRT_SECURE_NO_WARNINGS', |
| 16 ], | 15 ], |
| 17 'include_dirs': [ | 16 'include_dirs': [ |
| 18 # This is implicit in GN. | 17 # This is implicit in GN. |
| 19 '<(DEPTH)', | 18 '<(DEPTH)', |
| 20 '..', | 19 '..', |
| 21 ], | 20 ], |
| 22 'msvs_disabled_warnings': [ | 21 'msvs_disabled_warnings': [ |
| 23 4005, 4018, 4146, 4333, 4345, 4267 | 22 4005, 4018, 4146, 4333, 4345, 4267 |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'libpng16/png.c', | 272 'libpng16/png.c', |
| 274 'libpng16/png.h', | 273 'libpng16/png.h', |
| 275 'libpng16/pngconf.h', | 274 'libpng16/pngconf.h', |
| 276 'libpng16/pngdebug.h', | 275 'libpng16/pngdebug.h', |
| 277 'libpng16/pngerror.c', | 276 'libpng16/pngerror.c', |
| 278 'libpng16/pngget.c', | 277 'libpng16/pngget.c', |
| 279 'libpng16/pnginfo.h', | 278 'libpng16/pnginfo.h', |
| 280 'libpng16/pnglibconf.h', | 279 'libpng16/pnglibconf.h', |
| 281 'libpng16/pngmem.c', | 280 'libpng16/pngmem.c', |
| 282 'libpng16/pngpread.c', | 281 'libpng16/pngpread.c', |
| 282 'libpng16/pngprefix.h', |
| 283 'libpng16/pngpriv.h', | 283 'libpng16/pngpriv.h', |
| 284 'libpng16/pngread.c', | 284 'libpng16/pngread.c', |
| 285 'libpng16/pngrio.c', | 285 'libpng16/pngrio.c', |
| 286 'libpng16/pngrtran.c', | 286 'libpng16/pngrtran.c', |
| 287 'libpng16/pngrutil.c', | 287 'libpng16/pngrutil.c', |
| 288 'libpng16/pngset.c', | 288 'libpng16/pngset.c', |
| 289 'libpng16/pngstruct.h', | 289 'libpng16/pngstruct.h', |
| 290 'libpng16/pngtrans.c', | 290 'libpng16/pngtrans.c', |
| 291 'libpng16/pngwio.c', | 291 'libpng16/pngwio.c', |
| 292 'libpng16/pngwrite.c', | 292 'libpng16/pngwrite.c', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'libtiff/tif_version.c', | 381 'libtiff/tif_version.c', |
| 382 'libtiff/tif_warning.c', | 382 'libtiff/tif_warning.c', |
| 383 'libtiff/tif_write.c', | 383 'libtiff/tif_write.c', |
| 384 'libtiff/tif_zip.c', | 384 'libtiff/tif_zip.c', |
| 385 ], | 385 ], |
| 386 }, | 386 }, |
| 387 ], | 387 ], |
| 388 }], | 388 }], |
| 389 ], | 389 ], |
| 390 } | 390 } |
| OLD | NEW |