diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 5b41ed08fe..fb6771f0cd 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/basic_embeddertest.cpp', + 'testing/embedder_test.cpp', + 'testing/embedder_test.h', + 'testing/fx_string_testhelpers.cpp', + 'testing/fx_string_testhelpers.h', + ], + }, ], } |