From d68f9a3e646555e292a1f184560149e8a3e629ac Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Thu, 5 Jun 2014 12:45:33 -0700 Subject: Add GN build file for pdfium, rename GYP target. The GYP target is now called "pdfium" rather than "fpdfsdk". Original pach by Brett Wilson --- samples/samples.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples') 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 +} -- cgit v1.2.3