Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: pdfium.gyp

Issue 1358163002: Add nonstd::unique_ptr move assigment operator. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: reset(that.release()) and same for []s. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/base/nonstd_unique_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 12314d7e93b02d8dade7122eb3833c524d70c6e9..d62cd56e2f27c19471071505ca6adf1359cf02d5 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',
Lei Zhang 2015/09/23 04:50:35 You forgot BUILD.gn, but I got it in my CL.
],
},
{
« no previous file with comments | « no previous file | third_party/base/nonstd_unique_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698