diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-03-28 18:49:34 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-28 18:49:34 +0000 |
commit | 7d12532362545273e0ceac93fae2154661323fd1 (patch) | |
tree | b58002c530a10c6a1e084d0aba0ad9972cd17fc1 /BUILD.gn | |
parent | 00d47a60e4cd0974771692a9d3fdd3ca28bf6eb2 (diff) | |
download | pdfium-7d12532362545273e0ceac93fae2154661323fd1.tar.xz |
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 <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
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", |