summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-23 15:22:57 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-23 15:22:57 -0800
commitfa370ac5cf6472f0ec0c9ecf62d1f9dd20ebfa42 (patch)
treef4e154f0e511c6fed4c6a11e3cb4207a31df2147 /pdfium.gyp
parente0bbe4aac90e56950f28e322c3d6192c35af5ea0 (diff)
downloadpdfium-fa370ac5cf6472f0ec0c9ecf62d1f9dd20ebfa42.tar.xz
Fix test naming in previous commit.
The embeddertests binary should have source files ending in _embeddertest, not _unittest. TBR=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/871093004
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index e9c958c703..eedbe5da37 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -838,7 +838,7 @@
'<(DEPTH)'
],
'sources': [
- 'fpdfsdk/src/fpdf_dataavail_unittest.cpp',
+ 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',
'fpdfsdk/src/fpdfdoc_embeddertest.cpp',
'fpdfsdk/src/fpdfview_embeddertest.cpp',
'testing/embedder_test.cpp',