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

Unified Diff: pdfium.gyp

Issue 2180443002: Use actual type instead CFX_Deletable (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: one more 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
« no previous file with comments | « fpdfsdk/include/fsdk_rendercontext.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 05972f2073475fe930f05d04f5abdd4aa6092ae0..21b63aa1a2a870339f4b07e969d9257dc00f588f 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',
@@ -235,6 +236,7 @@
'type': 'static_library',
'sources': [
'core/fpdfapi/cpdf_modulemgr.cpp',
+ 'core/fpdfapi/cpdf_pagerendercontext.cpp',
'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp',
'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp',
@@ -453,6 +455,7 @@
'core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h',
'core/fpdfapi/fpdf_render/render_int.h',
'core/fpdfapi/include/cpdf_modulemgr.h',
+ 'core/fpdfapi/include/cpdf_pagerendercontext.h',
],
},
{
« no previous file with comments | « fpdfsdk/include/fsdk_rendercontext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698