Chromium Code Reviews| Index: samples/samples.gyp |
| diff --git a/samples/samples.gyp b/samples/samples.gyp |
| index e39af208823294ef67cf0a146e87aed0bcae2ec2..0044c5c030ab51c996ba32ff4ac2a8c1a59d70ab 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', |