diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-09-22 15:22:48 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-09-22 15:22:48 -0700 |
commit | 7cfadd97215265afd7771d6c36b5cfda54427169 (patch) | |
tree | a85b534ee3c0f3b7289f530f3f7436f31ce0b39a /pdfium.gyp | |
parent | 20ab0232053a819249322532011c65ed42e29a35 (diff) | |
download | pdfium-7cfadd97215265afd7771d6c36b5cfda54427169.tar.xz |
Merge to XFA: Add nonstd::unique_ptr move assigment operator.
(cherry picked from commit dd7a7f012424ec8505830710ac0dd0183203c189)
Original Review URL: https://codereview.chromium.org/1358163002 .
TBR=jyasskin@chromium.org
Review URL: https://codereview.chromium.org/1362763002 .
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 bf1248fb8b..968a508cc2 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -802,6 +802,7 @@ 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', + 'third_party/base/nonstd_unique_ptr_unittest.cpp', 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', ], |