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

Unified Diff: BUILD.gn

Issue 2526513002: Rename IFWL_Timer and IFWL_TimerInfo (Closed)
Patch Set: Fixes 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index dff610528e1c4e49b870724f6ea30ed3f9405521..89d5c9e0a259484a4ccf97b66459faa8c13094d4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1258,6 +1258,10 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_themepart.cpp",
"xfa/fwl/core/cfwl_themepart.h",
"xfa/fwl/core/cfwl_themetext.h",
+ "xfa/fwl/core/cfwl_timer.cpp",
+ "xfa/fwl/core/cfwl_timer.h",
+ "xfa/fwl/core/cfwl_timerinfo.cpp",
+ "xfa/fwl/core/cfwl_timerinfo.h",
"xfa/fwl/core/cfwl_widget.cpp",
"xfa/fwl/core/cfwl_widget.h",
"xfa/fwl/core/cfwl_widgetmgr.cpp",
@@ -1309,10 +1313,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/ifwl_spinbutton.cpp",
"xfa/fwl/core/ifwl_spinbutton.h",
"xfa/fwl/core/ifwl_themeprovider.h",
- "xfa/fwl/core/ifwl_timer.cpp",
- "xfa/fwl/core/ifwl_timer.h",
- "xfa/fwl/core/ifwl_timerinfo.cpp",
- "xfa/fwl/core/ifwl_timerinfo.h",
"xfa/fwl/core/ifwl_widget.cpp",
"xfa/fwl/core/ifwl_widget.h",
"xfa/fwl/core/ifwl_widgetdelegate.h",
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h » ('j') | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698