summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp36
1 files changed, 18 insertions, 18 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index fed93b7828..97d42c5914 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -803,24 +803,24 @@
'target_name': 'formfiller',
'type': 'static_library',
'sources': [
- '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/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/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',
],
},
{