diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-09-22 15:06:59 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-09-22 15:06:59 -0700 |
commit | dd7a7f012424ec8505830710ac0dd0183203c189 (patch) | |
tree | 94ea1b9a79e207d5cb428d08b922889686c4e09c /pdfium.gyp | |
parent | f316bfe37e2fc977376e18f7534aae9824da240a (diff) | |
download | pdfium-dd7a7f012424ec8505830710ac0dd0183203c189.tar.xz |
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 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', ], }, { |