Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 5ebf3f41d6274d767123b99fb523c877c2df9152..121f7bb98a28478295a21638630c1e3ddc49b98a 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2083,7 +2083,8 @@ |
| 'grit_defines': [ |
| '-t', 'ios', |
| # iOS uses a whitelist to filter resources. |
| - '-w', '<(DEPTH)/build/ios/grit_whitelist.txt' |
| + '-w', '<(DEPTH)/build/ios/grit_whitelist.txt', |
| + '--no-output-all-resource-defines', |
| ], |
| # Enable host builds when generating with ninja-ios. |