| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index f52fd2dc64f5060e7e5a3d0b28c6c22d0a17fde2..6b8214e18c27b14b1aef0aa747a6d015983aa8ef 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -908,5 +908,24 @@
|
| 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'pdfium_embeddertests',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '<(DEPTH)/testing/gtest.gyp:gtest_main',
|
| + '<(DEPTH)/testing/gtest.gyp:gtest',
|
| + 'pdfium',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)'
|
| + ],
|
| + 'sources': [
|
| + 'fpdfsdk/src/fpdfview_embeddertest.cpp',
|
| + 'testing/embedder_test.cpp',
|
| + 'testing/embedder_test.h',
|
| + 'testing/fx_string_testhelpers.cpp',
|
| + 'testing/fx_string_testhelpers.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|