diff options
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index e576d99ebf..0c8ee93661 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -6,7 +6,7 @@ 'target_defaults': { 'type': 'executable', 'dependencies': [ - '../pdfium.gyp:fpdfsdk', + '../pdfium.gyp:pdfium', ], 'include_dirs': ['<(DEPTH)'], }, @@ -18,4 +18,4 @@ ], }, ], -}
\ No newline at end of file +} |