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

Unified Diff: BUILD.gn

Issue 1805683002: Add a Retained Pointer smart class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Move FreeDeleter and such to fx_memory.h Created 4 years, 9 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/fxcrt/cfx_retain_ptr_unittest.cpp » ('j') | core/include/fxcrt/cfx_retain_ptr.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 a08970868e4de1f79122f4fed5dbb762392c299d..2d42997a882fa46b0e94248f3fb9738cc3b7000b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -538,6 +538,7 @@ static_library("fxcrt") {
"core/fxcrt/fxcrt_windows.h",
"core/fxcrt/plex.h",
"core/fxcrt/xml_int.h",
+ "core/include/fxcrt/cfx_retain_ptr.h",
dsinclair 2016/03/16 13:47:45 Can we put this in core/fxcrt/include?
Tom Sepez 2016/03/16 19:12:55 Done.
"core/include/fxcrt/fx_basic.h",
"core/include/fxcrt/fx_bidi.h",
"core/include/fxcrt/fx_coordinates.h",
@@ -1467,6 +1468,7 @@ test("pdfium_unittests") {
"core/fpdfdoc/doc_basic_unittest.cpp",
"core/fpdftext/fpdf_text_int_unittest.cpp",
"core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
+ "core/fxcrt/cfx_retain_ptr_unittest.cpp",
"core/fxcrt/fx_basic_bstring_unittest.cpp",
"core/fxcrt/fx_basic_gcc_unittest.cpp",
"core/fxcrt/fx_basic_memmgr_unittest.cpp",
« no previous file with comments | « no previous file | core/fxcrt/cfx_retain_ptr_unittest.cpp » ('j') | core/include/fxcrt/cfx_retain_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698