Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: xfa.gyp

Issue 1764503003: Suppress deprecation warnings for XFA. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Conditionalize. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index f2047440f8ac9f6c173f09cb2ebb2abcf659283d..8306cd0f637dfaf8ca018eeb464ef27997463220 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698