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

Unified Diff: BUILD.gn

Issue 2469813004: Rename CPDFXFA_Document to CPDFXFA_Context (Closed)
Patch Set: Merge to master Created 4 years, 1 month 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 | fpdfsdk/cpdfsdk_annot.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6503a6c8ce4a04b7c399d11709b99eacaf7bbda1..f1e95c6ad28aabd81a2ebc98b21f7635d43e8039 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1054,10 +1054,10 @@ if (pdf_enable_v8) {
if (pdf_enable_xfa) {
static_library("fpdfxfa") {
sources = [
+ "fpdfsdk/fpdfxfa/cpdfxfa_context.cpp",
+ "fpdfsdk/fpdfxfa/cpdfxfa_context.h",
"fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.cpp",
"fpdfsdk/fpdfxfa/cpdfxfa_docenvironment.h",
- "fpdfsdk/fpdfxfa/cpdfxfa_document.cpp",
- "fpdfsdk/fpdfxfa/cpdfxfa_document.h",
"fpdfsdk/fpdfxfa/cpdfxfa_page.cpp",
"fpdfsdk/fpdfxfa/cpdfxfa_page.h",
"fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp",
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_annot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698