From cbf76e656042e3d9778ccc114983ab6a3c19ff92 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 28 Mar 2018 21:00:35 +0000 Subject: Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator This CL renames CBA_AnnotIterator to CPDFSDK_AnnotIterator. This iterator does not seem to be restricted to just BAAnnot entries, so rename to the more general name. Change-Id: I735dc37cd5417a2b544882db515dbef4d4dbae67 Reviewed-on: https://pdfium-review.googlesource.com/29430 Commit-Queue: dsinclair Reviewed-by: Henrique Nakashima --- BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index c6aee5c645..1cb7046c25 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -103,8 +103,6 @@ config("xfa_warnings") { jumbo_static_library("pdfium") { sources = [ - "fpdfsdk/cba_annotiterator.cpp", - "fpdfsdk/cba_annotiterator.h", "fpdfsdk/cfx_systemhandler.cpp", "fpdfsdk/cfx_systemhandler.h", "fpdfsdk/cpdfsdk_actionhandler.cpp", @@ -115,6 +113,8 @@ jumbo_static_library("pdfium") { "fpdfsdk/cpdfsdk_annothandlermgr.h", "fpdfsdk/cpdfsdk_annotiteration.cpp", "fpdfsdk/cpdfsdk_annotiteration.h", + "fpdfsdk/cpdfsdk_annotiterator.cpp", + "fpdfsdk/cpdfsdk_annotiterator.h", "fpdfsdk/cpdfsdk_baannot.cpp", "fpdfsdk/cpdfsdk_baannot.h", "fpdfsdk/cpdfsdk_baannothandler.cpp", @@ -2989,7 +2989,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/cpdfsdk_annotiterator_embeddertest.cpp", "fpdfsdk/fpdf_annot_embeddertest.cpp", "fpdfsdk/fpdf_attachment_embeddertest.cpp", "fpdfsdk/fpdf_dataavail_embeddertest.cpp", -- cgit v1.2.3