diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-17 13:05:21 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-17 13:05:21 -0700 |
commit | a07aa98240c747912b16e474389a7808cc50a10c (patch) | |
tree | 2b824477bf11544d30f0e59b1895a26af978b9d1 /third_party/third_party.gyp | |
parent | 177420d424ca73db0df85ac808764f08047d4d56 (diff) | |
download | pdfium-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/third_party.gyp')
-rw-r--r-- | third_party/third_party.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index d54905c022..c106f1e314 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -66,6 +66,7 @@ 'sources': [ 'base/logging.h', 'base/macros.h', + 'base/nonstd_unique_ptr.h' 'base/template_util.h', 'base/numerics/safe_conversions.h', 'base/numerics/safe_conversions_impl.h', |