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

Unified Diff: pdfium.gyp

Issue 2180443002: Use actual type instead CFX_Deletable (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: style fix Created 4 years, 5 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
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 05972f2073475fe930f05d04f5abdd4aa6092ae0..ee15d2a06bab1b9adc461375a958efed1994e3bc 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -86,6 +86,7 @@
'fpdfsdk/include/fsdk_annothandler.h',
'fpdfsdk/include/fsdk_baseannot.h',
'fpdfsdk/include/fsdk_baseform.h',
+ 'fpdfsdk/include/fsdk_pauseadapter.h',
'fpdfsdk/fpdfdoc.cpp',
'fpdfsdk/fpdfeditimg.cpp',
'fpdfsdk/fpdfeditpage.cpp',
@@ -106,7 +107,7 @@
'fpdfsdk/fsdk_baseannot.cpp',
'fpdfsdk/fsdk_baseform.cpp',
'fpdfsdk/fsdk_mgr.cpp',
- 'fpdfsdk/fsdk_rendercontext.cpp',
+ 'fpdfsdk/fsdk_pauseadapter.cpp',
'public/fpdf_dataavail.h',
'public/fpdf_doc.h',
'public/fpdf_edit.h',
@@ -453,6 +454,8 @@
'core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h',
'core/fpdfapi/fpdf_render/render_int.h',
'core/fpdfapi/include/cpdf_modulemgr.h',
+ 'core/fpdfapi/include/rendercontext.h',
+ 'core/fpdfapi/rendercontext.cpp',
],
},
{
« fpdfsdk/include/fsdk_pauseadapter.h ('K') | « fpdfsdk/include/fsdk_rendercontext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698