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

Unified Diff: pdfium.gyp

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 | « fpdfsdk/include/formfiller/FFL_TextField.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index fed93b7828fbe0baa1eaca956dde8a4d00276f9e..97d42c591432d1affb1af454dca04b658949cd83 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',
],
},
{
« no previous file with comments | « fpdfsdk/include/formfiller/FFL_TextField.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698