| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 5b41ed08feffeeb538ee29fc517cba3f5573ab59..78245a698ce4e2cdca345bca48ee98362086b0ad 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -826,5 +826,24 @@
|
| 'core/src/fxcrt/fx_basic_bstring_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': [
|
| + 'testing/fx_string_testhelpers.h',
|
| + 'testing/fx_string_testhelpers.cpp',
|
| + 'testing/pdfium_embeddertest.cpp',
|
| + 'testing/pdfium_test_embedder.cpp',
|
| + 'testing/pdfium_test_embedder.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|