diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-06-05 12:45:33 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-06-05 12:50:15 -0700 |
commit | d68f9a3e646555e292a1f184560149e8a3e629ac (patch) | |
tree | 4b82855d3fda21008059a5b19a2f1e4a3a932e82 /samples/samples.gyp | |
parent | f0a5576384e6def4f1fe78d6e0b12b0a9d710bf8 (diff) | |
download | pdfium-d68f9a3e646555e292a1f184560149e8a3e629ac.tar.xz |
Add GN build file for pdfium, rename GYP target.chromium/2040chromium/2039chromium/2038chromium/2037chromium/2036chromium/2035chromium/2034
The GYP target is now called "pdfium" rather than "fpdfsdk".
Original pach by Brett Wilson <brettw@chromium.org>
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 +} |