diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-07 10:04:16 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-07 10:04:16 -0800 |
commit | 22ee248278586790e9e748cbc2a01dacd39e6cf1 (patch) | |
tree | b9065115d878a6e706e5dee9fef5692bd11ece8d /pdfium.gyp | |
parent | 26d96ff8c617d6a1740db124a4d0208ccb3b74ef (diff) | |
download | pdfium-22ee248278586790e9e748cbc2a01dacd39e6cf1.tar.xz |
Merge to XFA: Re-enable pdfium_unittests.
Original CL at https://codereview.chromium.org/835233002
R=brucedawson@chromium.org
Review URL: https://codereview.chromium.org/810153005
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', + ], + }, ], } |