| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index d3e39bb32f48f656a117dfd2e1ec3349e392f5a7..013f4f250458680672c65a565c37ecc43fbf116d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -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',
|
|
|