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

Unified Diff: BUILD.gn

Issue 1809193002: Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/formfiller/FFL_CBA_Fontmap.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 9f3b27e9bce08e9f0eefe89cabff01291dec8312..85b65c7c3e921b077249bcbdeff5fdbbf679a3ef 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -778,24 +778,24 @@ static_library("javascript") {
static_library("formfiller") {
sources = [
- "fpdfsdk/formfiller/FFL_CBA_Fontmap.cpp",
- "fpdfsdk/formfiller/FFL_CheckBox.cpp",
- "fpdfsdk/formfiller/FFL_ComboBox.cpp",
- "fpdfsdk/formfiller/FFL_FormFiller.cpp",
- "fpdfsdk/formfiller/FFL_IFormFiller.cpp",
- "fpdfsdk/formfiller/FFL_ListBox.cpp",
- "fpdfsdk/formfiller/FFL_PushButton.cpp",
- "fpdfsdk/formfiller/FFL_RadioButton.cpp",
- "fpdfsdk/formfiller/FFL_TextField.cpp",
- "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h",
- "fpdfsdk/include/formfiller/FFL_CheckBox.h",
- "fpdfsdk/include/formfiller/FFL_ComboBox.h",
- "fpdfsdk/include/formfiller/FFL_FormFiller.h",
- "fpdfsdk/include/formfiller/FFL_IFormFiller.h",
- "fpdfsdk/include/formfiller/FFL_ListBox.h",
- "fpdfsdk/include/formfiller/FFL_PushButton.h",
- "fpdfsdk/include/formfiller/FFL_RadioButton.h",
- "fpdfsdk/include/formfiller/FFL_TextField.h",
+ "fpdfsdk/formfiller/cba_fontmap.cpp",
+ "fpdfsdk/formfiller/cba_fontmap.h",
+ "fpdfsdk/formfiller/cffl_checkbox.cpp",
+ "fpdfsdk/formfiller/cffl_checkbox.h",
+ "fpdfsdk/formfiller/cffl_combobox.cpp",
+ "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_listbox.cpp",
+ "fpdfsdk/formfiller/cffl_listbox.h",
+ "fpdfsdk/formfiller/cffl_pushbutton.cpp",
+ "fpdfsdk/formfiller/cffl_pushbutton.h",
+ "fpdfsdk/formfiller/cffl_radiobutton.cpp",
+ "fpdfsdk/formfiller/cffl_radiobutton.h",
+ "fpdfsdk/formfiller/cffl_textfield.cpp",
+ "fpdfsdk/formfiller/cffl_textfield.h",
]
configs += [ ":pdfium_config" ]
}
« no previous file with comments | « no previous file | fpdfsdk/formfiller/FFL_CBA_Fontmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698