diff options
author | Jochen Eisinger <jochen@chromium.org> | 2015-05-20 10:49:45 +0200 |
---|---|---|
committer | Jochen Eisinger <jochen@chromium.org> | 2015-05-20 10:49:45 +0200 |
commit | 90a4181194dd8eca153cf2a101ec27e382b27a58 (patch) | |
tree | 29c54fc0e9664431ab7e393b802708e84c58e12b /BUILD.gn | |
parent | 6ecf19ced0de2d41720b4067171e751ca38c8ba2 (diff) | |
download | pdfium-90a4181194dd8eca153cf2a101ec27e382b27a58.tar.xz |
Fix compilation on xfa branch and turn on v8 deprecation warnings
R=vogelheim@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1142293003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ config("pdfium_config") { "PNG_PREFIX", "PNGPREFIX_H", "PNG_USE_READ_MACROS", + "V8_DEPRECATION_WARNINGS", ] if (pdf_use_skia) { |