| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 13f22ea345cd1fca44dc02acfe40d98f15ed48ef..1356291b4d3eeda936fe03a246f4c7644e6ecaf5 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',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|