| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 644b7ad1cc0090757e1a0f30503c0f8e1c185238..719d75cc85c476fb5559102e00cd81740b647369 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -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 use_ozone==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',
|
|
|