1
--- a/build/gyp_chromium
2
+++ b/build/gyp_chromium
3
@@ -273,7 +273,7 @@ if __name__ == '__main__':
4
# nice and fail here, rather than choking in gyp.
5
if re.search(r'(^|,|\s)make($|,|\s)', os.environ.get('GYP_GENERATORS', '')):
6
print 'Error: make gyp generator not supported (check GYP_GENERATORS).'
10
# If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
11
# to enfore syntax checking.