Chromium Code Reviews| Index: xfa.gyp |
| diff --git a/xfa.gyp b/xfa.gyp |
| index f2047440f8ac9f6c173f09cb2ebb2abcf659283d..8490ce4455a33231938289e794f684c08a93b3cd 100644 |
| --- a/xfa.gyp |
| +++ b/xfa.gyp |
| @@ -21,6 +21,8 @@ |
| 'defines' : [ |
| 'FT2_BUILD_LIBRARY', |
| ], |
| + # TODO(tsepez): remove this when FX fixes warnings |
|
dsinclair
2016/03/03 21:08:13
nit: Add pdfium:356 to the TODO.
|
| + "cflags": [ "-Wno-deprecated-declarations" ], |
| "sources":[ |
| "xfa/include/fwl/adapter/fwl_adapternative.h", |
| "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", |