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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 | 71 |
72 component("pdfium_base") { | 72 component("pdfium_base") { |
73 configs -= [ "//build/config/compiler:chromium_code" ] | 73 configs -= [ "//build/config/compiler:chromium_code" ] |
74 configs += [ | 74 configs += [ |
75 "//third_party/pdfium:pdfium_config", | 75 "//third_party/pdfium:pdfium_config", |
76 "//build/config/compiler:no_chromium_code", | 76 "//build/config/compiler:no_chromium_code", |
77 ] | 77 ] |
78 sources = [ | 78 sources = [ |
79 "base/logging.h", | 79 "base/logging.h", |
80 "base/macros.h", | 80 "base/macros.h", |
81 "base/template_util.h", | 81 "base/nonstd_unique_ptr.h", |
82 "base/numerics/safe_conversions.h", | 82 "base/numerics/safe_conversions.h", |
83 "base/numerics/safe_conversions_impl.h", | 83 "base/numerics/safe_conversions_impl.h", |
84 "base/numerics/safe_math.h", | 84 "base/numerics/safe_math.h", |
85 "base/numerics/safe_math_impl.h", | 85 "base/numerics/safe_math_impl.h", |
| 86 "base/template_util.h", |
86 ] | 87 ] |
87 } | 88 } |
88 | 89 |
OLD | NEW |