summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-17 13:05:21 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-17 13:05:21 -0700
commita07aa98240c747912b16e474389a7808cc50a10c (patch)
tree2b824477bf11544d30f0e59b1895a26af978b9d1 /third_party/BUILD.gn
parent177420d424ca73db0df85ac808764f08047d4d56 (diff)
downloadpdfium-a07aa98240c747912b16e474389a7808cc50a10c.tar.xz
Merge to XFA: add nonstd::unique_ptr
Original Review URL: https://codereview.chromium.org/1091283002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1098653006
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn3
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",
]
}