| Index: third_party/BUILD.gn
|
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
|
| index fcb09c4b4765f684cbe0e7efc4f482069153e774..3fa287f50aed30937446f863d2ff5d1d5f1a6376 100644
|
| --- a/third_party/BUILD.gn
|
| +++ b/third_party/BUILD.gn
|
| @@ -78,11 +78,12 @@ component("pdfium_base") {
|
| sources = [
|
| "base/logging.h",
|
| "base/macros.h",
|
| - "base/template_util.h",
|
| + "base/nonstd_unique_ptr.h",
|
| "base/numerics/safe_conversions.h",
|
| "base/numerics/safe_conversions_impl.h",
|
| "base/numerics/safe_math.h",
|
| "base/numerics/safe_math_impl.h",
|
| + "base/template_util.h",
|
| ]
|
| }
|
|
|
|
|