| 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 import("//build_overrides/pdfium.gni") | 5 import("../pdfium.gni") |
| 6 | 6 |
| 7 group("third_party") { | 7 group("third_party") { |
| 8 deps = [ | 8 deps = [ |
| 9 ":bigint", | 9 ":bigint", |
| 10 ":fx_freetype", | 10 ":fx_freetype", |
| 11 ":pdfium_base", | 11 ":pdfium_base", |
| 12 ] | 12 ] |
| 13 } | 13 } |
| 14 | 14 |
| 15 source_set("bigint") { | 15 source_set("bigint") { |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 sources = [ | 424 sources = [ |
| 425 "base/logging.h", | 425 "base/logging.h", |
| 426 "base/macros.h", | 426 "base/macros.h", |
| 427 "base/numerics/safe_conversions.h", | 427 "base/numerics/safe_conversions.h", |
| 428 "base/numerics/safe_conversions_impl.h", | 428 "base/numerics/safe_conversions_impl.h", |
| 429 "base/numerics/safe_math.h", | 429 "base/numerics/safe_math.h", |
| 430 "base/numerics/safe_math_impl.h", | 430 "base/numerics/safe_math_impl.h", |
| 431 "base/stl_util.h", | 431 "base/stl_util.h", |
| 432 ] | 432 ] |
| 433 } | 433 } |
| OLD | NEW |