From 5621dc444be3d2a5f7c6198b1e14695118a346a5 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 9 Jan 2015 13:54:33 -0800 Subject: Add pdfium_unittests to BUILD.gn Brings GN build up to sync with GYP build for this test binary. R=thestig@chromium.org Review URL: https://codereview.chromium.org/840343005 --- BUILD.gn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 2076afb87a..86839fae81 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -791,3 +791,19 @@ static_library("formfiller") { configs -= [ "//build/config/compiler:chromium_code" ] configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] } + +test("pdfium_unittests") { + sources = [ + "core/src/fxcrt/fx_basic_bstring_unittest.cpp", + "testing/fx_string_testhelpers.cpp", + "testing/fx_string_testhelpers.h", + ] + deps = [ + "//testing/gtest", + "//testing/gtest:gtest_main", + ":pdfium" + ] + include_dirs = [ "." ] + configs -= [ "//build/config/compiler:chromium_code" ] + configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] +} -- cgit v1.2.3