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

Unified Diff: BUILD.gn

Issue 2357203003: Make the I in IFormFiller explicit (Closed)
Patch Set: Remove locals Created 4 years, 3 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 | fpdfsdk/cpdfsdk_annothandlermgr.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 df8cdbaaad34573de12a0b5e313c38da4c816a8e..22f018eadd8cf7598d5d7b4bf2e67b938296a4b0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -990,8 +990,8 @@ static_library("formfiller") {
"fpdfsdk/formfiller/cffl_combobox.h",
"fpdfsdk/formfiller/cffl_formfiller.cpp",
"fpdfsdk/formfiller/cffl_formfiller.h",
- "fpdfsdk/formfiller/cffl_iformfiller.cpp",
- "fpdfsdk/formfiller/cffl_iformfiller.h",
+ "fpdfsdk/formfiller/cffl_interactiveformfiller.cpp",
+ "fpdfsdk/formfiller/cffl_interactiveformfiller.h",
"fpdfsdk/formfiller/cffl_listbox.cpp",
"fpdfsdk/formfiller/cffl_listbox.h",
"fpdfsdk/formfiller/cffl_pushbutton.cpp",
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_annothandlermgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698