diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-05 16:41:04 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-05 16:41:04 -0800 |
commit | d794d34b5deb6ad691c19af758090f9ce46015a3 (patch) | |
tree | 2cf3a108d472bf8ef6989e6883aa553dd6ba0afe /pdfium.gyp | |
parent | dbfaa8d11404a53b4807b3dbd0185047367bbff6 (diff) | |
download | pdfium-d794d34b5deb6ad691c19af758090f9ce46015a3.tar.xz |
Remove header files that only have includes.
Also do some cleanups in affected files.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1552583002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index ad36bc4185..5958bb166c 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -202,7 +202,6 @@ 'target_name': 'fpdfapi', 'type': 'static_library', 'sources': [ - 'core/include/fpdfapi/fpdfapi.h', 'core/include/fpdfapi/fpdf_module.h', 'core/include/fpdfapi/fpdf_objects.h', 'core/include/fpdfapi/fpdf_page.h', @@ -561,7 +560,6 @@ 'fpdfsdk/include/fxedit/fx_edit.h', 'fpdfsdk/include/fxedit/fxet_edit.h', 'fpdfsdk/include/fxedit/fxet_list.h', - 'fpdfsdk/include/fxedit/fxet_stub.h', 'fpdfsdk/src/fxedit/fxet_ap.cpp', 'fpdfsdk/src/fxedit/fxet_edit.cpp', 'fpdfsdk/src/fxedit/fxet_list.cpp', @@ -573,8 +571,6 @@ 'target_name': 'pdfwindow', 'type': 'static_library', 'sources': [ - 'fpdfsdk/include/pdfwindow/IPDFWindow.h', - 'fpdfsdk/include/pdfwindow/PDFWindow.h', 'fpdfsdk/include/pdfwindow/PWL_Button.h', 'fpdfsdk/include/pdfwindow/PWL_Caret.h', 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h', @@ -695,7 +691,6 @@ 'fpdfsdk/include/formfiller/FFL_PushButton.h', 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 'fpdfsdk/include/formfiller/FFL_TextField.h', - 'fpdfsdk/include/formfiller/FormFiller.h', 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', |