diff options
author | Wei Li <weili@chromium.org> | 2016-03-04 15:49:17 -0800 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-03-04 15:49:17 -0800 |
commit | 5227e576a79e7c76aa0743930fd76bf340d36d41 (patch) | |
tree | aff9f65a9ca84cf6b608cf3418ade4e709daf796 /pdfium.gyp | |
parent | 800265a4e3203cdb284acce4b3a051f9ce795b01 (diff) | |
download | pdfium-5227e576a79e7c76aa0743930fd76bf340d36d41.tar.xz |
Add unit tests for FPDFBookmark_Find()
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1761233002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 149bcc0336..88bcc028c4 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -752,6 +752,7 @@ 'core/src/fxcrt/fx_bidi_unittest.cpp', 'core/src/fxcrt/fx_extension_unittest.cpp', 'core/src/fxcrt/fx_system_unittest.cpp', + 'fpdfsdk/src/fpdfdoc_unittest.cpp', 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', ], |