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 /pdfium.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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index e8e706e94d..390b3f054e 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -52,7 +52,7 @@ }, 'targets': [ { - 'target_name': 'fpdfsdk', + 'target_name': 'pdfium', 'type': 'static_library', 'dependencies': [ 'fdrm', |