diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-03 13:10:20 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-03 13:10:20 -0800 |
commit | 88aa3a76d309e8192a206e40d418294d89f35adb (patch) | |
tree | 0d91b4878bf6316f6bf314e9ec345fff1951d5d8 | |
parent | c61e58509f0c5e43c4f1da1d380501a09bcb8747 (diff) | |
download | pdfium-88aa3a76d309e8192a206e40d418294d89f35adb.tar.xz |
Suppress deprecation warnings for XFA.chromium/2667
Temporary measure until FX fixes these (or I do).
This is blocking rolling XFA into chrome.
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1764503003 .
-rw-r--r-- | xfa.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -640,6 +640,12 @@ "xfa/src/fxgraphics/src/pre.h", ], "conditions": [ + ["clang==1" , { + # TODO(tsepez): remove this when FX fixes warnings + "cflags": [ + "-Wno-deprecated-declarations" + ], + }], ["pdf_enable_v8==1", { 'dependencies': [ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |