diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-16 14:59:26 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-16 14:59:26 -0800 |
commit | 96d1334cb605aab143d3135da4d4550920735e91 (patch) | |
tree | 0a4371ef00759ce63cbb1324ef018b0311bcf84d /pdfium.gyp | |
parent | a7f7a284393dbadeb1aaa861677570b61b9658ae (diff) | |
download | pdfium-96d1334cb605aab143d3135da4d4550920735e91.tar.xz |
Merge to XFA: PDFium embeddertests.
This consists of two origin/master CLs:
Review URL: https://codereview.chromium.org/857483005
Review URL: https://codereview.chromium.org/827733006
It also fixes a couple of segv's in XFA when the library is initialized and destroyed multiple times in the same process.
R=jam@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/856623004
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 f52fd2dc64..6b8214e18c 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', + ], + }, ], } |