From a48ead9b7e3dc01f1bde83f69062eebd960edfdc Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 5 Jan 2015 15:30:26 -0800 Subject: Re-enable pdfium_unittests. In order for the standalone pdfium build to succeed, DEPS is updated to pull in gtest, and a stub gtest.gyp file is provided (which is unused under a chromium checkout). R=brucedawson@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/835233002 --- pdfium.gyp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 15e7df0e4c..0ac04715e4 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -802,5 +802,20 @@ 'fpdfsdk/src/formfiller/FFL_Utils.cpp', ], }, + { + 'target_name': 'pdfium_unittests', + 'type': 'executable', + 'dependencies': [ + '<(DEPTH)/testing/gtest.gyp:gtest_main', + '<(DEPTH)/testing/gtest.gyp:gtest', + 'pdfium', + ], + 'include_dirs': [ + '<(DEPTH)' + ], + 'sources': [ + 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', + ], + }, ], } -- cgit v1.2.3