Commit fee9dbf0 authored by dcheng's avatar dcheng Committed by Commit bot

Enable strict checks for {virtual,override,final} on CrOS.

BUG=417463

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

Cr-Commit-Position: refs/heads/master@{#312996}
parent 284ea7af
......@@ -2143,7 +2143,7 @@
'conditions': [
# TODO(dcheng): https://crbug.com/417463 -- work to enable this flag
# on all platforms is currently underway.
['(OS=="linux" and chromeos==0) or OS=="mac" or OS=="ios"', {
['OS=="linux" or OS=="mac" or OS=="ios"', {
'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