Use --no-output-all-resource-defines for grit on iOS.
Passing this flag to grit will prevent it from including all
resource IDs in header files and resource maps. The default
behavior is to output all resource defines, even for whitelisted
elements, so this will force compile errors if iOS depends on
resource IDs that are not whitelisted.
BUG=
428947,
425998
Committed:
https://crrev.com/59d7c372f9091d7b6b6c62789148121301336d6c
Cr-Commit-Position: refs/heads/master@{#303242}