| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 5532bc8360816a25431a757f53933a3d8b7c5e4e..310fec5bf4b0bef922f82c1ef24339317616e360 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -4,8 +4,7 @@
|
|
|
| {
|
| 'variables': {
|
| - # TODO(thakis): Enable this, pdfium:29
|
| - #'chromium_code': 1,
|
| + 'chromium_code': 1,
|
|
|
| 'variables': {
|
| 'clang_use_pdfium_plugins%': 0,
|
| @@ -95,14 +94,6 @@
|
| 'msvs_disabled_warnings': [
|
| 4267,
|
| ],
|
| - 'variables': {
|
| - 'clang_warning_flags': [
|
| - # TODO(thestig): Fix all instances, remove this, pdfium:29
|
| - '-Wno-sign-compare',
|
| - ],
|
| - # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux.
|
| - 'cflags_cc!': [ '-Wsign-compare' ],
|
| - },
|
| },
|
| 'targets': [
|
| {
|
|
|