It stems from an action that has a space in its name, found in Chrome
(chrome/common_constants.gypi):
'action_name': 'Make chrome_version.cc',
I can fix the Make generator to work around this, or we can disallow
spaces in action names.
What do you say? (I only hesitated to consider the latter when I sat
down to implement the former, and discovered the existing gyp tests
are careful to use underscores in action names.)
Mark