summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-22 11:11:45 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-22 11:11:45 -0800
commit83f96a01a2cfd64d0a370e74c3f4353eb9a102d2 (patch)
tree44467cae28bf66afe91a435532411234a8551217 /pdfium.gyp
parent9dcd7b841a6ec11b3cfff39f8d2d1f033dea9705 (diff)
downloadpdfium-83f96a01a2cfd64d0a370e74c3f4353eb9a102d2.tar.xz
Add API tests: NamedDestsByName, DestGetPageIndex.
This also adds a fpdfdoc_embeddertest.cpp to keep the test file name matching with the API call under test. R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/812933004
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index b454573492..2125852360 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -839,6 +839,7 @@
'<(DEPTH)'
],
'sources': [
+ 'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
'fpdfsdk/src/fpdfview_embeddertest.cpp',
'testing/embedder_test.cpp',
'testing/embedder_test.h',