summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJochen Eisinger <jochen@chromium.org>2015-05-20 10:07:00 +0200
committerJochen Eisinger <jochen@chromium.org>2015-05-20 10:07:00 +0200
commitb190fc2214b2926873b342a39a85c27dc234ae1f (patch)
tree44f84f286b9d5204d1ad1e0c7ee57bd724a5b0cc /BUILD.gn
parent981a3468319eb24e696bb64ba84d9631fd26f1f7 (diff)
downloadpdfium-b190fc2214b2926873b342a39a85c27dc234ae1f.tar.xz
Turn on warnings for usage of disabled V8 APIs
R=vogelheim@chromium.org BUG= Review URL: https://codereview.chromium.org/1146933002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 00774ddfb7..4074c75b8e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,6 +19,7 @@ config("pdfium_config") {
"_FPDFSDK_LIB",
"_NO_GDIPLUS_", # workaround text rendering issues on Windows
"OPJ_STATIC",
+ "V8_DEPRECATION_WARNINGS",
]
if (pdf_use_skia) {