| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'defines': [ | 7 'defines': [ |
| 8 'OPJ_STATIC', | 8 'OPJ_STATIC', |
| 9 'PNG_PREFIX', | 9 'PNG_PREFIX', |
| 10 'PNGPREFIX_H', | 10 'PNGPREFIX_H', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 'bigint/BigUnsigned.hh', | 26 'bigint/BigUnsigned.hh', |
| 27 'bigint/NumberlikeArray.hh', | 27 'bigint/NumberlikeArray.hh', |
| 28 'bigint/BigUnsignedInABase.hh', | 28 'bigint/BigUnsignedInABase.hh', |
| 29 'bigint/BigInteger.cc', | 29 'bigint/BigInteger.cc', |
| 30 'bigint/BigIntegerUtils.cc', | 30 'bigint/BigIntegerUtils.cc', |
| 31 'bigint/BigUnsigned.cc', | 31 'bigint/BigUnsigned.cc', |
| 32 'bigint/BigUnsignedInABase.cc', | 32 'bigint/BigUnsignedInABase.cc', |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'freetype', | 36 'target_name': 'fx_freetype', |
| 37 'type': 'static_library', | 37 'type': 'static_library', |
| 38 'defines': [ | 38 'defines': [ |
| 39 'FT2_BUILD_LIBRARY', | 39 'FT2_BUILD_LIBRARY', |
| 40 ], | 40 ], |
| 41 'include_dirs': [ | 41 'include_dirs': [ |
| 42 'freetype/include', | 42 'freetype/include', |
| 43 'freetype/include/freetype', | 43 'freetype/include/freetype', |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| 46 'freetype/include/freetype/freetype.h', | 46 'freetype/include/freetype/freetype.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'base/numerics/safe_conversions.h', | 336 'base/numerics/safe_conversions.h', |
| 337 'base/numerics/safe_conversions_impl.h', | 337 'base/numerics/safe_conversions_impl.h', |
| 338 'base/numerics/safe_math.h', | 338 'base/numerics/safe_math.h', |
| 339 'base/numerics/safe_math_impl.h', | 339 'base/numerics/safe_math_impl.h', |
| 340 'base/stl_util.h', | 340 'base/stl_util.h', |
| 341 'base/template_util.h', | 341 'base/template_util.h', |
| 342 ], | 342 ], |
| 343 }, | 343 }, |
| 344 ], | 344 ], |
| 345 } | 345 } |
| OLD | NEW |