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

Unified Diff: BUILD.gn

Issue 2004293004: Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Typo in new header name in one place. Created 4 years, 7 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') | xfa/fwl/core/cfwl_widgetmgr.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 e4ab94158fc5b258f8854d9a8ce0d4ca9dad67f2..d9eb4fe58dddf601816c42f047867fdbf64469b2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1031,6 +1031,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_themepart.h",
"xfa/fwl/core/cfwl_themetext.h",
"xfa/fwl/core/cfwl_widgetimpproperties.h",
+ "xfa/fwl/core/cfwl_widgetmgr.cpp",
+ "xfa/fwl/core/cfwl_widgetmgr.h",
"xfa/fwl/core/fwl_appimp.cpp",
"xfa/fwl/core/fwl_appimp.h",
"xfa/fwl/core/fwl_error.h",
@@ -1042,8 +1044,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_widgetdef.h",
"xfa/fwl/core/fwl_widgetimp.cpp",
"xfa/fwl/core/fwl_widgetimp.h",
- "xfa/fwl/core/fwl_widgetmgrimp.cpp",
- "xfa/fwl/core/fwl_widgetmgrimp.h",
"xfa/fwl/core/ifwl_app.h",
"xfa/fwl/core/ifwl_dataprovider.h",
"xfa/fwl/core/ifwl_form.h",
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/fwl/core/cfwl_widgetmgr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698