Chromium Code Reviews| Index: pdfium.gyp |
| diff --git a/pdfium.gyp b/pdfium.gyp |
| index 8401dcc5b90b6b88d35af70d0cdbed6ff2b36552..da29bfd796b0af78a60ebcc722e22016256f964b 100644 |
| --- a/pdfium.gyp |
| +++ b/pdfium.gyp |
| @@ -4,8 +4,7 @@ |
| { |
| 'variables': { |
| - # TODO(thakis): Enable this, pdfium:29 |
| - #'chromium_code': 1, |
| + 'chromium_code': 1, |
| 'pdf_use_skia%': 0, |
| 'pdf_enable_v8%': 1, |
| 'conditions': [ |
| @@ -59,8 +58,6 @@ |
| # TODO(thestig): Fix all instances, remove this, pdfium:29 |
| '-Wno-sign-compare', |
|
Lei Zhang
2016/01/05 17:18:09
Remove this guy too?
Nico
2016/01/05 17:35:07
No, this one is needed: pdfium isn't -Wsign-compar
Lei Zhang
2016/01/06 00:50:29
Acknowledged. "some" code cleanups, probably for a
|
| ], |
| - # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux. |
| - 'cflags_cc!': [ '-Wsign-compare' ], |
| }, |
| }, |
| 'targets': [ |