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

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: 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 b18c76eaaad14582d742ff16e4facbb53a4f29ff..7ac09f46a02aaf5f05da53f1c54fc1ce9c5ed0b3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -774,24 +774,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",
Tom Sepez 2016/03/17 20:01:53 There's got to be at least one header in fpdfsdk/f
+ "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