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

Unified Diff: BUILD.gn

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
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_page.cpp » ('j') | core/fpdfapi/include/cpdf_modulemgr.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 7dda81dbc7e98bb384da93ed584c146c8d18fde7..885757dd7d66d52c88ed594f1dc7298215697360 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -80,11 +80,12 @@ static_library("pdfium") {
"fpdfsdk/fsdk_baseannot.cpp",
"fpdfsdk/fsdk_baseform.cpp",
"fpdfsdk/fsdk_mgr.cpp",
- "fpdfsdk/fsdk_rendercontext.cpp",
+ "fpdfsdk/fsdk_pauseadapter.cpp",
"fpdfsdk/include/fsdk_actionhandler.h",
"fpdfsdk/include/fsdk_annothandler.h",
"fpdfsdk/include/fsdk_baseannot.h",
"fpdfsdk/include/fsdk_baseform.h",
+ "fpdfsdk/include/fsdk_pauseadapter.h",
"public/fpdf_dataavail.h",
"public/fpdf_doc.h",
"public/fpdf_edit.h",
@@ -472,6 +473,8 @@ static_library("fpdfapi") {
"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",
]
configs += [ ":pdfium_core_config" ]
}
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_page.cpp » ('j') | core/fpdfapi/include/cpdf_modulemgr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698