From f03f7810c30cb3d01517c0efc189d68e440c9162 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 15 Oct 2018 23:48:29 +0000 Subject: Split pdfium_unittests sources. Move foo_unittest.cpp to the same BUILD.gn file as foo.cpp. Set up dependencies to make pdfium_unittests pass gn check. Change-Id: Id9f649d5d0c76fe4254f3887778516abb75fcbce Reviewed-on: https://pdfium-review.googlesource.com/c/43995 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- fxbarcode/BUILD.gn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'fxbarcode') diff --git a/fxbarcode/BUILD.gn b/fxbarcode/BUILD.gn index b5aecb8d2f..caf0784a3d 100644 --- a/fxbarcode/BUILD.gn +++ b/fxbarcode/BUILD.gn @@ -4,6 +4,7 @@ import("//build/config/jumbo.gni") import("../pdfium.gni") +import("../testing/test.gni") assert(pdf_enable_xfa) @@ -142,3 +143,19 @@ jumbo_source_set("fxbarcode") { configs += [ "../:pdfium_core_config" ] visibility = [ "../*" ] } + +pdfium_unittest_source_set("unittests") { + sources = [ + "oned/BC_OnedCodaBarWriter_unittest.cpp", + "oned/BC_OnedCode128Writer_unittest.cpp", + "oned/BC_OnedCode39Writer_unittest.cpp", + "oned/BC_OnedEAN13Writer_unittest.cpp", + "oned/BC_OnedEAN8Writer_unittest.cpp", + "oned/BC_OnedUPCAWriter_unittest.cpp", + "pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", + ] + deps = [ + ":fxbarcode", + ] + pdfium_root_dir = "../" +} -- cgit v1.2.3