Commit 3e6c4cf3 authored by dcheng's avatar dcheng Committed by Commit bot

Enable strict virtual annotation checks for Mac.

BUG=417463

Review URL: https://codereview.chromium.org/848973002

Cr-Commit-Position: refs/heads/master@{#311365}
parent f013b9f0
......@@ -2136,7 +2136,7 @@
'conditions': [
# TODO(dcheng): https://crbug.com/417463 -- work to enable this flag
# on all platforms is currently underway.
['OS=="linux" and chromeos==0', {
['(OS=="linux" and chromeos==0) or OS=="mac"', {
'clang_chrome_plugins_flags': [
'-Xclang',
'-plugin-arg-find-bad-constructs',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment