| 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 group("third_party") { | 5 group("third_party") { |
| 6 deps = [ | 6 deps = [ |
| 7 ":bigint", | 7 ":bigint", |
| 8 ":freetype", | 8 ":freetype", |
| 9 ":pdfium_base", | 9 ":pdfium_base", |
| 10 ] | 10 ] |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "//third_party/pdfium:pdfium_config", | 266 "//third_party/pdfium:pdfium_config", |
| 267 ] | 267 ] |
| 268 sources = [ | 268 sources = [ |
| 269 "base/logging.h", | 269 "base/logging.h", |
| 270 "base/macros.h", | 270 "base/macros.h", |
| 271 "base/nonstd_unique_ptr.h", | 271 "base/nonstd_unique_ptr.h", |
| 272 "base/numerics/safe_conversions.h", | 272 "base/numerics/safe_conversions.h", |
| 273 "base/numerics/safe_conversions_impl.h", | 273 "base/numerics/safe_conversions_impl.h", |
| 274 "base/numerics/safe_math.h", | 274 "base/numerics/safe_math.h", |
| 275 "base/numerics/safe_math_impl.h", | 275 "base/numerics/safe_math_impl.h", |
| 276 "base/stl_util.h", |
| 276 "base/template_util.h", | 277 "base/template_util.h", |
| 277 ] | 278 ] |
| 278 } | 279 } |
| OLD | NEW |