From bb1405dda43fd4b605fd9c2808dc0ead87f54ccc Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 29 Dec 2014 14:02:18 -0800 Subject: Merge: Create pdfium_unittests binary. [XFA] Original CL at https://codereview.chromium.org/831653002/ TBR=palmer@chromium.org, brucedawson@chromium.org Review URL: https://codereview.chromium.org/830553002 --- pdfium.gyp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 13f22ea345..8b0a8b32f8 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -883,5 +883,21 @@ 'fpdfsdk/src/formfiller/FFL_Utils.cpp', ], }, + { + 'target_name': 'pdfium_unittests', + 'type': 'executable', + 'dependencies': [ + '../../base/base.gyp:base_prefs', + '../../base/base.gyp:run_all_unittests', + '../../testing/gtest.gyp:gtest', + 'pdfium', + ], + 'include_dirs': [ + '<(DEPTH)' + ], + 'sources': [ + 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', + ], + } ], } -- cgit v1.2.3