diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-02 16:55:26 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-02 16:55:26 -0800 |
commit | d87b20e1ae765cb65281c5bd7c12fc41e8a86780 (patch) | |
tree | b2f5e373b980d9ed8c39533827c892ce2a312faf /testing/libfuzzer/fuzzers.gyp | |
parent | 91f7f3fa6a6d62ed0ce819c3286b0ffe6eddedbc (diff) | |
download | pdfium-d87b20e1ae765cb65281c5bd7c12fc41e8a86780.tar.xz |
Rename png_ functions conflicting with chrome.
Part of the work required to ship XFA with chrome.
BUG=pdfium:396
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1763493002 .
Diffstat (limited to 'testing/libfuzzer/fuzzers.gyp')
-rw-r--r-- | testing/libfuzzer/fuzzers.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp index a65fe1b993..bdd9086592 100644 --- a/testing/libfuzzer/fuzzers.gyp +++ b/testing/libfuzzer/fuzzers.gyp @@ -10,7 +10,6 @@ 'target_defaults': { 'defines' : [ 'PNG_PREFIX', - 'PNGPREFIX_H', 'PNG_USE_READ_MACROS', ], 'include_dirs': [ |