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

Unified Diff: BUILD.gn

Issue 1351383004: Change nonstd::unique_ptr to take a custom deleter. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: forgot the unit test 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 | core/include/fxcrt/fx_basic.h » ('j') | core/include/fxcrt/fx_basic.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bba48180a910d246ed6e2939219951db4a12fb0a..5804ab1defe0d6bec797cda89ea103a0d4158b4c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -735,6 +735,7 @@ test("pdfium_unittests") {
"core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp",
"core/src/fxcrt/fx_basic_bstring_unittest.cpp",
"core/src/fxcrt/fx_basic_memmgr_unittest.cpp",
+ "core/src/fxcrt/fx_basic_unique_ptr_unittest.cpp",
Tom Sepez 2015/09/18 23:29:32 I guess this is OK, I might like it better if it w
Lei Zhang 2015/09/18 23:51:51 Moved over to third_party/base/nonstd_unique_ptr_u
"core/src/fxcrt/fx_basic_wstring_unittest.cpp",
"core/src/fxcrt/fx_bidi_unittest.cpp",
"core/src/fxcrt/fx_system_unittest.cpp",
« no previous file with comments | « no previous file | core/include/fxcrt/fx_basic.h » ('j') | core/include/fxcrt/fx_basic.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698