| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 56845589e769d6763880e5a384f54b6985175b07..eae87e3976f59d38144d52445c738a9878469e2f 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2145,7 +2145,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=="android" or OS=="linux" or OS=="mac" or OS=="ios"', {
|
| 'clang_chrome_plugins_flags': [
|
| '-Xclang',
|
| '-plugin-arg-find-bad-constructs',
|
|
|