summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-21 09:08:24 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-21 09:08:24 -0400
commitedbb319d3143692befdbb0603089b7e265cf89aa (patch)
treefc4a40304e45d51b127bde004dff40041dbdb799 /pdfium.gyp
parent645f78b2fc4e6235374ef17cd83a94e26868b486 (diff)
downloadpdfium-edbb319d3143692befdbb0603089b7e265cf89aa.tar.xz
Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.
This CL moves the .h files and renames the .cpp files to match. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1809193002 .
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',
],
},
{