| 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': [ |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'zlib_v128/uncompr.c', | 307 'zlib_v128/uncompr.c', |
| 308 'zlib_v128/zutil.c', | 308 'zlib_v128/zutil.c', |
| 309 ], | 309 ], |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 'target_name': 'pdfium_base', | 312 'target_name': 'pdfium_base', |
| 313 'type': 'none', | 313 'type': 'none', |
| 314 'sources': [ | 314 'sources': [ |
| 315 'base/logging.h', | 315 'base/logging.h', |
| 316 'base/macros.h', | 316 'base/macros.h', |
| 317 'base/nonstd_unique_ptr.h', | |
| 318 'base/numerics/safe_conversions.h', | 317 'base/numerics/safe_conversions.h', |
| 319 'base/numerics/safe_conversions_impl.h', | 318 'base/numerics/safe_conversions_impl.h', |
| 320 'base/numerics/safe_math.h', | 319 'base/numerics/safe_math.h', |
| 321 'base/numerics/safe_math_impl.h', | 320 'base/numerics/safe_math_impl.h', |
| 322 'base/stl_util.h', | 321 'base/stl_util.h', |
| 323 'base/template_util.h', | |
| 324 ], | 322 ], |
| 325 }, | 323 }, |
| 326 ], | 324 ], |
| 327 'conditions': [ | 325 'conditions': [ |
| 328 ['pdf_enable_xfa==1', { | 326 ['pdf_enable_xfa==1', { |
| 329 'targets': [ | 327 'targets': [ |
| 330 { | 328 { |
| 331 'target_name': 'fx_tiff', | 329 'target_name': 'fx_tiff', |
| 332 'type': 'static_library', | 330 'type': 'static_library', |
| 333 'sources': [ | 331 'sources': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'tiff_v403/tif_version.c', | 364 'tiff_v403/tif_version.c', |
| 367 'tiff_v403/tif_warning.c', | 365 'tiff_v403/tif_warning.c', |
| 368 'tiff_v403/tif_write.c', | 366 'tiff_v403/tif_write.c', |
| 369 'tiff_v403/tif_zip.c', | 367 'tiff_v403/tif_zip.c', |
| 370 ], | 368 ], |
| 371 }, | 369 }, |
| 372 ], | 370 ], |
| 373 }], | 371 }], |
| 374 ], | 372 ], |
| 375 } | 373 } |
| OLD | NEW |