summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-04 09:38:55 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-04 09:38:55 -0700
commitd80e0a7f9fb36503e872e022af65899d55080790 (patch)
tree37458c7943053af816672f50f83eb0837578f605 /BUILD.gn
parentf6919e95ed1445b4d6b46cf1039250e6613489b6 (diff)
downloadpdfium-d80e0a7f9fb36503e872e022af65899d55080790.tar.xz
Remove _FXBSTR* and calls to FX_BSTRC.
This CL removes _FXBSTR and changes FPDF_AbbrPair to hold two FX_CHAR pointers. The two remaining uses of FX_BSTRC() were in unused FDE_CSS defines which have been removed. BUG=pdfium:151 Review URL: https://codereview.chromium.org/1847333004
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b5d8950854..855206e071 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1578,6 +1578,7 @@ test("pdfium_unittests") {
"core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp",
"core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
"core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp",
+ "core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp",
"core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp",
"core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp",
"core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp",