diff options
author | Nico Weber <thakis@chromium.org> | 2015-10-30 11:11:26 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-10-30 11:11:26 -0700 |
commit | 9f4def68601ec75b85b92077c521b9423b4f7f00 (patch) | |
tree | 0b20a2fc74f91a741ec1644a0731628c8abaf2d0 /pdfium.gyp | |
parent | b0337e68fb84c807e0d898aecaad0074444d62e0 (diff) | |
download | pdfium-9f4def68601ec75b85b92077c521b9423b4f7f00.tar.xz |
Turn on chromium_code (except -Wsign-compare, for now) for pdfium
BUG=pdfium:29
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1411583005 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index db1c52774a..8788794848 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(thestig): Fix all instances, remove this, pdfium:29 + '-Wno-sign-compare', + ], + }, }, 'targets': [ { |