summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2016-01-05 20:23:09 -0500
committerNico Weber <thakis@chromium.org>2016-01-05 20:23:09 -0500
commit7397da95d2a543e111327efa7c9142a3fd256230 (patch)
treee1a51093c04e580c89594e6d1a750a9c27fa48e1
parent685c3130da63bd1eea1281f29bf1ee4f22f03129 (diff)
downloadpdfium-7397da95d2a543e111327efa7c9142a3fd256230.tar.xz
Mark pdfium chromium_code.
Now that Chromium's build/common.gypi no longer does weird things with -Wsign-compare, this should work. BUG=pdfium:29 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1557923004 .
-rw-r--r--pdfium.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 5958bb166c..9c47018505 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',
],
- # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux.
- 'cflags_cc!': [ '-Wsign-compare' ],
},
},
'targets': [