summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2016-01-04 18:16:26 -0500
committerNico Weber <thakis@chromium.org>2016-01-04 23:20:30 +0000
commitcbd8cfb57078da8fd29b509d714d282d42b8a14c (patch)
tree307dc296fb868f535ee213c4511dbf16c28d6443 /build/common.gypi
parent49e7be8d522f75ba5111243cda7df0c0682e7dc3 (diff)
downloadchromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.zip
chromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.tar.gz
chromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.tar.bz2
ios: -Werror for third-party
BUG=573779 R=mark@chromium.org Review URL: https://codereview.chromium.org/1551253002 . Cr-Commit-Position: refs/heads/master@{#367402}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 383a514..577a95c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3205,10 +3205,6 @@
}],
[ 'OS=="ios"', {
'xcode_settings': {
- # TODO(ios): Fix remaining warnings in third-party code, then
- # remove this; the Mac cleanup didn't get everything that's
- # flagged in an iOS build.
- 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
'RUN_CLANG_STATIC_ANALYZER': 'NO',
# Several internal ios directories generate numerous warnings for
# -Wobjc-missing-property-synthesis.