diff options
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 4 |
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', |