https://codereview.chromium.org/11013023/diff/1/pylib/gyp/generator/android.py#newcode41 pylib/gyp/generator/android.py:41: 'CONFIGURATION_NAME':
'NOT_USED_ON_ANDROID',
Is this actually getting referenced and emitted, or just needs to be
defined and is then discarded?
If the later, you might want to consider None instead, as then it'll
blow up on reference at gyp time instead of build time?