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

Unified Diff: pdfium.gyp

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
« core/include/fxcrt/cfx_retain_ptr.h ('K') | « core/include/fxcrt/fx_memory.h ('k') | no next file » | 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 f440b9e018b2211184c21b2581c9d0b83f935862..ade9e64eed877b23b1354cb9ba776b700d1f939c 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -521,6 +521,7 @@
'target_name': 'fxcrt',
'type': 'static_library',
'sources': [
+ 'core/include/fxcrt/cfx_retain_ptr.h',
'core/include/fxcrt/fx_basic.h',
'core/include/fxcrt/fx_bidi.h',
'core/include/fxcrt/fx_coordinates.h',
@@ -824,6 +825,7 @@
'test_support',
],
'sources': [
+ 'core/fxcrt/cfx_retain_ptr_unittest.cpp',
'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
« core/include/fxcrt/cfx_retain_ptr.h ('K') | « core/include/fxcrt/fx_memory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698