From 65b3655fc3f858180122399654bf29dc5d11a4ba Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 18 Feb 2016 14:04:57 -0800 Subject: Clean up CPDF_FileSpec and add unit tests Change implicit conversion to accessor function, remove unused function and unused parameter, add a couple checks for null pointers, and some cleanup. BUG=pdfium:247 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1703183002 . --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index de3570f6d1..85ecd98c60 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1447,6 +1447,7 @@ test("pdfium_unittests") { "core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp", "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", "core/src/fpdfapi/fpdf_parser/fpdf_parser_utility_unittest.cpp", + "core/src/fpdfdoc/doc_basic_unittest.cpp", "core/src/fpdftext/fpdf_text_int_unittest.cpp", "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", "core/src/fxcrt/fx_basic_bstring_unittest.cpp", -- cgit v1.2.3