summaryrefslogtreecommitdiff
path: root/samples/samples.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-19 16:04:22 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-19 16:04:22 -0700
commitd831dc7147e9895185740f551fed7abe246e2adf (patch)
tree07e43e97c1c5534285ec81e670987aa8d3bdbd73 /samples/samples.gyp
parent81d44cd970875542a0abb29b1838e88994c88299 (diff)
downloadpdfium-d831dc7147e9895185740f551fed7abe246e2adf.tar.xz
Merge to XFA: Consolidate test support code.
Original Review URL: https://codereview.chromium.org/1416713002 . (cherry picked from commit 6d34d056a7188b7ae9800fe3ceb68645e0442879) Conflicts: BUILD.gn samples/BUILD.gn samples/pdfium_test.cc samples/samples.gyp R=thestig@chromium.org Review URL: https://codereview.chromium.org/1413593003 .
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r--samples/samples.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp
index e39af20882..0044c5c030 100644
--- a/samples/samples.gyp
+++ b/samples/samples.gyp
@@ -35,6 +35,10 @@
{
'target_name': 'pdfium_test',
'type': 'executable',
+ 'dependencies': [
+ '../pdfium.gyp:pdfium',
+ '../pdfium.gyp:test_support',
+ ],
'sources': [
'pdfium_test.cc',
'image_diff_png.cc',