From 36eb4bdcae719cf33c536ff72ac000482aed8382 Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 3 Oct 2016 15:24:27 -0700 Subject: Add ptr_util.h from base until std::make_unique<> available Review-Url: https://codereview.chromium.org/2386273004 --- third_party/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/BUILD.gn') diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index 958b9cc85e..1fef9bb345 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -480,6 +480,7 @@ source_set("pdfium_base") { "base/numerics/safe_conversions_impl.h", "base/numerics/safe_math.h", "base/numerics/safe_math_impl.h", + "base/ptr_util.h", "base/stl_util.h", ] } -- cgit v1.2.3