| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index e98a4eee3323f14c76cf46938425cb7feb78f94c..65e2f6084b948cb60acab6305c3e3b3a77035462 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -1,5 +1,6 @@
|
| {
|
| 'variables': {
|
| + 'chromium_code': 1,
|
| 'pdf_use_skia%': 0,
|
| 'pdf_enable_v8%': 1,
|
| 'conditions': [
|
| @@ -42,6 +43,12 @@
|
| 'msvs_disabled_warnings': [
|
| 4005, 4018, 4146, 4333, 4345, 4267
|
| ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + # TODO(thakis): Fix all instances, remove this.
|
| + '-Wno-sign-compare',
|
| + ],
|
| + },
|
| },
|
| 'targets': [
|
| {
|
|
|