| 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/config/arm.gni") | 5 import("//build/config/arm.gni") |
| 6 import("//build_overrides/build.gni") | 6 import("//build_overrides/build.gni") |
| 7 import("../pdfium.gni") | 7 import("../pdfium.gni") |
| 8 | 8 |
| 9 group("third_party") { | 9 group("third_party") { |
| 10 deps = [ | 10 deps = [ |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "//build/config/compiler:no_chromium_code", | 473 "//build/config/compiler:no_chromium_code", |
| 474 ":pdfium_third_party_config", | 474 ":pdfium_third_party_config", |
| 475 ] | 475 ] |
| 476 sources = [ | 476 sources = [ |
| 477 "base/logging.h", | 477 "base/logging.h", |
| 478 "base/macros.h", | 478 "base/macros.h", |
| 479 "base/numerics/safe_conversions.h", | 479 "base/numerics/safe_conversions.h", |
| 480 "base/numerics/safe_conversions_impl.h", | 480 "base/numerics/safe_conversions_impl.h", |
| 481 "base/numerics/safe_math.h", | 481 "base/numerics/safe_math.h", |
| 482 "base/numerics/safe_math_impl.h", | 482 "base/numerics/safe_math_impl.h", |
| 483 "base/ptr_util.h", |
| 483 "base/stl_util.h", | 484 "base/stl_util.h", |
| 484 ] | 485 ] |
| 485 } | 486 } |
| OLD | NEW |