summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-15 16:31:51 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-15 16:31:51 -0800
commitd0edcea1a1b22813f593022ca29fca79074757bf (patch)
treef595d536595cafac145a92ebeb3540f4b383b8a1 /pdfium.gyp
parentf061e44695fc438f3fc9877f5bf8f0f8397ed186 (diff)
downloadpdfium-d0edcea1a1b22813f593022ca29fca79074757bf.tar.xz
Create first pdfium embedder test.
BUG=https://code.google.com/p/pdfium/issues/detail?id=62 R=jam@chromium.org Review URL: https://codereview.chromium.org/827733006
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp19
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',
+ ],
+ },
],
}