| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7a79a3141a00b62d3d6f32b1ae05f9744b373e5f..b8347ee02c3659390c7afd94696cadfa221482f6 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" or OS=="mac" or OS=="ios"', {
|
| + ['(OS=="linux" and (chromeos==0 or use_ozone==0)) or OS=="mac" or OS=="ios"', {
|
| 'clang_chrome_plugins_flags': [
|
| '-Xclang',
|
| '-plugin-arg-find-bad-constructs',
|
|
|