summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authorjinming_wang <jinming_wang@foxitsoftware.com>2016-03-07 22:58:03 +0800
committerjinming_wang <jinming_wang@foxitsoftware.com>2016-03-07 22:58:03 +0800
commit14e20b124744c3342d3ff0a288788e991087718b (patch)
tree3f3212f9fe9f4c6ec35ccd2c20de77bb80fa4ccd /xfa.gyp
parent5227e576a79e7c76aa0743930fd76bf340d36d41 (diff)
downloadpdfium-14e20b124744c3342d3ff0a288788e991087718b.tar.xz
Remove deprecated declarations
Remove deprecated declarations BUG=pdfium:356 R=jochen@chromium.org Review URL: https://codereview.chromium.org/1769833002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa.gyp b/xfa.gyp
index e51d4d9946..cf9a18e7c8 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -654,10 +654,6 @@
],
"conditions": [
["clang==1" , {
- # TODO(tsepez): remove this when FX fixes warnings
- "cflags": [
- "-Wno-deprecated-declarations"
- ],
}],
["pdf_enable_v8==1", {
'dependencies': [
@@ -708,8 +704,6 @@
["OS == 'mac'", {
"configurations": {},
"sources": [],
- "cflags": [ "-Wno-deprecated-declarations" ],
- "defines!": [ "V8_DEPRECATION_WARNINGS" ],
}],
]
}