From dd7a7f012424ec8505830710ac0dd0183203c189 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 22 Sep 2015 15:06:59 -0700 Subject: Add nonstd::unique_ptr move assigment operator. std::unique_ptr supports move assignment as in: ptr2 = std::move(ptr1); R=jyasskin@chromium.org Review URL: https://codereview.chromium.org/1358163002 . --- pdfium.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 12314d7e93..d62cd56e2f 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -723,6 +723,7 @@ 'core/src/fxcrt/fx_system_unittest.cpp', 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', + 'third_party/base/nonstd_unique_ptr_unittest.cpp', ], }, { -- cgit v1.2.3