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