summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-10-12 18:50:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-13 01:51:10 +0000
commit09c14d430cbc239145e175b144a0bf43d367e382 (patch)
treedbc213f84d21549d53545c054b504eae5bbb14ca /content/content_shell.gypi
parent8f7785b44baf083faa51e0a82f4638c19411ad4b (diff)
downloadchromium_src-09c14d430cbc239145e175b144a0bf43d367e382.zip
chromium_src-09c14d430cbc239145e175b144a0bf43d367e382.tar.gz
chromium_src-09c14d430cbc239145e175b144a0bf43d367e382.tar.bz2
mac: Make unit_tests mostly build with the 10.11 SDK.
This suppresses -Wnonnull for content_shell_lib and browser_ui for now, since the modal sheet thing seems a bit tricky, and it seems better to figure this out async without blocking building with the 10.11 SDK. The rest of the CL is more of the same of the previous CLs on the linked bug. One compile error in first_run_dialog.mm remains for now, due to http://llvm.org/PR25149 BUG=517914 Review URL: https://codereview.chromium.org/1402823003 Cr-Commit-Position: refs/heads/master@{#353659}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index fb1aff5..212ba04 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -25,6 +25,8 @@
'defines': ['CONTENT_SHELL_VERSION="<(content_shell_version)"'],
'variables': {
'chromium_code': 1,
+ # TODO(thakis): Remove this once http://crbug.com/383820 is figured out
+ 'clang_warning_flags': [ '-Wno-nonnull' ],
},
'dependencies': [
'app/resources/content_resources.gyp:content_resources',