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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'bigint', | 8 'target_name': 'bigint', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'freetype/src/type1/type1.c', | 59 'freetype/src/type1/type1.c', |
60 'freetype/src/cid/type1cid.c', | 60 'freetype/src/cid/type1cid.c', |
61 ], | 61 ], |
62 }, | 62 }, |
63 { | 63 { |
64 'target_name': 'pdfium_base', | 64 'target_name': 'pdfium_base', |
65 'type': 'none', | 65 'type': 'none', |
66 'sources': [ | 66 'sources': [ |
67 'base/logging.h', | 67 'base/logging.h', |
68 'base/macros.h', | 68 'base/macros.h', |
| 69 'base/nonstd_unique_ptr.h' |
69 'base/template_util.h', | 70 'base/template_util.h', |
70 'base/numerics/safe_conversions.h', | 71 'base/numerics/safe_conversions.h', |
71 'base/numerics/safe_conversions_impl.h', | 72 'base/numerics/safe_conversions_impl.h', |
72 'base/numerics/safe_math.h', | 73 'base/numerics/safe_math.h', |
73 'base/numerics/safe_math_impl.h', | 74 'base/numerics/safe_math_impl.h', |
74 ], | 75 ], |
75 }, | 76 }, |
76 ], | 77 ], |
77 } | 78 } |
OLD | NEW |