summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-03-28 21:00:35 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-03-28 21:00:35 +0000
commitcbf76e656042e3d9778ccc114983ab6a3c19ff92 (patch)
tree793bacffd8e8f052ad17a25461c22dfa8479217e /BUILD.gn
parent53a8093c6ef694ec520fe0b087fbac86af97f5e8 (diff)
downloadpdfium-cbf76e656042e3d9778ccc114983ab6a3c19ff92.tar.xz
Rename CBA_AnnotIterator to CPDFSDK_AnnotIteratorchromium/3383
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 <dsinclair@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
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",