| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2da69588425168a9ae33fd58ba12149d0db5ed41..45993b591b99ab2cd6f8760e36d4d01bb47f49de 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 OS=="mac" or OS=="ios"', {
|
| + ['OS=="linux" or OS=="mac" or OS=="ios"', {
|
| 'clang_chrome_plugins_flags': [
|
| '-Xclang',
|
| '-plugin-arg-find-bad-constructs',
|
|
|