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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'zlib_v128/zutil.c', | 274 'zlib_v128/zutil.c', |
275 ], | 275 ], |
276 }, | 276 }, |
277 { | 277 { |
278 'target_name': 'pdfium_base', | 278 'target_name': 'pdfium_base', |
279 'type': 'none', | 279 'type': 'none', |
280 'sources': [ | 280 'sources': [ |
281 'base/logging.h', | 281 'base/logging.h', |
282 'base/macros.h', | 282 'base/macros.h', |
283 'base/nonstd_unique_ptr.h', | 283 'base/nonstd_unique_ptr.h', |
284 'base/template_util.h', | |
285 'base/numerics/safe_conversions.h', | 284 'base/numerics/safe_conversions.h', |
286 'base/numerics/safe_conversions_impl.h', | 285 'base/numerics/safe_conversions_impl.h', |
287 'base/numerics/safe_math.h', | 286 'base/numerics/safe_math.h', |
288 'base/numerics/safe_math_impl.h', | 287 'base/numerics/safe_math_impl.h', |
| 288 'base/stl_util.h', |
| 289 'base/template_util.h', |
289 ], | 290 ], |
290 }, | 291 }, |
291 ], | 292 ], |
292 } | 293 } |
OLD | NEW |