From 7d12532362545273e0ceac93fae2154661323fd1 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 28 Mar 2018 18:49:34 +0000 Subject: More fpdfsdk filename cleanup This CL moves more of the fpdfsdk/ code around to better match the naming of other files. Change-Id: I203d91e3e345b2b4767df7a69dd5bd981d61f1d2 Reviewed-on: https://pdfium-review.googlesource.com/29372 Reviewed-by: Henrique Nakashima Commit-Queue: dsinclair --- BUILD.gn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index fbc4efbdd3..affff2b6e2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3