diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 13f22ea345..1356291b4d 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -883,5 +883,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', + ], + }, ], } |