diff options
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r-- | third_party/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index fcb09c4b47..3fa287f50a 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", ] } |