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 '_CRT_SECURE_NO_WARNINGS', | 9 '_CRT_SECURE_NO_WARNINGS', |
10 ], | 10 ], |
(...skipping 12 matching lines...) Expand all Loading... |
23 'bigint/BigUnsigned.hh', | 23 'bigint/BigUnsigned.hh', |
24 'bigint/NumberlikeArray.hh', | 24 'bigint/NumberlikeArray.hh', |
25 'bigint/BigUnsignedInABase.hh', | 25 'bigint/BigUnsignedInABase.hh', |
26 'bigint/BigInteger.cc', | 26 'bigint/BigInteger.cc', |
27 'bigint/BigIntegerUtils.cc', | 27 'bigint/BigIntegerUtils.cc', |
28 'bigint/BigUnsigned.cc', | 28 'bigint/BigUnsigned.cc', |
29 'bigint/BigUnsignedInABase.cc', | 29 'bigint/BigUnsignedInABase.cc', |
30 ], | 30 ], |
31 }, | 31 }, |
32 { | 32 { |
33 'target_name': 'freetype', | 33 'target_name': 'fx_freetype', |
34 'type': 'static_library', | 34 'type': 'static_library', |
35 'defines': [ | 35 'defines': [ |
36 'FT2_BUILD_LIBRARY', | 36 'FT2_BUILD_LIBRARY', |
37 ], | 37 ], |
38 'include_dirs': [ | 38 'include_dirs': [ |
39 'freetype/include', | 39 'freetype/include', |
40 ], | 40 ], |
41 'sources': [ | 41 'sources': [ |
42 'freetype/include/freetype.h', | 42 'freetype/include/freetype.h', |
43 'freetype/include/ft2build.h', | 43 'freetype/include/ft2build.h', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'base/nonstd_unique_ptr.h', | 267 'base/nonstd_unique_ptr.h', |
268 'base/template_util.h', | 268 'base/template_util.h', |
269 'base/numerics/safe_conversions.h', | 269 'base/numerics/safe_conversions.h', |
270 'base/numerics/safe_conversions_impl.h', | 270 'base/numerics/safe_conversions_impl.h', |
271 'base/numerics/safe_math.h', | 271 'base/numerics/safe_math.h', |
272 'base/numerics/safe_math_impl.h', | 272 'base/numerics/safe_math_impl.h', |
273 ], | 273 ], |
274 }, | 274 }, |
275 ], | 275 ], |
276 } | 276 } |
OLD | NEW |