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

Unified Diff: BUILD.gn

Issue 2209823002: Rename xfa_layout_pagemgr_new.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: review feedback Created 4 years, 4 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 | xfa.gyp » ('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 0b9b4e0a95c1230c1745bbaaac50b7680d5be83d..11b73b3a7aacb94f29b0d73026d4cb1b4525f125 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1438,6 +1438,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_image.h",
"xfa/fxfa/parser/cxfa_layoutitem.cpp",
"xfa/fxfa/parser/cxfa_layoutitem.h",
+ "xfa/fxfa/parser/cxfa_layoutpagemgr.cpp",
+ "xfa/fxfa/parser/cxfa_layoutpagemgr.h",
"xfa/fxfa/parser/cxfa_layoutprocessor.cpp",
"xfa/fxfa/parser/cxfa_layoutprocessor.h",
"xfa/fxfa/parser/cxfa_line.cpp",
@@ -1500,8 +1502,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/xfa_document_datamerger_imp.h",
"xfa/fxfa/parser/xfa_layout_itemlayout.cpp",
"xfa/fxfa/parser/xfa_layout_itemlayout.h",
- "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp",
- "xfa/fxfa/parser/xfa_layout_pagemgr_new.h",
"xfa/fxfa/parser/xfa_locale.cpp",
"xfa/fxfa/parser/xfa_locale.h",
"xfa/fxfa/parser/xfa_localemgr.cpp",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698