diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-05 16:46:58 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-05 16:46:58 -0800 |
commit | c2fb35f2bbcf6c8fcf37380000544ae39d9a8cec (patch) | |
tree | 6b8da05d1624cbbe5a0c7042c9820f02180f442c /BUILD.gn | |
parent | 62664cee15230d6cbe08ed010721a4557b36dc22 (diff) | |
download | pdfium-c2fb35f2bbcf6c8fcf37380000544ae39d9a8cec.tar.xz |
Merge to XFA: Remove header files that only have includes.
Also do some cleanups in affected files.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1552583002 .
(cherry picked from commit d794d34b5deb6ad691c19af758090f9ce46015a3)
Review URL: https://codereview.chromium.org/1566583002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -245,7 +245,6 @@ static_library("fpdfapi") { "core/include/fpdfapi/fpdf_render.h", "core/include/fpdfapi/fpdf_resource.h", "core/include/fpdfapi/fpdf_serial.h", - "core/include/fpdfapi/fpdfapi.h", "core/src/fpdfapi/fpdf_basic_module.cpp", "core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", @@ -620,7 +619,6 @@ static_library("fxedit") { "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", @@ -632,8 +630,6 @@ static_library("fxedit") { static_library("pdfwindow") { 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", @@ -745,7 +741,6 @@ static_library("formfiller") { "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", |