diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -107,6 +107,8 @@ jumbo_static_library("pdfium") { "fpdfsdk/cba_annotiterator.h", "fpdfsdk/cfx_systemhandler.cpp", "fpdfsdk/cfx_systemhandler.h", + "fpdfsdk/cpdfsdk_actionhandler.cpp", + "fpdfsdk/cpdfsdk_actionhandler.h", "fpdfsdk/cpdfsdk_annot.cpp", "fpdfsdk/cpdfsdk_annot.h", "fpdfsdk/cpdfsdk_annothandlermgr.cpp", @@ -122,6 +124,10 @@ jumbo_static_library("pdfium") { "fpdfsdk/cpdfsdk_customaccess.h", "fpdfsdk/cpdfsdk_datetime.cpp", "fpdfsdk/cpdfsdk_datetime.h", + "fpdfsdk/cpdfsdk_fieldaction.cpp", + "fpdfsdk/cpdfsdk_fieldaction.h", + "fpdfsdk/cpdfsdk_filewriteadapter.cpp", + "fpdfsdk/cpdfsdk_filewriteadapter.h", "fpdfsdk/cpdfsdk_formfillenvironment.cpp", "fpdfsdk/cpdfsdk_formfillenvironment.h", "fpdfsdk/cpdfsdk_helpers.cpp", @@ -157,15 +163,9 @@ jumbo_static_library("pdfium") { "fpdfsdk/fpdfsave.cpp", "fpdfsdk/fpdftext.cpp", "fpdfsdk/fpdfview.cpp", - "fpdfsdk/fsdk_actionhandler.cpp", - "fpdfsdk/fsdk_actionhandler.h", - "fpdfsdk/fsdk_filewriteadapter.cpp", - "fpdfsdk/fsdk_filewriteadapter.h", - "fpdfsdk/fsdk_pauseadapter.cpp", - "fpdfsdk/fsdk_pauseadapter.h", "fpdfsdk/ipdfsdk_annothandler.h", - "fpdfsdk/pdfsdk_fieldaction.cpp", - "fpdfsdk/pdfsdk_fieldaction.h", + "fpdfsdk/ipdfsdk_pauseadapter.cpp", + "fpdfsdk/ipdfsdk_pauseadapter.h", "public/cpp/fpdf_deleters.h", "public/fpdf_annot.h", "public/fpdf_attachment.h", @@ -2988,6 +2988,7 @@ test("pdfium_embeddertests") { "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp", "core/fxcodec/codec/fx_codec_embeddertest.cpp", "core/fxge/fx_ge_text_embeddertest.cpp", + "fpdfsdk/cba_annotiterator_embeddertest.cpp", "fpdfsdk/fpdf_dataavail_embeddertest.cpp", "fpdfsdk/fpdf_flatten_embeddertest.cpp", "fpdfsdk/fpdf_structtree_embeddertest.cpp", @@ -3004,7 +3005,6 @@ test("pdfium_embeddertests") { "fpdfsdk/fpdfview_c_api_test.c", "fpdfsdk/fpdfview_c_api_test.h", "fpdfsdk/fpdfview_embeddertest.cpp", - "fpdfsdk/fsdk_baseform_embeddertest.cpp", "fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp", "fpdfsdk/pwl/cpwl_edit_embeddertest.cpp", "testing/embedder_test.cpp", |